added sound pack and played with rocket launcher animations

This commit is contained in:
Derek
2024-08-01 23:18:56 -05:00
parent 2a8cc6112e
commit 8a4018051b
463 changed files with 5498 additions and 42 deletions

View File

@@ -35,10 +35,10 @@ const MAX_AV = 10
@onready var turret = $TurretLook/Turret
@onready var turret_material = turret.mesh.surface_get_material(2)
var stamina = load("res://assets/stamina_pickup.tscn")
var ammo = load("res://assets/ammo_pickup.tscn")
var money = load("res://assets/money_1.tscn")
var die_particles = load("res://assets/die_particles.tscn")
@export var stamina : Resource
@export var ammo : Resource
@export var money : Resource
@export var die_particles : Resource
@onready var turret_look = $TurretLook
var particlespawn