Daedalus Dock - Modules - TypesDefine Details

code/__DEFINES/greyscale.dm

GAGS_CARDINAL_SMOOTHThe config will create states for cardinal smoothing
GAGS_DIAGONAL_SMOOTHThe config will create states for diagonal smoothing
GAGS_DIAGONAL_NEED_ADJACENT_CARDINALThis will make it so diagonal steps require both adjacent cardinal steps to make a state
GAGS_COMMON_BITMASKINGThe 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