Skip to content

Commit e55a006

Browse files
committed
fix: tab order
1 parent c4e6f83 commit e55a006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pak01_dir/resource/ui/basemodui/mainmenu_new.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"enabled" "1"
3535
"tabPosition" "0"
3636
"navUp" "BtnQuit"
37-
"navDown" "BtnOptions"
37+
"navDown" "BtnCoOp"
3838
"labelText" "Speedrun Mod"
3939
"style" "MainMenuButton"
4040
"command" "Extras"
@@ -58,7 +58,7 @@
5858
"visible" "1"
5959
"enabled" "1"
6060
"tabPosition" "0"
61-
"navUp" "BtnPlaySolo"
61+
"navUp" "BtnExtras"
6262
"navDown" "BtnOptions"
6363
"labelText" "Speedrun Mod Coop"
6464
"style" "MainMenuButton"

scripts/extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//"cubecore"
6666
//{
6767
// "title" "Save The Cube"
68-
// "subtitle" "Help the cube core to fullfill its dreams!"
68+
// "subtitle" "Help the cube core to fulfill its dreams!"
6969
// "pic" "srmod/menu_modes/normal"
7070
// "command" "sm_mode 3;map sp_a1_intro1"
7171
//}

0 commit comments

Comments
 (0)