a number of cool improvements, hotspots for cursors, non-jumpy text.

This commit is contained in:
Bryce Covert
2016-08-12 08:16:09 -07:00
parent 6f24840998
commit 8ecc23eae1
5 changed files with 163 additions and 125 deletions

View File

@@ -66,6 +66,7 @@
disappear-left {1 [:disappear 0.7]}
}
:night-profile :sprite
:label "Gandarf"
:cursor :talk
:origin-x 0
:origin-y 0

View File

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