Started refactors for logging and level loading
This commit is contained in:
18
hexworld/res/data_tile_grass.json
Normal file
18
hexworld/res/data_tile_grass.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{ "pos": { "x": -2, "y": -2, "z": 0 } },
|
||||
{ "pos": { "x": -2, "y": -1, "z": 0 } },
|
||||
{ "pos": { "x": -2, "y": 0, "z": 0 } },
|
||||
{ "pos": { "x": -2, "y": 1, "z": 0 } },
|
||||
{ "pos": { "x": -2, "y": 2, "z": 0 } },
|
||||
{ "pos": { "x": 2, "y": -2, "z": 0 } },
|
||||
{ "pos": { "x": 2, "y": -1, "z": 0 } },
|
||||
{ "pos": { "x": 2, "y": 0, "z": 0 } },
|
||||
{ "pos": { "x": 2, "y": 1, "z": 0 } },
|
||||
{ "pos": { "x": 2, "y": 2, "z": 0 } },
|
||||
{ "pos": { "x": -1, "y": -2, "z": 0 } },
|
||||
{ "pos": { "x": -1, "y": 2, "z": 0 } },
|
||||
{ "pos": { "x": 0, "y": -2, "z": 0 } },
|
||||
{ "pos": { "x": 0, "y": 2, "z": 0 } },
|
||||
{ "pos": { "x": 1, "y": -2, "z": 0 } },
|
||||
{ "pos": { "x": 1, "y": 2, "z": 0 } },
|
||||
]
|
||||
Reference in New Issue
Block a user