The Mobs of the Living Light (#21338)

* The Mobs of the Living Light

* fix

* sound

* radius

* minor sprite changes
This commit is contained in:
Nim
2023-11-06 04:24:14 +02:00
committed by GitHub
parent 2b0888919c
commit 3d1333280a
27 changed files with 443 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

View File

@@ -0,0 +1,51 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by Nimfar11 (github) for ss14",
"states": [
{
"name": "glow",
"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": "dead_glow"
},
{
"name": "dead"
},
{
"name": "luminous_entity",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

View File

@@ -0,0 +1,61 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by Nimfar11 (github) for ss14",
"states": [
{
"name": "glow",
"directions": 4,
"delays": [
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
]
]
},
{
"name": "dead_glow"
},
{
"name": "dead"
},
{
"name": "luminous_object",
"directions": 4,
"delays": [
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
],
[
0.4,
0.4
]
]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by Nimfar11 (github) for ss14",
"states": [
{
"name": "glow",
"directions": 4
},
{
"name": "dead_glow"
},
{
"name": "dead"
},
{
"name": "luminous_person",
"directions": 4
}
]
}