Files
Bubberstation/tools/ScrollAnimationAssembler/ScrollAnimationAssembler.dme
Thunder12345 544b35d162 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
/🆑
2023-03-24 12:09:55 -06:00

24 lines
535 B
Plaintext

// DM Environment file for ScrollAnimationAssembler.dme.
// All manual changes should be made outside the BEGIN_ and END_ blocks.
// New source code should be placed in .dm files: choose File/New --> Code File.
// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
#define FILE_DIR "backgrounds"
#define FILE_DIR "foregrounds"
#define FILE_DIR "masks"
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
#include "apply.dm"
#include "assemble.dm"
#include "create_scroll.dm"
// END_INCLUDE