2023-07-26 01:58:00 -05:00
|
|
|
config_path = assets/config/
|
2023-07-26 18:08:06 +00:00
|
|
|
|
|
|
|
# 360x240 is 15x10 tiles of visibility.
|
|
|
|
WINDOW_SIZE = 360,240
|
|
|
|
|
|
|
|
# Graphics Loading Config
|
2023-07-26 20:37:52 +00:00
|
|
|
gfx_config = gfx/gfx.txt
|
|
|
|
|
|
|
|
# Map Files Loading Config
|
2023-07-26 21:08:17 +00:00
|
|
|
map_config = levels.txt
|
|
|
|
|
|
|
|
# Path to class configuration files
|
|
|
|
class_directory = classes/
|
|
|
|
|
|
|
|
# Class list to be loaded into the game.
|
2023-07-28 04:41:18 -05:00
|
|
|
class_list = Warrior, Thief, Ranger, Trapper, Wizard, Witch
|
|
|
|
|
|
|
|
# Whether or not to show individual data accesses from config data structure.
|
2023-07-29 10:21:53 -05:00
|
|
|
debug_access_options = 0
|
|
|
|
|
|
|
|
# Shows extra info about the player on the HUD
|
|
|
|
debug_player_info = 0
|
|
|
|
|
|
|
|
# Shows collision boxes of tiles.
|
|
|
|
debug_collision_boxes = 0
|