-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same Remove these comments before submitting --> # Description <!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> Changed the rouny sprite to be less simplistic --- # Changelog <!-- You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> :cl: Tilkku - tweak: Rouny Sprite Changed
- Loading branch information
1 parent
9d25d0f
commit 7e822be
Showing
5 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
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,24 +1,24 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "https://github.com/tgstation/TerraGov-Marine-Corps/blob/a2034543920664ddf0c0f3c681bf1d8003dc2ade/icons/Xeno/2x2_Xenos.dmi", | ||
"size": { | ||
"x": 64, | ||
"y": 64 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "running", | ||
"directions": 4 | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "DakoDragon, discord ID: 56038550335922176", | ||
"size": { | ||
"x": 64, | ||
"y": 64 | ||
}, | ||
{ | ||
"name": "sleeping" | ||
}, | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "crit" | ||
} | ||
] | ||
"states": [ | ||
{ | ||
"name": "running", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "sleeping" | ||
}, | ||
{ | ||
"name": "dead" | ||
}, | ||
{ | ||
"name": "crit" | ||
} | ||
] | ||
} |
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
+2.23 KB
(480%)
Resources/Textures/Mobs/Aliens/Xenos/rouny.rsi/sleeping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.