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