Reordering a bit.

This commit is contained in:
TheGreenTie
2020-03-01 18:30:44 -06:00
parent eccd3eccec
commit d9f123b438
9263 changed files with 1393 additions and 62623 deletions

View File

@@ -0,0 +1,31 @@
///initials_set()
global.window_width = window_get_width();
global.window_height = window_get_height();
scr_window_resize();
global.window_width = window_get_width();
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.dex_len = array_height_2d(global.dexdata);
global.hud_pokemon_rate = 0.225;
global.mouse_x_prev = mouse_x;
global.mouse_y_prev = mouse_x;
global.various = false;
global.various_to = 0;
global.selecting = noone;
global.counter = 9999;
global.change = false;
enum region { boxes, top, mid_left, mid_right, bottom }

View File

@@ -0,0 +1,8 @@
{
"id": "01109f28-4eca-fc23-b0d9-649acb9c158c",
"modelName": "GMScript",
"mvc": "1.0",
"name": "initials_set",
"IsCompatibility": false,
"IsDnD": false
}