idem
This commit is contained in:
@@ -66,10 +66,10 @@ IntroScene::~IntroScene() {
|
||||
}
|
||||
|
||||
void IntroScene::onEnter() {
|
||||
playMusic("00000003.ogg");
|
||||
playMusic("music/00000003.ogg");
|
||||
|
||||
gfx_ = SurfaceHandle("logo.gif");
|
||||
pal_ = JD8_LoadPalette("logo.gif");
|
||||
gfx_ = SurfaceHandle("gfx/logo.gif");
|
||||
pal_ = JD8_LoadPalette("gfx/logo.gif");
|
||||
JD8_SetScreenPalette(pal_);
|
||||
|
||||
JD8_ClearScreen(0);
|
||||
|
||||
Reference in New Issue
Block a user