v0.3.4a: fixed a NO TEXT FOUND in hourglass
This commit is contained in:
parent
b110c0db8c
commit
eff030d9af
|
@ -83,14 +83,14 @@ public class TimekeepersHourglass extends Artifact {
|
||||||
@Override
|
@Override
|
||||||
protected void onSelect(int index) {
|
protected void onSelect(int index) {
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
GLog.i( Messages.get(this, "onstasis") );
|
GLog.i( Messages.get(TimekeepersHourglass.class, "onstasis") );
|
||||||
GameScene.flash(0xFFFFFF);
|
GameScene.flash(0xFFFFFF);
|
||||||
Sample.INSTANCE.play(Assets.SND_TELEPORT);
|
Sample.INSTANCE.play(Assets.SND_TELEPORT);
|
||||||
|
|
||||||
activeBuff = new timeStasis();
|
activeBuff = new timeStasis();
|
||||||
activeBuff.attachTo(Dungeon.hero);
|
activeBuff.attachTo(Dungeon.hero);
|
||||||
} else if (index == 1) {
|
} else if (index == 1) {
|
||||||
GLog.i( Messages.get(this, "onfreeze") );
|
GLog.i( Messages.get(TimekeepersHourglass.class, "onfreeze") );
|
||||||
GameScene.flash(0xFFFFFF);
|
GameScene.flash(0xFFFFFF);
|
||||||
Sample.INSTANCE.play(Assets.SND_TELEPORT);
|
Sample.INSTANCE.play(Assets.SND_TELEPORT);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user