Version bump and debug

* Enabled profiling for debugging purposes
* Bumped version
* Set default window resolution to 720p
* Updated example mod manifest file
This commit is contained in:
LoafyLemon 2023-06-10 17:07:50 +01:00
parent d14fe598b5
commit ec53f7f2a6
2 changed files with 5 additions and 3 deletions

View File

@ -3,5 +3,5 @@
"Author": "LoafyLemon",
"Version": "1.0.0",
"Description": "Adds ponytail hairstyle for Hermione",
"GameVer": "1.43"
"GameVer": "1.45"
}

View File

@ -37,7 +37,7 @@ define config.debug = config.developer or prerelease
define config.console = True
# Game version and naming
define config.version = "1.45.0.3"
define config.version = "1.45.0.4"
define compatible_version = 1.45
define config.name = "Witch Trainer Silver"
@ -47,6 +47,8 @@ define config.window_title = f"{config.name} (v{config.version}{' PRE-RELEASE' i
define config.window_icon = "gui/icon.webp"
define config.screen_width = 1080
define config.screen_height = 600
define config.physical_width = 1280
define config.physical_height = 720
define config.save_physical_size = True
# User interface settings
@ -127,7 +129,7 @@ define config.say_attribute_transition = d3
define config.open_file_encoding = "utf-8"
# Debug
# define config.profile = True
define config.profile = True
# Garbage Collector
# define config.manage_gc = True