v0.3.4: added externalized rankings descriptions
This commit is contained in:
committed by
Evan Debenham
parent
ac967fad27
commit
b70e70d74b
@@ -27,7 +27,6 @@ import com.watabou.noosa.Game;
|
||||
import com.watabou.noosa.Image;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.Assets;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.Dungeon;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.ResultDescriptions;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.effects.Flare;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.effects.Speck;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.ui.RedButton;
|
||||
|
||||
@@ -185,7 +185,7 @@ public class RankingsScene extends PixelScene {
|
||||
position.text(" ");
|
||||
position.measure();
|
||||
|
||||
desc.text( rec.deathDesc() );
|
||||
desc.text( rec.desc() );
|
||||
|
||||
//desc.measure();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user