mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-05-06 04:43:22 +02:00
set default GlobalScale to 1
This commit is contained in:
@@ -85,6 +85,8 @@ def PreparationInAdv():
|
||||
GlobalScale = 2
|
||||
if "480x640" in modes:
|
||||
GlobalScale = 2
|
||||
else:
|
||||
GlobalScale = 1
|
||||
|
||||
RPC = Xmlrpc('localhost', 6800)
|
||||
PreparationInAdv()
|
||||
|
||||
Reference in New Issue
Block a user