mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-08 18:28:49 +01:00
Turn on check conflicting properties (trolling modders one config var at a time)
This commit is contained in:
parent
301035bad1
commit
2c2899e734
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ init python:
|
||||||
gui.init(1920, 1080)
|
gui.init(1920, 1080)
|
||||||
|
|
||||||
## Enable checks for invalid or unstable properties in screens or transforms
|
## 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
|
## GUI Configuration Variables
|
||||||
|
|
Loading…
Reference in a new issue