diff options
author | BrickPi <ajmach6@gmail.com> | 2024-01-19 22:52:24 +0100 |
---|---|---|
committer | BrickPi <ajmach6@gmail.com> | 2024-01-21 16:25:06 +0100 |
commit | 2940411cb33a64cd41c2d39ddf98aab54edc9f69 (patch) | |
tree | 8cefa44e20d3fd26f7ba083454ffdcbb43c1d05f /game/common/map/terrain.json | |
parent | fb2561bd998f211d2099f811a6b6b25a57118160 (diff) |
Reorganise Asset File Structure
Diffstat (limited to 'game/common/map/terrain.json')
-rw-r--r-- | game/common/map/terrain.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/game/common/map/terrain.json b/game/common/map/terrain.json deleted file mode 100644 index 60596c9..0000000 --- a/game/common/map/terrain.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "ocean.png": "204080", - "farmlands.png": [88, 170, 37], - "mountains.png": "584B25", - "desert_rocky.png": "A06C38", - "desert_smooth.png": "BAA644" -} |