More sprite movement states (#24237)
* More sprite movement states * what
This commit is contained in:
BIN
Resources/Textures/Mobs/Animals/crab.rsi/crab-moving.png
Normal file
BIN
Resources/Textures/Mobs/Animals/crab.rsi/crab-moving.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -9,6 +9,10 @@
|
||||
"states": [
|
||||
{
|
||||
"name": "crab",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "crab-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
@@ -34,12 +38,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dead",
|
||||
"delays": [
|
||||
[
|
||||
1
|
||||
]
|
||||
]
|
||||
"name": "dead"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user