Building regisery instead of single building

This commit is contained in:
2025-08-26 22:35:23 +08:00
parent 980e130cd0
commit 4f92df9865
5 changed files with 96 additions and 8 deletions

5
Data/Buildings.json Normal file
View File

@@ -0,0 +1,5 @@
{
"wall": "res://Scenes/Tiles/WallTile.tscn",
"farm": "res://Scenes/Tiles/FarmTile.tscn",
"tower": "res://Scenes/Tiles/TowerTile.tscn"
}