|
|
|
@ -107,6 +107,7 @@ void VisualNovel::Initialize(){ |
|
|
|
|
graphicsToLoad.insert("character_image_location"_S+"Trapper_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+"Warrior_F.png"); |
|
|
|
|
graphicsToLoad.insert("character_image_location"_S+"Player_M.png"); |
|
|
|
|
}else{ |
|
|
|
|
graphicsToLoad.insert("character_image_location"_S+arg+".png"); |
|
|
|
|