mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
examples/windowsize: Fix message
This commit is contained in:
parent
82c44a2995
commit
328c5ff7e1
@ -182,8 +182,8 @@ Press B key to switch the run-in-background state
|
|||||||
Press C key to switch the cursor visibility
|
Press C key to switch the cursor visibility
|
||||||
Press I key to change the window icon
|
Press I key to change the window icon
|
||||||
Press V key to switch vsync
|
Press V key to switch vsync
|
||||||
Press Q key to quit
|
|
||||||
Press T key to switch TPS (ticks per second)
|
Press T key to switch TPS (ticks per second)
|
||||||
|
Press Q key to quit
|
||||||
Cursor: (%d, %d)
|
Cursor: (%d, %d)
|
||||||
FPS: %0.2f
|
FPS: %0.2f
|
||||||
TPS: %d`, x, y, ebiten.CurrentFPS(), ebiten.TPS())
|
TPS: %d`, x, y, ebiten.CurrentFPS(), ebiten.TPS())
|
||||||
|
Loading…
Reference in New Issue
Block a user