added game-player.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 30 KiB |
BIN
desktop/resources/inside-castle/gameplayer.png
Normal file
BIN
desktop/resources/inside-castle/gameplayer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
desktop/resources/inside-castle/gameplayer.pxi
Normal file
BIN
desktop/resources/inside-castle/gameplayer.pxi
Normal file
Binary file not shown.
BIN
desktop/resources/inside-castle/player.pxi
Normal file
BIN
desktop/resources/inside-castle/player.pxi
Normal file
Binary file not shown.
@@ -15,10 +15,9 @@
|
||||
:script (actions/get-script entities
|
||||
(actions/walk-to entities :ego [284 145])
|
||||
(actions/transition-background entities :outside-castle [82 180])
|
||||
(actions/walk-to entities :ego [129 148]))
|
||||
}}
|
||||
(actions/walk-to entities :ego [129 148]))}}
|
||||
:layers [(assoc (texture "inside-castle/background.png") :x 0 :y 0 :baseline 0)
|
||||
(assoc (texture "inside-castle/pedestal-overlay.png") :x 0 :y 0 :baseline 135)]
|
||||
:entities {}
|
||||
:entities {:game-player (assoc (texture "inside-castle/gameplayer.png") :x 266 :y 49 :baseline 191)}
|
||||
:collision "inside-castle/collision.png"
|
||||
:scale-fn (utils/scaler-fn-from-image "inside-castle/scale.png" 0.25 1.00)))
|
||||
|
||||
Reference in New Issue
Block a user