added breakable vent

This commit is contained in:
derek
2024-12-12 15:08:44 -06:00
parent 7e3ea3602c
commit 763b074148
29 changed files with 1882 additions and 56 deletions

View File

@@ -383,7 +383,7 @@ func _physics_process(delta):
else:
moveable_holder.rotation.y -= deg_to_rad(45)
for i in range(10):
for i in range(1,9):
if Input.is_action_just_pressed("numb_" + str(i)):
if gun != null:
if !gun.anim_player.is_playing():