[demo] Fix world map having a bad link west of the second camp stage plate. Release Build 11563.

demo
sigonasr2 5 months ago
parent 5ace134f65
commit b9ea6d1432
  1. 2
      Adventures in Lestoria/Version.h
  2. 1
      Adventures in Lestoria/assets/Campaigns/World_Map.tmx
  3. 2
      distribute.ps1
  4. BIN
      x64/Release/Adventures in Lestoria.exe

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 0
#define VERSION_BUILD 11562
#define VERSION_BUILD 11563
#define stringify(a) stringify_(a)
#define stringify_(a) #a

@ -687,7 +687,6 @@
<object id="33" name="Camp II" type="StagePlate" x="308" y="248" width="20" height="24">
<properties>
<property name="Connection 3 - South" type="object" value="8"/>
<property name="Connection 4 - West" type="object" value="29"/>
<property name="Map" propertytype="Level" value="HUB"/>
<property name="Type" propertytype="StageType" value="HUB"/>
<property name="Unlock Condition" propertytype="Level" value="STORY_1_3"/>

@ -2,7 +2,7 @@ git update-index --assume-unchanged "Adventures in Lestoria/packkey.cpp"
rm -R bin
mkdir bin
mkdir bin/assets
$ErrorActionPreference = "Stop"
cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets
cp -R "Adventures in Lestoria/assets/config" bin/assets
cp -R "Adventures in Lestoria/assets/maps" bin/assets

Loading…
Cancel
Save