Start of rewind system
This commit is contained in:
parent
a293242cb7
commit
42c95820d7
16 changed files with 55 additions and 33 deletions
|
|
@ -7,6 +7,6 @@ func _enter() -> void:
|
|||
func _exit() -> void:
|
||||
pass
|
||||
|
||||
func _use_begin() -> void:
|
||||
func _use_begin(_timestamp: float) -> void:
|
||||
if Session.is_on_site(machine.player.player_id):
|
||||
transition.emit("Plant")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue