[demo] Add Warrior story image to list of files. Missing asset. Release Build 11575.
This commit is contained in:
parent
4d75e50208
commit
9f3f9b30b0
@ -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 11572
|
#define VERSION_BUILD 11575
|
||||||
|
|
||||||
#define stringify(a) stringify_(a)
|
#define stringify(a) stringify_(a)
|
||||||
#define stringify_(a) #a
|
#define stringify_(a) #a
|
||||||
|
@ -107,6 +107,7 @@ void VisualNovel::Initialize(){
|
|||||||
graphicsToLoad.insert("character_image_location"_S+"Trapper_F.png");
|
graphicsToLoad.insert("character_image_location"_S+"Trapper_F.png");
|
||||||
graphicsToLoad.insert("character_image_location"_S+"Thief_F.png");
|
graphicsToLoad.insert("character_image_location"_S+"Thief_F.png");
|
||||||
graphicsToLoad.insert("character_image_location"_S+"Witch_F.png");
|
graphicsToLoad.insert("character_image_location"_S+"Witch_F.png");
|
||||||
|
graphicsToLoad.insert("character_image_location"_S+"Warrior_F.png");
|
||||||
graphicsToLoad.insert("character_image_location"_S+"Player_M.png");
|
graphicsToLoad.insert("character_image_location"_S+"Player_M.png");
|
||||||
}else{
|
}else{
|
||||||
graphicsToLoad.insert("character_image_location"_S+arg+".png");
|
graphicsToLoad.insert("character_image_location"_S+arg+".png");
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user