Bake stub atlas-sets for demo_tilemap and walls_tilemap
Replaces the legacy color-only *.tilemap.json fixtures with baked
2-tile atlas-sets in the new atlases/<id>/{diffuse,height,atlas-json,
lock-json} layout. Stub PNGs are 32x32 solid colors matching the
previous color values; height channel is synthesized L8=0 by the baker.
A scripts/bake.sh re-bake helper drives the atlas-baker tool against
assets/_sources/.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
33
assets/atlases/walls_tilemap/tiles.atlas.json
Normal file
33
assets/atlases/walls_tilemap/tiles.atlas.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"atlas_id": "walls_tilemap",
|
||||
"atlas_version": 1,
|
||||
"atlas_size_px": [
|
||||
64,
|
||||
64
|
||||
],
|
||||
"tile_size_px": 32,
|
||||
"tiles": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "wall_brick",
|
||||
"uv": [
|
||||
0,
|
||||
0,
|
||||
32,
|
||||
32
|
||||
],
|
||||
"blocks_sight": true
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "wall_wood",
|
||||
"uv": [
|
||||
32,
|
||||
0,
|
||||
32,
|
||||
32
|
||||
],
|
||||
"blocks_sight": true
|
||||
}
|
||||
]
|
||||
}
|
||||
9
assets/atlases/walls_tilemap/tiles.atlas.lock.json
Normal file
9
assets/atlases/walls_tilemap/tiles.atlas.lock.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"atlas_id": "walls_tilemap",
|
||||
"bindings": {
|
||||
"wall_brick": 1,
|
||||
"wall_wood": 2
|
||||
},
|
||||
"deleted": [],
|
||||
"next_id": 3
|
||||
}
|
||||
BIN
assets/atlases/walls_tilemap/tiles.diffuse.atlas.png
Normal file
BIN
assets/atlases/walls_tilemap/tiles.diffuse.atlas.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 161 B |
BIN
assets/atlases/walls_tilemap/tiles.height.atlas.png
Normal file
BIN
assets/atlases/walls_tilemap/tiles.height.atlas.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 B |
Reference in New Issue
Block a user