Added screen dimensions to debug label
This commit is contained in:
parent
b7985070ff
commit
3c1b0999c4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def debug_tick(args)
|
||||||
|
|
||||||
debug_label(
|
debug_label(
|
||||||
args, 24.from_right, 24.from_top,
|
args, 24.from_right, 24.from_top,
|
||||||
"v#{version} | DR v#{$gtk.version} (#{$gtk.platform}) | Ticks: #{args.state.tick_count} | FPS: #{args.gtk.current_framerate.round}",
|
"v#{version} | DR v#{$gtk.version} (#{$gtk.platform}) | Ticks: #{args.state.tick_count} | FPS: #{args.gtk.current_framerate.round} | Win: #{args.grid.window_width}x#{args.grid.window_height}",
|
||||||
ALIGN_RIGHT)
|
ALIGN_RIGHT)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue