Plant spawn
This commit is contained in:
parent
32453f2e9d
commit
941912d7f1
25 changed files with 281 additions and 40 deletions
5
scripts/gui/plant_pick/go_button.gd
Normal file
5
scripts/gui/plant_pick/go_button.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Button
|
||||
|
||||
|
||||
func _pressed() -> void:
|
||||
LevelEventBus.state_advance_requested.emit()
|
||||
Loading…
Add table
Add a link
Reference in a new issue