better transition to cat background.

This commit is contained in:
2015-04-21 17:46:04 -07:00
parent c991ce34ad
commit ef46799b61
2 changed files with 5 additions and 3 deletions

View File

@@ -195,7 +195,8 @@
:interactions :interactions
{:down-dir {:box [150 0 270 20] {:down-dir {:box [150 0 270 20]
:script (actions/get-script entities :script (actions/get-script entities
(actions/walk-to entities :ego [203 1]) (actions/walk-to entities :ego [200 10])
(actions/walk-straight-to entities :ego [223 -51])
(actions/transition-background entities :outside-house [137 204]) (actions/transition-background entities :outside-house [137 204])
(actions/walk-to entities :ego [195 140])) (actions/walk-to entities :ego [195 140]))
:cursor :down} :cursor :down}
@@ -333,4 +334,4 @@
(make-night entities) (make-night entities)
(utils/remove-interaction entities :rock) (utils/remove-interaction entities :rock)
))) )))
:start-pos [203 1]))) :start-pos [200 10])))

View File

@@ -345,7 +345,8 @@
:script (actions/get-script :script (actions/get-script
entities entities
(actions/walk-to entities :ego [137 204]) (actions/walk-to entities :ego [137 204])
(actions/transition-background entities :cat-tree [203 1])) (actions/transition-background entities :cat-tree [223 -51])
(actions/walk-straight-to entities :ego [200 10]))
:cursor :up} :cursor :up}
:left-dir {:box [0 40 20 140] :left-dir {:box [0 40 20 140]
:script (actions/get-script :script (actions/get-script