Start of rewind system
This commit is contained in:
parent
a293242cb7
commit
42c95820d7
16 changed files with 55 additions and 33 deletions
|
|
@ -11,7 +11,7 @@ func _exit() -> void:
|
|||
if is_multiplayer_authority():
|
||||
machine.player.get_node("PlayerInput").reload.disconnect(init_reload)
|
||||
|
||||
func _use_begin() -> void:
|
||||
func _use_begin(timestamp: float) -> void:
|
||||
if machine.ammo > 0:
|
||||
transition.emit("Shoot")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue