Handbook
Glossary
draw-sprite* ( key screen-loc -- )
Vocabulary
snake-game
.
ui
Inputs
key
an
object
screen-loc
an
object
Outputs
None
Definition
USING:
kernel
opengl
opengl.textures
;
IN:
snake-game.ui
:
draw-sprite*
( key screen-loc -- )
swap
[
lookup-texture
draw-texture
]
curry
with-translation
;