support for 512x512 textures

This commit is contained in:
h4570
2022-07-30 15:03:46 +02:00
parent b7b32fb35a
commit ff2967c7e5
5 changed files with 30 additions and 9 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ using Tyra::FileUtils;
namespace Demo {
IntroState::IntroState(Engine* t_engine)
: State(t_engine), stateManager(STATE_PS2DEV) {
: State(t_engine), stateManager(STATE_WAR_INFO) {
state = STATE_INTRO;
_wantFinish = false;
}
@@ -32,7 +32,7 @@ void IntroState::onStart() {
engine->audio.loadSong(FileUtils::fromCwd("intro/intro.wav"));
engine->audio.setSongLoop(false);
engine->audio.setSongVolume(80);
engine->audio.playSong();
// engine->audio.playSong();
stateManager.add(new IntroPs2DevState(engine));
stateManager.add(new IntroTyraState(engine));