starting to fix guns under new script workflow

This commit is contained in:
derek
2025-03-03 16:58:10 -06:00
parent 15f32eff61
commit 6283c6f22f
19 changed files with 309 additions and 214 deletions

View File

@@ -51,10 +51,10 @@ func shoot(delta):
player.recoil.add_gun_recoil(recoil_amount.x)
SignalBus.emit_signal("shot_fired")
func collider_enable():
func melee_collider_enable():
collision_shape.disabled = false
func collider_disable():
func melee_collider_disable():
collision_shape.disabled = true
func swapped_out():