Sites
This commit is contained in:
parent
bd16f01192
commit
6422ffb13c
13 changed files with 142 additions and 5 deletions
|
|
@ -8,5 +8,5 @@ func exit() -> void:
|
|||
pass
|
||||
|
||||
func state_input(event: InputEvent) -> void:
|
||||
if event.is_action("plr_bomb"):
|
||||
if event.is_action("plr_bomb") and Session.is_on_site():
|
||||
transition.emit("Plant")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue