Updated the graphics a bit

This commit is contained in:
Kayne Ruse
2013-07-18 23:41:52 +10:00
parent a23156c425
commit 51a0974d25
8 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ void SplashScreen::RenderFrame() {
void SplashScreen::LoadResources() {
//standard
surfaceMgr->Load("font", configUtil->String("fonts") + "/pokemon_dark_font.bmp");
surfaceMgr->Load("button", configUtil->String("interface") + "/button.bmp");
surfaceMgr->Load("font", configUtil->String("fonts") + "/pk_white_8.bmp");
surfaceMgr->Load("button", configUtil->String("interface") + "/button_menu.bmp");
//debugging
surfaceMgr->Load("elliot", configUtil->String("sprites") + "/elliot2.bmp");