v0.3.4: renamed WelcomeScene to ChangesScene
This commit is contained in:
committed by
Evan Debenham
parent
108e466516
commit
7c1cea602b
@@ -22,7 +22,7 @@ package com.shatteredpixel.shatteredpixeldungeon.ui;
|
||||
|
||||
import com.shatteredpixel.shatteredpixeldungeon.Assets;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.ShatteredPixelDungeon;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.scenes.WelcomeScene;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.scenes.ChangesScene;
|
||||
import com.watabou.noosa.Image;
|
||||
import com.watabou.noosa.audio.Sample;
|
||||
import com.watabou.noosa.ui.Button;
|
||||
@@ -67,6 +67,6 @@ public class ChangesButton extends Button {
|
||||
|
||||
@Override
|
||||
protected void onClick() {
|
||||
ShatteredPixelDungeon.switchNoFade(WelcomeScene.class);
|
||||
ShatteredPixelDungeon.switchNoFade(ChangesScene.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user