More sprite movement states (#24237)
* More sprite movement states * what
BIN
Resources/Textures/Mobs/Animals/crab.rsi/crab-moving.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
|
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Mobs/Animals/fox.rsi/fox-moving.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
@@ -11,14 +11,40 @@
|
||||
[
|
||||
{
|
||||
"name": "fox",
|
||||
"directions": 4,
|
||||
"delays": [[1],[1],[1],[1]]
|
||||
},
|
||||
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "fox_dead",
|
||||
"directions": 1,
|
||||
"delays": [[1]]
|
||||
"name": "fox-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
],
|
||||
[
|
||||
0.2,
|
||||
0.2,
|
||||
0.2,
|
||||
0.2
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fox_dead"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Mobs/Animals/frog.rsi/frog-moving.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 862 B |
@@ -9,6 +9,10 @@
|
||||
"states": [
|
||||
{
|
||||
"name": "frog",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "frog-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 917 B |
BIN
Resources/Textures/Mobs/Animals/hamster.rsi/hamster-moving-0.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
@@ -12,6 +12,10 @@
|
||||
},
|
||||
{
|
||||
"name": "hamster-0",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "hamster-moving-0",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
|
||||
BIN
Resources/Textures/Mobs/Animals/spider.rsi/guard-moving.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
Resources/Textures/Mobs/Animals/spider.rsi/hunter-moving.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -9,6 +9,10 @@
|
||||
"states": [
|
||||
{
|
||||
"name": "hunter",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "hunter-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
@@ -33,8 +37,12 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "midwife",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "midwife-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
@@ -61,6 +69,10 @@
|
||||
},
|
||||
{
|
||||
"name": "viper",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "viper-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
@@ -87,6 +99,10 @@
|
||||
},
|
||||
{
|
||||
"name": "tarantula",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "tarantula-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
@@ -111,8 +127,12 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "nurse",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "nurse-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
@@ -139,6 +159,10 @@
|
||||
},
|
||||
{
|
||||
"name": "guard",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "guard-moving",
|
||||
"directions": 4,
|
||||
"delays": [
|
||||
[
|
||||
|
||||
BIN
Resources/Textures/Mobs/Animals/spider.rsi/midwife-moving.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
Resources/Textures/Mobs/Animals/spider.rsi/nurse-moving.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
Resources/Textures/Mobs/Animals/spider.rsi/tarantula-moving.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 2.4 KiB |
BIN
Resources/Textures/Mobs/Animals/spider.rsi/viper-moving.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 2.1 KiB |