Skip to content

Commit

Permalink
Changed Rouny Sprite (#649)
Browse files Browse the repository at this point in the history
<!--
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
SleepyScarecrow authored Aug 3, 2024
1 parent 9d25d0f commit 7e822be
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
Binary file modified Resources/Textures/Mobs/Aliens/Xenos/rouny.rsi/crit.png
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 Resources/Textures/Mobs/Aliens/Xenos/rouny.rsi/dead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 21 additions & 21 deletions Resources/Textures/Mobs/Aliens/Xenos/rouny.rsi/meta.json
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"
}
]
}
Binary file modified Resources/Textures/Mobs/Aliens/Xenos/rouny.rsi/running.png
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 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.

0 comments on commit 7e822be

Please sign in to comment.