Added an animated ghost sprite. (#856)

This commit is contained in:
Swept
2020-04-25 21:30:42 +00:00
committed by GitHub
parent 33fb5ef10f
commit a7ba921e42
6 changed files with 40 additions and 2 deletions

View File

@@ -19,7 +19,9 @@
- type: Sprite - type: Sprite
netsync: false netsync: false
drawdepth: Mobs drawdepth: Mobs
texture: Mob/observer.png sprite: Mob/ghost.rsi
state: animated
color: "#fff8"
- type: MovementSpeedModifier - type: MovementSpeedModifier
baseSprintSpeed: 14 baseSprintSpeed: 14

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

View File

@@ -0,0 +1,36 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"copyright": "Animated by Swept (You could probably tell)",
"states": [
{
"name": "animated",
"directions": 1,
"delays": [[
0.2,
0.2,
0.2,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.2,
0.2,
0.2
]]
},
{
"name": "icon",
"directions": 1,
"delays": [[
1.0,
]]
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B