mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* 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.   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>
37 lines
1.1 KiB
Plaintext
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"
|