|
|
@ -82,19 +82,19 @@ public class VisualizerPlainTextUltra implements Visualizer { |
|
|
|
public final String[][] playerAltSprites = { |
|
|
|
{ |
|
|
|
"o o", |
|
|
|
"°oo°" |
|
|
|
"°88°" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"o°°o", |
|
|
|
"o88o", |
|
|
|
"° °" |
|
|
|
}, |
|
|
|
{ |
|
|
|
" °°o", |
|
|
|
" oo°" |
|
|
|
" °8o", |
|
|
|
" o8°" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"o°° ", |
|
|
|
"°oo " |
|
|
|
"o8° ", |
|
|
|
"°8o " |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
@ -112,7 +112,7 @@ public class VisualizerPlainTextUltra implements Visualizer { |
|
|
|
output = ""; |
|
|
|
|
|
|
|
if(showScore) { |
|
|
|
output = "\nSCORE: " + gameManager.score + "\n\n"; |
|
|
|
output = "\nSCORE: " + gameManager.score + " LIVES: " + gameManager.livesRemaining + "\n\n"; |
|
|
|
} |
|
|
|
|
|
|
|
int lineBufferSize = 2; |
|
|
|