-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added icon * Added pngs + yaml Added images for the animals as well as the yaml for them Including the spawners - added MARKS to that file * Added dead pngs and Normal versions for fun Added dead for all the above, and got rid of the rat rsi folder because I dont have the png for it yet * to fix merge will add back after update * This might be it lol * im trying world * shrugs * ok ok amybe?? * Updated Seperation Should separate the spawners and enities
- Loading branch information
1 parent
2244992
commit 727d87f
Showing
15 changed files
with
282 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/_Nuclear14/Mobs/Animals/beaver.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA-3.0", | ||
"copyright": "made by ladyayla for N14", | ||
"size": { | ||
"x": 32, | ||
"y": 16 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "beaver", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "dead" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/_Nuclear14/Mobs/Animals/opossum.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA-3.0", | ||
"copyright": "made by ladyayla for N14", | ||
"size": { | ||
"x": 32, | ||
"y": 16 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "opossum", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "normopossum", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "dead" | ||
} | ||
] | ||
} |
Binary file added
BIN
+897 Bytes
Resources/Textures/_Nuclear14/Mobs/Animals/opossum.rsi/normopossum.png
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/_Nuclear14/Mobs/Animals/rabbit.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA-3.0", | ||
"copyright": "made by ladyayla for N14", | ||
"size": { | ||
"x": 32, | ||
"y": 16 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "rabbit", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "normrabbit", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "dead" | ||
} | ||
] | ||
} |
Binary file added
BIN
+904 Bytes
Resources/Textures/_Nuclear14/Mobs/Animals/rabbit.rsi/normrabbit.png
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.
Binary file modified
BIN
+139 Bytes
(130%)
Resources/Textures/_Nuclear14/Objects/Decoration/Flags/bos_flagpole.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"copyright": "made by ladyayla for Nuclear 14", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
"y": 64 | ||
}, | ||
"states": [ | ||
{ | ||
|