Enemy and nest

This commit is contained in:
2025-08-30 02:06:58 +08:00
parent 630dbf0800
commit 32f96d488d
12 changed files with 327 additions and 10 deletions

View File

@@ -21,6 +21,15 @@
"layer": 1,
"size": [1, 1]
},
"enemy_nest": {
"scene": "res://Scenes/Tiles/EnemyNest.tscn",
"cost": {},
"durability": 200,
"buildTime": 0.0,
"allowedRotations": [0],
"layer": 1,
"size": [1, 1]
},
"ground": {
"scene": "res://Scenes/Tiles/GroundTile.tscn",
"cost": {},