experiments
This commit is contained in:
@@ -28,10 +28,14 @@
|
||||
(actions/start-animation screen (merge (assoc (animation->texture screen wizard-stand)
|
||||
:left {:talk (utils/flip wizard-talk)
|
||||
:stand (utils/flip wizard-stand)
|
||||
:disappear (utils/flip wizard-disappear)}
|
||||
:disappear (utils/flip wizard-disappear)
|
||||
}
|
||||
:right {:talk wizard-talk
|
||||
:stand wizard-stand
|
||||
:disappear wizard-disappear}
|
||||
:disappear wizard-disappear
|
||||
}
|
||||
:origin-x 0
|
||||
:origin-y 0
|
||||
:talk-color (color 0.95 0.3 1.0 1.0)
|
||||
:facing :left) wizard-spec)
|
||||
:stand)))
|
||||
|
||||
Reference in New Issue
Block a user