Added an animated ghost sprite. (#856)
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
drawdepth: Mobs
|
||||
texture: Mob/observer.png
|
||||
sprite: Mob/ghost.rsi
|
||||
state: animated
|
||||
color: "#fff8"
|
||||
|
||||
- type: MovementSpeedModifier
|
||||
baseSprintSpeed: 14
|
||||
|
||||
@@ -160,4 +160,4 @@
|
||||
color: "#DFDFDF"
|
||||
metabolism:
|
||||
- !type:DefaultDrink
|
||||
rate: 1
|
||||
rate: 1
|
||||
|
||||
BIN
Resources/Textures/Mob/ghost.rsi/animated.png
Normal file
BIN
Resources/Textures/Mob/ghost.rsi/animated.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/Mob/ghost.rsi/icon.png
Normal file
BIN
Resources/Textures/Mob/ghost.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 329 B |
36
Resources/Textures/Mob/ghost.rsi/meta.json
Normal file
36
Resources/Textures/Mob/ghost.rsi/meta.json
Normal 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 |
Reference in New Issue
Block a user