Merge branch 'main' of http://192.168.1.120:3000/derekdz/fps_project_1
This commit is contained in:
@@ -254,9 +254,9 @@ func projectile_initialize():
|
||||
|
||||
func bullet_fire():
|
||||
audio_fire.play()
|
||||
|
||||
get_tree().current_scene.add_child(projectile_initialize())
|
||||
|
||||
if casing_ejector != null:
|
||||
spawn_casing()
|
||||
vibration()
|
||||
if chamber != null:
|
||||
revolver_chamber_rot_amt += 60
|
||||
|
||||
Reference in New Issue
Block a user