moved flies and agus around a bit.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 680 KiB After Width: | Height: | Size: 677 KiB |
|
Before Width: | Height: | Size: 576 KiB After Width: | Height: | Size: 578 KiB |
|
Before Width: | Height: | Size: 423 KiB After Width: | Height: | Size: 413 KiB |
@@ -339,7 +339,7 @@
|
|||||||
steer-sheet (texture! (utils/get-texture "outside-castle/steer.png") :split 50 35)
|
steer-sheet (texture! (utils/get-texture "outside-castle/steer.png") :split 50 35)
|
||||||
steer-stand (animation 0.2 (for [i [0 0 0 0 0 0 0 0 0 1 0 2 0 1 0 2 0 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 3 3 3 3 3 3 3 3 3 0 0 0 0]]
|
steer-stand (animation 0.2 (for [i [0 0 0 0 0 0 0 0 0 1 0 2 0 1 0 2 0 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 3 3 3 3 3 3 3 3 3 0 0 0 0]]
|
||||||
(aget steer-sheet 0 i)))
|
(aget steer-sheet 0 i)))
|
||||||
flies-stand (utils/make-anim "outside-castle/flies.png" [15 15] 0.075 (flatten (repeat 2 [0 1 2 1])))]
|
flies-stand (utils/make-anim "outside-castle/flies.png" [21 21] 0.075 (flatten (repeat 2 [0 1 2 1])))]
|
||||||
(rooms/make :music {:day :town-2 :night :night :sunrise :night}
|
(rooms/make :music {:day :town-2 :night :night :sunrise :night}
|
||||||
:name "Outside castle"
|
:name "Outside castle"
|
||||||
:interactions
|
:interactions
|
||||||
@@ -428,7 +428,7 @@
|
|||||||
:peddler "No, I have no use for it."))))
|
:peddler "No, I have no use for it."))))
|
||||||
|
|
||||||
:stand)
|
:stand)
|
||||||
:steer (actions/start-animation screen (assoc (animation->texture screen steer-stand) :x 203 :y 155 :baseline 80
|
:steer (actions/start-animation screen (assoc (animation->texture screen steer-stand) :x 203 :y 151 :baseline 80
|
||||||
:label "Angus, the buff bull"
|
:label "Angus, the buff bull"
|
||||||
:cursor :hand
|
:cursor :hand
|
||||||
:stand steer-stand
|
:stand steer-stand
|
||||||
@@ -480,7 +480,7 @@
|
|||||||
:outside-particles (common/make-outside-particles)
|
:outside-particles (common/make-outside-particles)
|
||||||
:flies (assoc (animation->texture screen flies-stand)
|
:flies (assoc (animation->texture screen flies-stand)
|
||||||
:x 201
|
:x 201
|
||||||
:y 175
|
:y 178
|
||||||
:label "Flies"
|
:label "Flies"
|
||||||
:cursor :look
|
:cursor :look
|
||||||
:anim flies-stand
|
:anim flies-stand
|
||||||
|
|||||||