mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
## 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 /🆑
24 lines
535 B
Plaintext
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
|
|
|