mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
* Adds a tool to cut up an input dmi into a smoothing dmi * Now handles (New) diagonals! Now includes ExampleDiagInput.dmi, No longer strict on number of states, but instead queries the user.
20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
// DM Environment file for SS13SmoothingCutter.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 .
|
|
// END_FILE_DIR
|
|
|
|
// BEGIN_PREFERENCES
|
|
#define DEBUG
|
|
// END_PREFERENCES
|
|
|
|
// BEGIN_INCLUDE
|
|
#include "Cutter.dm"
|
|
// END_INCLUDE
|
|
|