Handbook
Glossary
crate-cell
Vocabulary
gamelib
.
demos
.
sokoban
.
layouts
Definition
USING:
gamelib.cell-object
;
IN:
gamelib.demos.sokoban.layouts
TUPLE:
crate-cell
<
cell-object
image-path
;
Methods
USING:
accessors
gamelib.cell-object
gamelib.demos.sokoban.layouts
images.loader
kernel
opengl.textures
;
M:
crate-cell
draw-cell-object*
rot
[
image-path>>
load-image
]
dip
<texture>
draw-scaled-texture
;