working on texture packing
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
:update-fn (fn [screen entities gandarf]
|
||||
(assoc gandarf :y (or (get-in entities [:gandarf-cloud :y])
|
||||
(:y gandarf)))))
|
||||
:gandarf-cloud (doto (assoc (particle-effect "wizard/gandarf-cloud") :x 215 :y 400
|
||||
:gandarf-cloud (doto (assoc (particle-effect "particles/gandarf-cloud") :x 215 :y 400
|
||||
:baseline 200)
|
||||
(particle-effect! :set-position 215 130))
|
||||
:duke (assoc (animation->texture screen duke-stand)
|
||||
@@ -70,7 +70,7 @@
|
||||
:reach duke-reach
|
||||
:reach-talk duke-reach-talk
|
||||
:knight duke-knight)
|
||||
:magic-frog-particle (doto (assoc (particle-effect "inside-house/magic-frog") :x 140 :y 49
|
||||
:magic-frog-particle (doto (assoc (particle-effect "particles/magic-frog") :x 140 :y 49
|
||||
:baseline 241)
|
||||
(particle-effect! :set-position 150 49))
|
||||
:ladder-guard-1 (assoc (animation->texture screen ladder-guard-stand-1)
|
||||
|
||||
Reference in New Issue
Block a user