examples/windowsize: Fix the message

This commit is contained in:
Hajime Hoshi 2020-10-10 23:00:49 +09:00
parent 5d4c57c328
commit dfeb48b154

View File

@ -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)