infinite font variations for testing - huge wip
This commit is contained in:
parent
2a3c59ad33
commit
4e0ed95a22
13 changed files with 72 additions and 24 deletions
|
|
@ -164,6 +164,8 @@ impl GameState for State {
|
|||
new_runstate = *runstate;
|
||||
}
|
||||
// Clear screen
|
||||
ctx.set_active_console(2);
|
||||
ctx.cls();
|
||||
ctx.set_active_console(1);
|
||||
ctx.cls();
|
||||
ctx.set_active_console(0);
|
||||
|
|
@ -562,6 +564,8 @@ impl GameState for State {
|
|||
new_runstate = self.mapgen_next_state.unwrap();
|
||||
}
|
||||
if self.mapgen_history.len() != 0 {
|
||||
ctx.set_active_console(2);
|
||||
ctx.cls();
|
||||
ctx.set_active_console(1);
|
||||
ctx.cls();
|
||||
ctx.set_active_console(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue