Module: Constants

Defined in:
lib/constants/tile_types.rb,
lib/constants/themes/default.rb,
lib/constants/themes/black_white.rb

Defined Under Namespace

Modules: THEME

Constant Summary collapse

TILE_TYPES =
{
    NONE: 0,
    FOREST: 1,
    MOUNTAIN: 2,
    PLAIN: 3,
    WATER: 4,
}