reticle moves when firing, stunned enemies have stars now
This commit is contained in:
@@ -97,7 +97,7 @@ func shoot(delta):
|
||||
instance_bullet.player_position = player.global_position
|
||||
get_tree().get_root().add_child(instance_bullet)
|
||||
player.recoil.add_recoil(recoil_amount,10,10)
|
||||
SaveLoad.shots_fired = SaveLoad.null_data_check(SaveLoad.shots_fired, 1)
|
||||
SignalBus.emit_signal("shot_fired")
|
||||
if fire_mode != 0:
|
||||
cycle_count -= 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user