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
             dict['reload_timer'] = 250
455
             dict['reload_timer'] = 250
456
             dict['overlay_fadein'] = 1              
456
             dict['overlay_fadein'] = 1              
457
             
457
             
458
-    if funct == 'Park A':
458
+    if funct == 'Slavonski Brod (WIP)':
459
         if motion == 'inc':
459
         if motion == 'inc':
460
             level = "j_scene"
460
             level = "j_scene"
461
             main_empty["level"] = "j_scene"
461
             main_empty["level"] = "j_scene"
593
         if dict['lv0_opt'] == 'replay':
593
         if dict['lv0_opt'] == 'replay':
594
             dict['current_list'] = ['enter replay', 'recorder on', 'record length'] 
594
             dict['current_list'] = ['enter replay', 'recorder on', 'record length'] 
595
         if dict['lv0_opt'] == 'level':
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
     if dict['mlevel'] == 2:
598
     if dict['mlevel'] == 2:
599
         if dict['lv1_opt'] == 'resolution':
599
         if dict['lv1_opt'] == 'resolution':

Loading…
Cancel
Save