From 2c2899e7344e53c04b3d3fe59fbb9bc057a70e90 Mon Sep 17 00:00:00 2001 From: Map Date: Mon, 7 Oct 2024 04:02:06 -0500 Subject: [PATCH] Turn on check conflicting properties (trolling modders one config var at a time) --- game/gui.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/gui.rpy b/game/gui.rpy index 3e3501e..be6796d 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -12,7 +12,7 @@ init python: gui.init(1920, 1080) ## Enable checks for invalid or unstable properties in screens or transforms -#define config.check_conflicting_properties = True +define config.check_conflicting_properties = True ################################################################################ ## GUI Configuration Variables