config_path = assets/config/ # 360x240 is 15x10 tiles of visibility. WINDOW_SIZE = 360,240 # Graphics Loading Config gfx_config = gfx/gfx.txt # Map Files Loading Config map_config = levels.txt # Path to class configuration files class_directory = classes/ # Class list to be loaded into the game. class_list = Warrior, Thief, Ranger, Trapper, Wizard, Witch # Whether or not to show individual data accesses from config data structure. debug_access_options = 0