v0.3.4: externalized painter and trap strings
This commit is contained in:
committed by
Evan Debenham
parent
e7934c838f
commit
df293c01e8
@@ -31,7 +31,6 @@ import com.watabou.noosa.Game;
|
||||
public class DistortionTrap extends Trap{
|
||||
|
||||
{
|
||||
name = "Distortion trap";
|
||||
color = TrapSprite.TEAL;
|
||||
shape = TrapSprite.LARGE_DOT;
|
||||
}
|
||||
@@ -47,9 +46,4 @@ public class DistortionTrap extends Trap{
|
||||
InterlevelScene.mode = InterlevelScene.Mode.RESET;
|
||||
Game.switchScene(InterlevelScene.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String desc() {
|
||||
return "Built from strange magic of unknown origin, this trap will shift and morph the world around you.";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user