prototype

This commit is contained in:
Michael Campbell 2026-01-29 14:23:33 -05:00
commit 5bac9ddd2a
33 changed files with 956 additions and 0 deletions

3
signal_bus.gd Normal file
View file

@ -0,0 +1,3 @@
extends Node
signal building_destroyed(building: Building)