-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Elf Supremacy * Delete old ears * Review Fix
- Loading branch information
1 parent
1e7b414
commit d0bdbc8
Showing
10 changed files
with
84 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
marking-HumanLongEars = Long Ears | ||
marking-HumanLongEars = Long Ears Standard | ||
marking-LongEarsWide = Long Ears Wide | ||
marking-LongEarsSmall = Long Ears Small | ||
marking-LongEarsUpwards = Long Ears Upwards | ||
marking-LongEarsTall = Long Ears Tall | ||
marking-LongEarsThin = Long Ears Thin |
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+686 Bytes
Resources/Textures/Mobs/Customization/ears.rsi/long_ears_standard.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.
Binary file added
BIN
+789 Bytes
Resources/Textures/Mobs/Customization/ears.rsi/long_ears_upwards.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.
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 |
---|---|---|
@@ -1,16 +1,35 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Drawn by Rouge2t7/Sarahon", | ||
"copyright": "Sprites by angelofallars (github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "long_ears", | ||
"name": "long_ears_standard", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "long_ears_wide", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "long_ears_small", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "long_ears_upwards", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "long_ears_tall", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "long_ears_thin", | ||
"directions": 4 | ||
} | ||
|
||
] | ||
} |