Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
·
1ad18bf
1
Parent(s):
032b416
Load game supports media now?
Browse files
app.py
CHANGED
@@ -537,10 +537,11 @@ def load_game(custom_config=None, with_media=False):
|
|
537 |
media = None
|
538 |
output_media = None
|
539 |
|
540 |
-
print("everything fine till here")
|
541 |
print(all_states[starting_location][starting_state][media])
|
542 |
print(with_media)
|
|
|
543 |
if with_media:
|
|
|
544 |
if all_states[starting_location][starting_state][media] != []:
|
545 |
print(f"everything fine till here 4 - {all_states[starting_location][starting_state][media]}")
|
546 |
media = all_states[starting_location][starting_state][media]
|
|
|
537 |
media = None
|
538 |
output_media = None
|
539 |
|
|
|
540 |
print(all_states[starting_location][starting_state][media])
|
541 |
print(with_media)
|
542 |
+
print("everything fine till here")
|
543 |
if with_media:
|
544 |
+
print("everything fine till here 5")
|
545 |
if all_states[starting_location][starting_state][media] != []:
|
546 |
print(f"everything fine till here 4 - {all_states[starting_location][starting_state][media]}")
|
547 |
media = all_states[starting_location][starting_state][media]
|