Add a clickable region to world map between chapter 1 and chapter 2 locations for mouse navigation. Release Build 10512.

mac-build
sigonasr2 7 months ago
parent 1ca018aa5f
commit 227c082a57
  1. 3
      Adventures in Lestoria/Adventures in Lestoria.tiled-project
  2. 2
      Adventures in Lestoria/Version.h
  3. 9
      Adventures in Lestoria/assets/Campaigns/World_Map.tmx
  4. BIN
      Adventures in Lestoria/assets/gamepack.pak
  5. BIN
      x64/Release/Adventures in Lestoria.exe

@ -269,7 +269,8 @@
"BOSS_2",
"BOSS_2_B",
"STORY_2_1",
"STORY_2_2"
"STORY_2_2",
"NONE"
],
"valuesAsFlags": false
},

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_PATCH 3
#define VERSION_BUILD 10511
#define VERSION_BUILD 10512
#define stringify(a) stringify_(a)
#define stringify_(a) #a

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.2" class="Map" orientation="orthogonal" renderorder="left-down" width="250" height="177" tilewidth="4" tileheight="4" infinite="0" nextlayerid="5" nextobjectid="34">
<map version="1.10" tiledversion="1.10.2" class="Map" orientation="orthogonal" renderorder="left-down" width="250" height="177" tilewidth="4" tileheight="4" infinite="0" nextlayerid="5" nextobjectid="35">
<properties>
<property name="Background Music" propertytype="BGM" value="overworld"/>
<property name="Level Type" propertytype="LevelType" value="World Map"/>
@ -800,5 +800,12 @@
<property name="Unlock Condition" propertytype="Level" value="STORY_1_3"/>
</properties>
</object>
<object id="34" name="Prairie" type="StagePlate" x="352" y="265" width="43" height="138">
<properties>
<property name="Map" propertytype="Level" value="NONE"/>
<property name="Type" propertytype="StageType" value="NONE"/>
<property name="Unlock Condition" propertytype="Level" value="STORY_1_3"/>
</properties>
</object>
</objectgroup>
</map>

Loading…
Cancel
Save