# Comments start with '#'. Comments can't begin midline.
# Key can't contain whitespaces. '=' may be surrounded by any number of whitespace and tab.
# Values may be absent, but keys must be present before '='.

address = 5.196.75.31
port    = 31337

# These sizes are in pixels.
screen_width  = 1600
screen_height = 1000

# The list of tile files is delimited by whitespaces. Tile files' name and path must not contain whitespaces.
tileset = data/base.png data/redruins.png data/redruins_extra.png data/violetcastle.png data/volcano.png data/volcano_extra.png data/blackdeath.png data/blackdeath_extra.png data/bluecave.png data/bluecave_extra.png data/nightmare.png data/forest.png data/forest_extra.png data/forest_corrupted.png data/forest_underground.png data/horrors.png data/manichean.png data/icons.png


# These sizes are in pixels.
tileset_width  = 20
tileset_height = 20

font_filename = data/font.ttf
font_height   = 16
font_red      = 255
font_green    = 255
font_blue     = 255

console_lines  = 7
textarea_lines = 1
icons_lines    = 2
side_panel_width = 300

# These sizes are in pixels.
icons_width  = 40
icons_height = 40

# icon_* are the ID of the sprite to use for empty and default icon.
icon_empty   = 1
icon_default = 2
icon_locked  = 4

zoom = 2

commands_file = commands.txt
