[demo] Add Warrior story image to list of files. Missing asset. Release Build 11575.

demo
sigonasr2 1 month ago
parent 4d75e50208
commit 9f3f9b30b0
  1. 2
      Adventures in Lestoria/Version.h
  2. 1
      Adventures in Lestoria/VisualNovel.cpp
  3. BIN
      Adventures in Lestoria/assets/gamepack.pak
  4. BIN
      x64/Release/Adventures in Lestoria.exe

@ -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");

Loading…
Cancel
Save