Fix image case-sensitivity for NPCs in the Hub.
This commit is contained in:
parent
62cfe67119
commit
0f8801546c
@ -39,7 +39,7 @@ All rights reserved.
|
|||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 3
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 0
|
||||||
#define VERSION_BUILD 6532
|
#define VERSION_BUILD 6533
|
||||||
|
|
||||||
#define stringify(a) stringify_(a)
|
#define stringify(a) stringify_(a)
|
||||||
#define stringify_(a) #a
|
#define stringify_(a) #a
|
||||||
|
@ -660,7 +660,7 @@
|
|||||||
<property name="NPC Name" value="Greg"/>
|
<property name="NPC Name" value="Greg"/>
|
||||||
<property name="Roaming Range" type="int" value="300"/>
|
<property name="Roaming Range" type="int" value="300"/>
|
||||||
<property name="Spawn Flag" propertytype="EventFlag" value="UnlockBlacksmith"/>
|
<property name="Spawn Flag" propertytype="EventFlag" value="UnlockBlacksmith"/>
|
||||||
<property name="Spritesheet" value="greg.png"/>
|
<property name="Spritesheet" value="Greg.png"/>
|
||||||
</properties>
|
</properties>
|
||||||
<point/>
|
<point/>
|
||||||
</object>
|
</object>
|
||||||
@ -669,7 +669,7 @@
|
|||||||
<property name="Function" propertytype="NPCFunction" value="TravelingMerchant"/>
|
<property name="Function" propertytype="NPCFunction" value="TravelingMerchant"/>
|
||||||
<property name="NPC Name" value="Traveling Merchant"/>
|
<property name="NPC Name" value="Traveling Merchant"/>
|
||||||
<property name="Roaming Range" type="int" value="100"/>
|
<property name="Roaming Range" type="int" value="100"/>
|
||||||
<property name="Spritesheet" value="traveling_merchant.png"/>
|
<property name="Spritesheet" value="Traveling Merchant.png"/>
|
||||||
</properties>
|
</properties>
|
||||||
<point/>
|
<point/>
|
||||||
</object>
|
</object>
|
||||||
@ -677,7 +677,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<property name="Function" propertytype="NPCFunction" value="PotionCrafting"/>
|
<property name="Function" propertytype="NPCFunction" value="PotionCrafting"/>
|
||||||
<property name="NPC Name" value="Sherman"/>
|
<property name="NPC Name" value="Sherman"/>
|
||||||
<property name="Spritesheet" value="sherman.png"/>
|
<property name="Spritesheet" value="Sherman.png"/>
|
||||||
</properties>
|
</properties>
|
||||||
<point/>
|
<point/>
|
||||||
</object>
|
</object>
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user