Change resolution from 1080x600 -> 1920x1080 (Oh god, what am I doing...)
This commit is contained in:
parent
3745fb46e9
commit
999aedd8d4
@ -8,7 +8,7 @@ init python in gui:
|
||||
import store
|
||||
from store import settings
|
||||
|
||||
init(1280, 720)
|
||||
init(1920, 1080)
|
||||
|
||||
def is_dark():
|
||||
theme = settings.get("theme")
|
||||
|
@ -44,8 +44,8 @@ define config.name = "Witch Trainer Silver"
|
||||
# Application window settings
|
||||
define config.window_title = f"{config.name} (v{config.version}{' PRE-RELEASE' if prerelease else ''}) ({get_renderer()}) ({renpy.bits}-bit)"
|
||||
define config.window_icon = "gui/icon.webp"
|
||||
define config.screen_width = 1080
|
||||
define config.screen_height = 600
|
||||
define config.screen_width = 1920
|
||||
define config.screen_height = 1080
|
||||
define config.physical_width = 1280
|
||||
define config.physical_height = 720
|
||||
define config.save_physical_size = True
|
||||
|
Loading…
Reference in New Issue
Block a user