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

master
sigonasr2 1 month ago
parent 598b3b66c7
commit 2b0c1c070a
  1. 1
      Adventures in Lestoria/VisualNovel.cpp

@ -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