You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forname, fontPathinpairs (SharedMedia:HashTable ("font")) do
1908
-
fonts [#fonts+1] = {value=name, label=name, icon=font_select_icon, texcoord=font_select_texcoord, onclick=on_select_attribute_font, font=fontPath, descfont=name, desc="Our thoughts strayed constantly\nAnd without boundary\nThe ringing of the division bell had began."}
1909
-
end
1910
-
table.sort (fonts, function (t1, t2) returnt1.label<t2.labelend)
forname, fontPathinpairs (SharedMedia:HashTable ("font")) do
1908
+
fonts [#fonts+1] = {value=name, label=name, icon=font_select_icon, texcoord=font_select_texcoord, onclick=on_select_attribute_font, font=fontPath, descfont=name, desc="Our thoughts strayed constantly\nAnd without boundary\nThe ringing of the division bell had began."}
1912
1909
end
1910
+
table.sort (fonts, function (t1, t2) returnt1.label<t2.labelend)
0 commit comments