Fix image case-sensitivity for NPCs in the Hub.

This commit is contained in:
sigonasr2 2024-01-29 17:07:39 -06:00
parent 62cfe67119
commit 0f8801546c
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -660,7 +660,7 @@
<property name="NPC Name" value="Greg"/>
<property name="Roaming Range" type="int" value="300"/>
<property name="Spawn Flag" propertytype="EventFlag" value="UnlockBlacksmith"/>
<property name="Spritesheet" value="greg.png"/>
<property name="Spritesheet" value="Greg.png"/>
</properties>
<point/>
</object>
@ -669,7 +669,7 @@
<property name="Function" propertytype="NPCFunction" value="TravelingMerchant"/>
<property name="NPC Name" value="Traveling Merchant"/>
<property name="Roaming Range" type="int" value="100"/>
<property name="Spritesheet" value="traveling_merchant.png"/>
<property name="Spritesheet" value="Traveling Merchant.png"/>
</properties>
<point/>
</object>
@ -677,7 +677,7 @@
<properties>
<property name="Function" propertytype="NPCFunction" value="PotionCrafting"/>
<property name="NPC Name" value="Sherman"/>
<property name="Spritesheet" value="sherman.png"/>
<property name="Spritesheet" value="Sherman.png"/>
</properties>
<point/>
</object>