v0.2.2: tweaked spacing on blob cell info
This commit is contained in:
parent
66c1cad9a9
commit
3df12ebf2d
|
@ -62,12 +62,11 @@ public class WndInfoCell extends Window {
|
|||
add( info );
|
||||
|
||||
StringBuilder desc = new StringBuilder( Dungeon.level.tileDesc( tile ) );
|
||||
|
||||
final char newLine = '\n';
|
||||
|
||||
for (Blob blob:Dungeon.level.blobs.values()) {
|
||||
if (blob.cur[cell] > 0 && blob.tileDesc() != null) {
|
||||
if (desc.length() > 0) {
|
||||
desc.append( newLine );
|
||||
desc.append( "\n\n" );
|
||||
}
|
||||
desc.append( blob.tileDesc() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user