diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:35:02 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-01-04 13:35:02 +0100 |
commit | bb16c32bde58cba70e4877aa2d3ebd04332eb575 (patch) | |
tree | de3d82cca043c26cbaa64837a3b2c18efc6ddb64 /build/content/tiles.json | |
parent | 411d2f6d6a6e5370d33f0f54b2f2de7147a9d977 (diff) |
linux compile and imgs
Diffstat (limited to 'build/content/tiles.json')
-rw-r--r-- | build/content/tiles.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/build/content/tiles.json b/build/content/tiles.json index 40373ed..05e7975 100644 --- a/build/content/tiles.json +++ b/build/content/tiles.json @@ -1,24 +1,24 @@ -[ - { - "name": "Plains", - "move_cost": 2, - "sight_cost": 2, - "range_bonus": 0, - "defence_bonus": 0.0, - "spritebounds": [ 0, 16 ] - },{ - "name": "Mountain", - "move_cost": 4, - "sight_cost": 4, - "range_bonus": 1, - "defence_bonus": 0.4, - "spritebounds": [ 16, 16 ] - },{ - "name": "Forest", - "move_cost": 3, - "sight_cost": 4, - "range_bonus": -1, - "defence_bonus": 0.2, - "spritebounds": [ 80, 16 ] - } +[
+ {
+ "name": "Plains",
+ "move_cost": 2,
+ "sight_cost": 2,
+ "range_bonus": 0,
+ "defence_bonus": 0.0,
+ "spritebounds": [ 0, 16 ]
+ },{
+ "name": "Mountain",
+ "move_cost": 4,
+ "sight_cost": 4,
+ "range_bonus": 1,
+ "defence_bonus": 0.4,
+ "spritebounds": [ 16, 16 ]
+ },{
+ "name": "Forest",
+ "move_cost": 3,
+ "sight_cost": 4,
+ "range_bonus": -1,
+ "defence_bonus": 0.2,
+ "spritebounds": [ 80, 16 ]
+ }
]
\ No newline at end of file |