mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/windowsize: Fix the message
This commit is contained in:
parent
5d4c57c328
commit
dfeb48b154
@ -293,7 +293,8 @@ func (g *game) Draw(screen *ebiten.Image) {
|
||||
|
||||
msg := fmt.Sprintf(`[Arrow keys] Move the window
|
||||
[Shift + Arrow keys] Change the window size
|
||||
%s[F] Switch the fullscreen state (only for desktops)
|
||||
%s
|
||||
[F] Switch the fullscreen state (only for desktops)
|
||||
[U] Switch the runnable-on-unfocused state
|
||||
[C] Switch the cursor visibility
|
||||
[I] Change the window icon (only for desktops)
|
||||
|
Loading…
Reference in New Issue
Block a user