minor tweaks.

This commit is contained in:
Bryce Covert
2016-02-17 21:40:34 -08:00
parent 3849b56002
commit 6b7a6de5df
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -23,7 +23,7 @@
(defn make-coin-flip [screen]
(let [coin-flip (utils/make-anim "castle-gate/coinflip.png" [10 10] 0.05 (range 5))]
(assoc (animation->texture screen coin-flip)
:x 212 :y 114 :baseline 240
:x 212 :y 114 :baseline 151
:opacity 0.0
:origin-x 5
:origin-y 5