Fixed Critical Assets & Map: Embedded Tilesets in JSON, Created Texture Atlases, Fixed Pathing for Intro/Terrain, Added Audio

This commit is contained in:
2026-01-16 20:38:39 +01:00
parent d0298a6c72
commit 2a6628e79a
41 changed files with 150 additions and 36 deletions

View File

@@ -19247,43 +19247,58 @@
"tilesets": [
{
"firstgid": 1,
"source": "../tiled/dirt.tsx"
"name": "dirt",
"tilewidth": 48,
"tileheight": 48,
"image": "../slike/teren/dirt_atlas.png",
"imagewidth": 1024,
"imageheight": 1024,
"margin": 0,
"spacing": 0
},
{
"firstgid": 442,
"source": "../tiled/grass.tsx"
"name": "grass",
"tilewidth": 48,
"tileheight": 48,
"image": "../slike/teren/grass_atlas.png",
"imagewidth": 1024,
"imageheight": 1024,
"margin": 0,
"spacing": 0
},
{
"firstgid": 883,
"source": "../tiled/stone.tsx"
"name": "stone",
"tilewidth": 48,
"tileheight": 48,
"image": "../slike/teren/stone_atlas.png",
"imagewidth": 1024,
"imageheight": 1024,
"margin": 0,
"spacing": 0
},
{
"firstgid": 1324,
"source": "../tiled/water.tsx"
"name": "water",
"tilewidth": 48,
"tileheight": 48,
"image": "../slike/teren/water_atlas.png",
"imagewidth": 1024,
"imageheight": 1024,
"margin": 0,
"spacing": 0
},
{
"firstgid": 1765,
"source": "../tiled/fence_wood.tsx"
},
{
"firstgid": 2206,
"source": "../tiled/apple_tree_mature_autumn_1767678811175.tsx"
},
{
"firstgid": 2647,
"source": "../tiled/vfx_hallucination_ghost_1767620660864.tsx"
},
{
"firstgid": 3088,
"source": "../tiled/uploaded_image_1767407781294.tsx"
},
{
"firstgid": 3257,
"source": "../tiled/uploaded_image_2_1767410857322.tsx"
},
{
"firstgid": 3698,
"source": "../tiled/uploaded_image_3_1767410857322.tsx"
"name": "fence",
"tilewidth": 48,
"tileheight": 48,
"image": "../slike/teren/fence_stone.png",
"imagewidth": 512,
"imageheight": 512,
"margin": 0,
"spacing": 0
}
],
"orientation": "orthogonal",