mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
default to date
This commit is contained in:
parent
1e5227b4fa
commit
c4f4ea92b8
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class PlayMissionGui extends GuiImage {
|
||||||
}
|
}
|
||||||
pmBox.addChild(pmSearch);
|
pmBox.addChild(pmSearch);
|
||||||
|
|
||||||
var sortType = 0; // 0 = alphabetical, 1 = date
|
var sortType = 1; // 0 = alphabetical, 1 = date
|
||||||
|
|
||||||
var sortAlphaImgs = loadButtonImages("data/ui/play/sort_alpha");
|
var sortAlphaImgs = loadButtonImages("data/ui/play/sort_alpha");
|
||||||
var sortDateImgs = loadButtonImages("data/ui/play/sort_date");
|
var sortDateImgs = loadButtonImages("data/ui/play/sort_date");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue