Add data structs to support multiple folders

This commit is contained in:
2021-07-17 15:53:20 +10:00
parent fa2cbd7137
commit 24324ec3ed
2 changed files with 39 additions and 21 deletions

View File

@@ -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