✨ Better placement and data modeling
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"stone": 5
|
||||
},
|
||||
"durability": 100,
|
||||
"buildTime": 1.5
|
||||
"buildTime": 1.5,
|
||||
"allowedRotations": [0],
|
||||
"layer": 1
|
||||
},
|
||||
"miner": {
|
||||
"scene": "res://Scenes/Tiles/MinerTile.tscn",
|
||||
@@ -14,6 +16,8 @@
|
||||
"stone": 3
|
||||
},
|
||||
"durability": 200,
|
||||
"buildTime": 3.0
|
||||
"buildTime": 3.0,
|
||||
"allowedRotations": [0],
|
||||
"layer": 1
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user