From fc537fecc717bc8a774aeade9e09a95bdccce4ec Mon Sep 17 00:00:00 2001 From: Map Date: Tue, 8 Oct 2024 18:18:20 -0500 Subject: [PATCH] undo checking for conflicting properties (as it turns out enforcing cleaner code is inconvenient (especially if it's over something that doesn't show issues in the first place)) --- game/gui.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/gui.rpy b/game/gui.rpy index be6796d..3e3501e 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