add instructions to platformer readme
This commit is contained in:
parent
23bca567eb
commit
3f1d8aa963
|
@ -3,6 +3,9 @@
|
||||||
This example demostrates a way to put things together and create a simple platformer game with a
|
This example demostrates a way to put things together and create a simple platformer game with a
|
||||||
Gopher!
|
Gopher!
|
||||||
|
|
||||||
|
Use **arrow keys** to move and jump around. Press **ENTER** to restart. (And hush, hush, secret.
|
||||||
|
Press TAB for slo-mo!)
|
||||||
|
|
||||||
The pixel art feel is, other than from the pixel art spritesheet, achieved by using a 160x120px
|
The pixel art feel is, other than from the pixel art spritesheet, achieved by using a 160x120px
|
||||||
large off-screen canvas, drawing everything to it and then stretching it to fit the window.
|
large off-screen canvas, drawing everything to it and then stretching it to fit the window.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue