Handbook
Glossary
walk-backward ( player -- )
Vocabulary
terrain
Inputs
player
an
object
Outputs
None
Definition
USING:
accessors
kernel
math.vectors
;
IN:
terrain
:
walk-backward
( player -- )
dup
forward-vector
[
v-
]
curry
change-velocity
drop
;
inline