Placement and platforms
This commit is contained in:
parent
a2164dca72
commit
d37c4ec858
31 changed files with 351 additions and 11 deletions
6
scripts/gui/gui_event_bus.gd
Normal file
6
scripts/gui/gui_event_bus.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
@warning_ignore_start("unused_signal")
|
||||
|
||||
signal construction_selected(constructible : Constructible)
|
||||
signal construction_placed(constructible : Constructible)
|
Loading…
Add table
Add a link
Reference in a new issue