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