mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/windowsize: Bug fix: Wrong comment
This commit is contained in:
parent
f64a946052
commit
2b6debf960
@ -333,7 +333,7 @@ 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)
|
||||
[F] Switch the fullscreen state
|
||||
[U] Switch the runnable-on-unfocused state
|
||||
[C] Switch the cursor mode (visible, hidden, or captured)
|
||||
[I] Change the window icon (only for desktops)
|
||||
|
Loading…
Reference in New Issue
Block a user