Arrow key font and greener progress bar.

This commit is contained in:
Rodrigo Gómez Maitret
2020-03-03 12:52:21 -06:00
parent a2f83fcfbb
commit aaead8dcff
78 changed files with 117 additions and 8 deletions

View File

@@ -11,7 +11,8 @@ global.window_height = window_get_height();
global.box_len = global.window_width/2/7;
global.icon_scale = 2;
global.font = font_add_sprite_ext(spr_font,"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZéÉ#-'!?():@_.% /♂♀+äöü", true, 1);
global.font_str = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZéÉ#-'!?():@_.% /♂♀+äöü↑↓←→";
global.font = font_add_sprite_ext(spr_font, global.font_str, true, 1);
global.dex_len = array_height_2d(global.dexdata);