Add more tiles

This commit is contained in:
2025-08-27 22:56:26 +08:00
parent d3b19aa104
commit 3fd655a3e5
13 changed files with 204 additions and 1 deletions

View File

@@ -19,5 +19,29 @@
"buildTime": 3.0,
"allowedRotations": [0],
"layer": 1
},
"ground": {
"scene": "res://Scenes/Tiles/GroundTile.tscn",
"cost": {},
"durability": 200,
"buildTime": 0.0,
"allowedRotations": [0],
"layer": 0
},
"stone": {
"scene": "res://Scenes/Tiles/StoneTile.tscn",
"cost": {},
"durability": 200,
"buildTime": 0.0,
"allowedRotations": [0],
"layer": 0
},
"stone_iron": {
"scene": "res://Scenes/Tiles/StoneIronTile.tscn",
"cost": {},
"durability": 200,
"buildTime": 0.0,
"allowedRotations": [0],
"layer": 0
}
}