code/__DEFINES/greyscale.dm
GAGS_CARDINAL_SMOOTH | The config will create states for cardinal smoothing |
---|---|
GAGS_DIAGONAL_SMOOTH | The config will create states for diagonal smoothing |
GAGS_DIAGONAL_NEED_ADJACENT_CARDINAL | This will make it so diagonal steps require both adjacent cardinal steps to make a state |
GAGS_COMMON_BITMASKING | The common way to bitmask features all of the modes above |
Define Details
GAGS_CARDINAL_SMOOTH
The config will create states for cardinal smoothing
GAGS_COMMON_BITMASKING
The common way to bitmask features all of the modes above
GAGS_DIAGONAL_NEED_ADJACENT_CARDINAL
This will make it so diagonal steps require both adjacent cardinal steps to make a state
GAGS_DIAGONAL_SMOOTH
The config will create states for diagonal smoothing