bomb is now plantable
This commit is contained in:
parent
e2540d8417
commit
2c7903e95d
3 changed files with 10 additions and 11 deletions
|
|
@ -7,6 +7,6 @@ func enter() -> void:
|
|||
func exit() -> void:
|
||||
pass
|
||||
|
||||
func state_input(event: InputEvent) -> void:
|
||||
if event.is_action("plr_bomb") and Session.is_on_site():
|
||||
func use_begin() -> void:
|
||||
if Session.is_on_site(machine.player.player_id):
|
||||
transition.emit("Plant")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue