Skip to content

Commit 47c40aa

Browse files
committed
Reordered avatars based on collection order
1 parent 323251c commit 47c40aa

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

ui/avatar_selection.lua

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ local AVATAR_JOKERS = {
1919
'j_joker',
2020
'j_mime',
2121
'j_chaos',
22-
'j_space',
22+
'j_even_steven',
23+
'j_odd_todd',
2324
'j_scholar',
25+
'j_space',
2426
'j_egg',
2527
'j_burglar',
2628
'j_runner',
@@ -30,37 +32,35 @@ local AVATAR_JOKERS = {
3032
'j_madness',
3133
'j_vampire',
3234
'j_baron',
33-
'j_fortune_teller',
3435
'j_luchador',
36+
'j_fortune_teller',
3537
'j_lucky_cat',
3638
'j_bull',
39+
'j_ancient',
40+
'j_mr_bones',
3741
'j_swashbuckler',
42+
'j_troubadour',
3843
'j_throwback',
39-
'j_mr_bones',
4044
'j_ring_master',
41-
'j_idol',
4245
'j_merry_andy',
43-
'j_stuntman',
46+
'j_idol',
4447
'j_matador',
45-
'j_troubadour',
46-
'j_ancient',
47-
'j_even_steven',
48-
'j_odd_todd',
48+
'j_stuntman',
4949
'j_hack',
50-
'j_vagabond',
5150
'j_hologram',
51+
'j_vagabond',
5252
'j_photograph',
5353
'j_hallucination',
5454
'j_baseball',
5555
'j_sock_and_buskin',
5656
'j_blueprint',
57-
'j_brainstorm',
5857
'j_invisible',
59-
'j_chicot',
60-
'j_perkeo',
58+
'j_brainstorm',
59+
'j_caino',
6160
'j_triboulet',
6261
'j_yorick',
63-
'j_caino',
62+
'j_chicot',
63+
'j_perkeo',
6464
}
6565

6666
local avatar_centers = {}

0 commit comments

Comments
 (0)