[demo] Fix world map having a bad link west of the second camp stage plate. Release Build 11563.
This commit is contained in:
parent
5ace134f65
commit
b9ea6d1432
@ -39,7 +39,7 @@ All rights reserved.
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 3
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 0
|
||||||
#define VERSION_BUILD 11562
|
#define VERSION_BUILD 11563
|
||||||
|
|
||||||
#define stringify(a) stringify_(a)
|
#define stringify(a) stringify_(a)
|
||||||
#define stringify_(a) #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">
|
<object id="33" name="Camp II" type="StagePlate" x="308" y="248" width="20" height="24">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="Connection 3 - South" type="object" value="8"/>
|
<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="Map" propertytype="Level" value="HUB"/>
|
||||||
<property name="Type" propertytype="StageType" value="HUB"/>
|
<property name="Type" propertytype="StageType" value="HUB"/>
|
||||||
<property name="Unlock Condition" propertytype="Level" value="STORY_1_3"/>
|
<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
|
rm -R bin
|
||||||
mkdir bin
|
mkdir bin
|
||||||
mkdir bin/assets
|
mkdir bin/assets
|
||||||
$ErrorActionPreference = "Stop"
|
|
||||||
cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets
|
cp -R "Adventures in Lestoria/assets/Campaigns" bin/assets
|
||||||
cp -R "Adventures in Lestoria/assets/config" bin/assets
|
cp -R "Adventures in Lestoria/assets/config" bin/assets
|
||||||
cp -R "Adventures in Lestoria/assets/maps" bin/assets
|
cp -R "Adventures in Lestoria/assets/maps" bin/assets
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user