forked from Cavemanon/SnootGame
Add data structs to support multiple folders
This commit is contained in:
@@ -6,7 +6,7 @@ init python:
|
||||
persistent.autoup = False
|
||||
if persistent.updateWebServer is None:
|
||||
persistent.updateWebServer = "http://updates.snootgame.xyz/updates.json"
|
||||
|
||||
|
||||
def UpdateCheck():
|
||||
# WHY YES I ONLY ALLOW PEOPLE USING MY FRAMEWORK TO CHECK FOR AN UPDATE EVERY SIX FUCKING HOURS HOW DID YOU KNOW
|
||||
# NOPE check_interval=5 (5 SECONDS) FUCK YOU
|
||||
@@ -684,7 +684,7 @@ screen updates():
|
||||
button:
|
||||
key_events True
|
||||
if input_on:
|
||||
input:
|
||||
input:
|
||||
default "[persistent.updateWebServer!t]" size 24 color '#FFFFFF'
|
||||
value FieldInputValue(persistent, 'updateWebServer')
|
||||
length 49
|
||||
|
Reference in New Issue
Block a user