added more items.
This commit is contained in:
@@ -130,4 +130,6 @@
|
||||
:walkie-talkies {:name "Communication devices" :value :walkie-talkies :cursor :walkie-talkies}
|
||||
:walkie-talkie {:name "Communication device" :value :walkie-talkie :cursor :walkie-talkie}
|
||||
:alarm-clock {:name "Time-keeping device" :value :alarm-clock :cursor :alarm-clock}
|
||||
:magic-slingshot {:name "The Slinger's Shot" :value :magic-slingshot :cursor :magic-slingshot}})
|
||||
:magic-slingshot {:name "The Slinger's Shot" :value :magic-slingshot :cursor :magic-slingshot}
|
||||
:shovel {:name "Shovel" :value :shovel :cursor :shovel}
|
||||
:broom {:name "Broom" :value :broom :cursor :broom}})
|
||||
|
||||
@@ -222,7 +222,8 @@
|
||||
(actions/walk-to entities :ego [267 70] :face :right)
|
||||
(actions/play-animation entities :ego :sigh)
|
||||
(actions/play-animation entities :ego :reach)
|
||||
(actions/remove-entity entities :broom))
|
||||
(actions/remove-entity entities :broom)
|
||||
(actions/give entities :broom))
|
||||
|
||||
(read-broom-plaque entities))))
|
||||
:shovel (assoc (texture "dream/shovel.png") :x 33 :y 122
|
||||
@@ -236,7 +237,8 @@
|
||||
(actions/walk-to entities :ego [61 72] :face :left)
|
||||
(actions/play-animation entities :ego :sigh)
|
||||
(actions/play-animation entities :ego :reach)
|
||||
(actions/remove-entity entities :shovel))
|
||||
(actions/remove-entity entities :shovel)
|
||||
(actions/give entities :shovel))
|
||||
|
||||
(read-shovel-plaque entities))))
|
||||
:sign (assoc (texture "dream/sign.png") :x 229 :y 33 :baseline 207)
|
||||
|
||||
Reference in New Issue
Block a user