module MUD::ASCII

Extended Modules

Defined in:

tools/ascii.cr

Constant Summary

ColorCodes = {"{clear}" => 0, "{black}" => 30, "{red}" => 31, "{green}" => 32, "{yellow}" => 33, "{blue}" => 34, "{magenta}" => 35, "{cyan}" => 36, "{light_gray}" => 37, "{dark_gray}" => 90, "{light_red}" => 91, "{light_green}" => 92, "{light_yellow}" => 93, "{light_blue}" => 94, "{light_magenta}" => 95, "{light_cyan}" => 96, "{white}" => 97}

Instance Method Summary

Instance Method Detail

def get(filename : String) : String #

[View source]
def load #

[View source]