experiments

This commit is contained in:
2015-05-03 16:09:27 -07:00
parent a0a7257bd0
commit b8c47d674d
41 changed files with 170 additions and 4 deletions

View File

@@ -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)))