Save all: Fixed blue screen, VibeVoice audio, Tiled setup

This commit is contained in:
2025-12-27 02:11:06 +01:00
parent 6a01731de0
commit 41fc635f3a
8 changed files with 322 additions and 35 deletions

141
assets/maps/NovaFarma.json Normal file
View File

@@ -0,0 +1,141 @@
{
"compressionlevel": -1,
"height": 8,
"infinite": false,
"layers": [
{
"data": [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
],
"height": 8,
"id": 1,
"name": "Ground",
"opacity": 1,
"type": "tilelayer",
"visible": true,
"width": 8,
"x": 0,
"y": 0
}
],
"nextlayerid": 4,
"nextobjectid": 1,
"orientation": "orthogonal",
"renderorder": "right-down",
"tiledversion": "1.11.2",
"tileheight": 32,
"tilesets": [
{
"firstgid": 1,
"source": "01_Ground.tsx",
"name": "01_Ground",
"tilewidth": 32,
"tileheight": 32,
"imageheight": 512,
"imagewidth": 512
},
{
"firstgid": 300,
"source": "02_Obstacles.tsx",
"name": "02_Obstacles",
"tilewidth": 32,
"tileheight": 32,
"imageheight": 512,
"imagewidth": 512
},
{
"firstgid": 600,
"source": "04_Buildings.tsx",
"name": "04_Buildings",
"tilewidth": 32,
"tileheight": 32,
"imageheight": 512,
"imagewidth": 512
},
{
"firstgid": 900,
"source": "03_Fences.tsx",
"name": "03_Fences",
"tilewidth": 32,
"tileheight": 32,
"imageheight": 512,
"imagewidth": 512
},
{
"firstgid": 1200,
"source": "05_Tools_Items.tsx",
"name": "05_Tools_Items",
"tilewidth": 32,
"tileheight": 32,
"imageheight": 512,
"imagewidth": 512
}
],
"tilewidth": 32,
"type": "map",
"version": "1.10",
"width": 8
}

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="8" height="8" tilewidth="32" tileheight="32" infinite="0" nextlayerid="4" nextobjectid="5">
<map version="1.10" tiledversion="1.11.2" orientation="orthogonal" renderorder="right-down" width="8" height="8" tilewidth="32" tileheight="32" infinite="0" nextlayerid="4" nextobjectid="1">
<properties>
<property name="description" value="FAZA 1 - Kickstarter Demo Map (8x8)"/>
<property name="description" value="FAZA 1 - Kickstarter Demo Map (Empty)"/>
<property name="name" value="NovaFarma"/>
<property name="spawnX" value="4"/>
<property name="spawnY" value="4"/>
</properties>
<tileset firstgid="1" source="01_Ground.tsx"/>
<tileset firstgid="300" source="02_Obstacles.tsx"/>
<tileset firstgid="600" source="04_Buildings.tsx"/>
<tileset firstgid="900" source="03_Fences.tsx"/>
<tileset firstgid="1200" source="05_Tools_Items.tsx"/>
<layer id="1" name="Ground" width="8" height="8">
<data encoding="csv">
0,0,0,0,0,0,0,0,
@@ -22,18 +22,5 @@
</data>
</layer>
<objectgroup id="2" name="Objects"/>
<objectgroup id="3" name="SpawnPoints">
<object id="1" name="kai_spawn" x="192" y="192">
<point/>
</object>
<object id="2" name="zombie_spawn" x="288" y="144">
<point/>
</object>
<object id="3" name="grok_spawn" x="96" y="96">
<point/>
</object>
<object id="4" name="susi_spawn" x="240" y="288">
<point/>
</object>
</objectgroup>
<objectgroup id="3" name="SpawnPoints"/>
</map>