mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
#111 Fix game.project field compare type
This commit is contained in:
parent
91fb8ced52
commit
273dd33843
@ -21,7 +21,7 @@ M.ACTION_SCROLL_UP = hash(sys.get_config("druid.input_scroll_up", "scroll_up"))
|
||||
M.ACTION_SCROLL_DOWN = hash(sys.get_config("druid.input_scroll_down", "scroll_down"))
|
||||
|
||||
|
||||
M.IS_STENCIL_CHECK = sys.get_config("druid.stencil_check") == 1
|
||||
M.IS_STENCIL_CHECK = sys.get_config("druid.stencil_check") == "1"
|
||||
|
||||
|
||||
M.RELEASED = "released"
|
||||
|
Loading…
x
Reference in New Issue
Block a user