mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
23 lines
355 B
Plaintext
23 lines
355 B
Plaintext
// HEAVY WIP
|
|
|
|
#options MODE (none, dof, mblur)
|
|
#options COLOR (none, color, color2)
|
|
|
|
#if MODE == "none"
|
|
#define MODE_NAME ""
|
|
#else
|
|
#set MODE_NAME "_" + MODE
|
|
#endif
|
|
|
|
#if COLOR == "none"
|
|
#define COLOR_NAME ""
|
|
#else
|
|
#set COLOR_NAME "_" + COLOR
|
|
#endif
|
|
|
|
#set NAME "postfx" + MODE_NAME + COLOR_NAME
|
|
#filename NAME + ".techset"
|
|
|
|
"unlit":
|
|
NAME;
|