This commit is contained in:
2026-06-24 12:57:21 -04:00
parent cdfd01b053
commit 47d2d7bc67
7 changed files with 63 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
import os
import time
from untitled import content, screens, ui
@@ -5,13 +6,14 @@ from untitled import content, screens, ui
class App:
def __init__(self):
pass
self.debug = os.path.exists("DEBUG_MODE")
def run(self):
# Intro
ui.clear()
time.sleep(1)
ui.splash()
if not self.debug:
ui.clear()
time.sleep(1)
ui.splash()
# Main Menu
while True: # forEVER!... forEVER!... forEVER!... forEVER!...