score label vfx; increase building collider size

This commit is contained in:
Michael Campbell 2026-04-13 21:55:45 -04:00
parent 69faf54dc3
commit 962c4cb469
6 changed files with 60 additions and 18 deletions

View file

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