minor tweaks.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 22 KiB |
@@ -23,7 +23,7 @@
|
|||||||
(defn make-coin-flip [screen]
|
(defn make-coin-flip [screen]
|
||||||
(let [coin-flip (utils/make-anim "castle-gate/coinflip.png" [10 10] 0.05 (range 5))]
|
(let [coin-flip (utils/make-anim "castle-gate/coinflip.png" [10 10] 0.05 (range 5))]
|
||||||
(assoc (animation->texture screen coin-flip)
|
(assoc (animation->texture screen coin-flip)
|
||||||
:x 212 :y 114 :baseline 240
|
:x 212 :y 114 :baseline 151
|
||||||
:opacity 0.0
|
:opacity 0.0
|
||||||
:origin-x 5
|
:origin-x 5
|
||||||
:origin-y 5
|
:origin-y 5
|
||||||
|
|||||||
Reference in New Issue
Block a user