Ready to refactor the tilemap so I can stylize different parts of the maps generated.

This commit is contained in:
Zed A. Shaw 2025-05-24 12:34:45 -04:00
parent 96a585220b
commit f45dbe8c48
3 changed files with 6 additions and 6 deletions

View file

@ -95,17 +95,17 @@
"frame_width": 256,
"frame_height": 256
},
"wall":
"moss_wall":
{"path": "assets/glowing_moss_wall-256.png",
"frame_width": 256,
"frame_height": 256
},
"lava_floor":
"floor":
{"path": "assets/floor_tile_test-256.png",
"frame_width": 256,
"frame_height": 256
},
"floor":
"lava_floor":
{"path": "assets/lava_floor-256.png",
"frame_width": 256,
"frame_height": 256