Skip to content

Commit

Permalink
Merge pull request #144 from fenndragon/SillySlimes
Browse files Browse the repository at this point in the history
Silly Slimes
  • Loading branch information
Memeji committed Aug 27, 2024
2 parents 4923c5e + 5f26f6c commit f75ce4b
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/Floof/Entities/Mobs/NPCs/slimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
color: "#FFFDFB"
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Aliens/elemental.rsi
sprite: Floof/Mobs/Animals/elemental.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: alive
Expand All @@ -26,7 +26,7 @@
color: "#45072f"
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Aliens/elemental.rsi
sprite: Floof/Mobs/Animals/elemental.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: alive
Expand All @@ -43,7 +43,7 @@
color: "#ae0072"
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Aliens/elemental.rsi
sprite: Floof/Mobs/Animals/elemental.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: alive
Expand All @@ -60,7 +60,7 @@
color: "#c90084"
- type: Sprite
drawdepth: Mobs
sprite: Mobs/Aliens/elemental.rsi
sprite: Floof/Mobs/Animals/elemental.rsi
layers:
- map: [ "enum.DamageStateVisualLayers.Base" ]
state: alive
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions Resources/Textures/Floof/Mobs/Animals/elemental.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "Created by TheShuEd (github) for Space Station 14. Edited by Fenndragon",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "dead"
},
{
"name": "alive",
"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
]
]
}
]
}
2 changes: 1 addition & 1 deletion Resources/Textures/Mobs/Aliens/Xenos/rouny.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "DakoDragon, discord ID: 56038550335922176",
"copyright": "Created by Fenndragon, discord ID: 190763499276861440",
"size": {
"x": 64,
"y": 64
Expand Down

0 comments on commit f75ce4b

Please sign in to comment.