Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit baf000e

Browse files
committed
enabled everthing in gameloop and disabled DEBUG
1 parent dba8771 commit baf000e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

VAIIYA terminal.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def open_terminal():
291291

292292

293293
#BELOW IS THE DEBUG COMMANDLINE, DO NOT LEAVE ON FOR RELEASE!
294-
elif text == 'DEBUG':
294+
#elif text == 'DEBUG':
295295
DEBUG_COMMANDLINE()
296296

297297

@@ -631,11 +631,11 @@ def VRRALSA_COMMAND_PANEL():
631631

632632
# Main system loop
633633
def game_loop():
634-
#check_for_update_plz()
635-
#startup_screen_ascii_roll()
636-
#loading_bars_intro_1()
637-
#loading_bars_intro_2()
638-
#loading_bars_intro_3()
634+
check_for_update_plz()
635+
startup_screen_ascii_roll()
636+
loading_bars_intro_1()
637+
loading_bars_intro_2()
638+
loading_bars_intro_3()
639639
main_menu()
640640
message_of_the_day()
641641
timefetch()

0 commit comments

Comments
 (0)