a number of cool improvements, hotspots for cursors, non-jumpy text.
This commit is contained in:
@@ -697,6 +697,7 @@
|
||||
[:stand 1] sheep-1
|
||||
[:stand 2] sheep-2
|
||||
[:stand 3] sheep-3
|
||||
:label "Sheep"
|
||||
:cursor :hand
|
||||
:origin-y 3
|
||||
:origin-x 6
|
||||
@@ -798,6 +799,7 @@
|
||||
)
|
||||
:lamb (assoc (utils/get-texture "outsidehouse/lamb.png")
|
||||
:cursor :look
|
||||
:label "Baby lamb"
|
||||
:x 10 :y 163 :baseline 77
|
||||
:right {:stand (animation 0.1 [lamb-stand])
|
||||
:walk lamb-walk}
|
||||
@@ -827,6 +829,7 @@
|
||||
:cauldron (rooms/make-entity :cauldron (assoc (animation->texture screen cauldron)
|
||||
:cursor :look
|
||||
:x 139 :y 73 :baseline 167
|
||||
:label "Magical cauldron"
|
||||
:anim cauldron
|
||||
:anim-start 0
|
||||
:night-profile :none
|
||||
@@ -836,6 +839,7 @@
|
||||
:charcoal (rooms/make-entity :charcoal
|
||||
(assoc (animation->texture screen charcoal)
|
||||
:cursor :hand
|
||||
:label "Charcoal"
|
||||
:anim charcoal
|
||||
:anim-start 0
|
||||
:night-profile :none
|
||||
|
||||
Reference in New Issue
Block a user