-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hopefully correct for real this time
- Loading branch information
1 parent
0ed7c12
commit d84b1b4
Showing
1 changed file
with
24 additions
and
24 deletions.
There are no files selected for viewing
48 changes: 24 additions & 24 deletions
48
Resources/Textures/DeltaV/Mobs/Customization/Moth/moth_wings.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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Selene wings by @bogus_0451 on discord", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "selene", | ||
"directions": 4 | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Selene wings by @bogus_0451 on discord", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
{ | ||
"name": "selene_primary", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "selene_secondary", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "selene_tertiary", | ||
"directions": 4 | ||
} | ||
] | ||
"states": [ | ||
{ | ||
"name": "selene", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "selene_primary", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "selene_secondary", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "selene_tertiary", | ||
"directions": 4 | ||
} | ||
] | ||
} | ||
|