mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
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))
This commit is contained in:
parent
f3bb2caa7f
commit
fc537fecc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue