Skip to content

Commit

Permalink
Merge branch 'Fansana:master' into Xenospawners
Browse files Browse the repository at this point in the history
  • Loading branch information
fenndragon committed Aug 27, 2024
2 parents 7764766 + 06bce61 commit 4d73f92
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Resources/Changelog/Floof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -725,3 +725,7 @@ Entries:
message: added Vibrators
id: 98
time: '2024-08-27T02:25:12.0000000+00:00'
- author: fenndragon
changes: []
id: 99
time: '2024-08-27T20:07:59.0000000+00:00'
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 4d73f92

Please sign in to comment.