Browse Source

v0.1.2 freeze-b

shuvit 6 years ago
parent
commit
971a03a823
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      menuV3.py

+ 2
- 2
menuV3.py View File

@@ -455,7 +455,7 @@ def endpoint(funct, motion, dict, cont):
455 455
             dict['reload_timer'] = 250
456 456
             dict['overlay_fadein'] = 1              
457 457
             
458
-    if funct == 'Park A':
458
+    if funct == 'Slavonski Brod (WIP)':
459 459
         if motion == 'inc':
460 460
             level = "j_scene"
461 461
             main_empty["level"] = "j_scene"
@@ -593,7 +593,7 @@ def get_c_list(dict):
593 593
         if dict['lv0_opt'] == 'replay':
594 594
             dict['current_list'] = ['enter replay', 'recorder on', 'record length'] 
595 595
         if dict['lv0_opt'] == 'level':
596
-            dict['current_list'] = ['Demo Scene', 'Empty Lot', 'Park A', 'Training', 'Spine', 'Warehouse']  
596
+            dict['current_list'] = ['Demo Scene', 'Empty Lot', 'Training', 'Spine', 'Warehouse', 'Slavonski Brod (WIP)']  
597 597
             
598 598
     if dict['mlevel'] == 2:
599 599
         if dict['lv1_opt'] == 'resolution':

Loading…
Cancel
Save