Files
Bubberstation/code/__DEFINES/dye_keys.dm
SkyratBot 99da4dee45 [MIRROR] Galaxy Suitskirts + Scrolling Animation Icon Tool [MDB IGNORE] (#20051)
* Galaxy Suitskirts + Scrolling Animation Icon Tool (#74183)

## About The Pull Request

Adds skirt variants of the lawyer's galaxy suits. Dyeing lawyer
suitskirts will now create galaxy suitskirts instead of normal galaxy
suits.

![blu](https://user-images.githubusercontent.com/5479091/227040864-d524560c-f364-4547-b212-7dbbc645b3b2.gif)

![redd](https://user-images.githubusercontent.com/5479091/227040871-69950d08-5a02-42a4-aeb8-d5d5d7b62c02.gif)

Bundled with the tooling I created to assemble these sprites, and the
input DMIs as examples. Tool only creates right to left scrolling, other
directions can be achieved by suitably rotating/flipping the inputs, and
then transforming the output back to the intended direction.

## Why It's Good For The Game

Allows skirt-wearers to participate in the sick ass suits, and prevents
skirts from magically turning into trousers. Tooling could prove useful
in future for other spriters who want to make scrolling animations.

## Changelog
🆑
add: Added skirt variants of the galaxy suits
/🆑

* Galaxy Suitskirts + Scrolling Animation Icon Tool

---------

Co-authored-by: Thunder12345 <Thunder12345@users.noreply.github.com>
2023-03-25 01:05:25 -07:00

37 lines
1.1 KiB
Plaintext

#define DYE_REGISTRY_UNDER "under"
#define DYE_REGISTRY_JUMPSKIRT "jumpskirt"
#define DYE_REGISTRY_GLOVES "gloves"
#define DYE_REGISTRY_BANDANA "bandana"
#define DYE_REGISTRY_SNEAKERS "sneakers"
#define DYE_REGISTRY_FANNYPACK "fannypack"
#define DYE_REGISTRY_BEDSHEET "bedsheet"
#define DYE_REGISTRY_DOUBLE_BEDSHEET "double_bedsheet"
#define DYE_LAWYER_SPECIAL "lawyer_special"
#define DYE_LAWYER_SPECIAL_SKIRT "lawyer_special_skirt"
#define DYE_RED "red"
#define DYE_ORANGE "orange"
#define DYE_YELLOW "yellow"
#define DYE_GREEN "green"
#define DYE_BLUE "blue"
#define DYE_PURPLE "purple"
#define DYE_BLACK "black"
#define DYE_WHITE "white"
#define DYE_RAINBOW "rainbow"
#define DYE_MIME "mime"
#define DYE_COSMIC "cosmic"
#define DYE_SYNDICATE "syndicate"
#define DYE_QM "qm"
#define DYE_LAW "law"
#define DYE_CAPTAIN "captain"
#define DYE_HOP "hop"
#define DYE_HOS "hos"
#define DYE_CE "ce"
#define DYE_RD "rd"
#define DYE_CMO "cmo"
#define DYE_REDCOAT "redcoat"
#define DYE_CLOWN "clown"
#define DYE_CHAP "chap"
#define DYE_CENTCOM "centcom"
#define DYE_PRISONER "prisoner"