Update DiceOS display text to a sample sentence for better visual testing
This commit is contained in:
@@ -96,7 +96,7 @@ public class DiceOS extends ApplicationAdapter {
|
||||
param.flipX = false;
|
||||
gc.draw(border, 0, display.getHeight() - 8, param);
|
||||
|
||||
font.draw(display.getBatch(), "This is DiceOS", 6, display.getHeight() - 12);
|
||||
font.draw(display.getBatch(), "The quick brown fox jumps over the lazy dog", 6, display.getHeight() - 12);
|
||||
|
||||
// Finish rendering to screen buffer
|
||||
display.getBatch().end();
|
||||
|
||||
Reference in New Issue
Block a user