mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-27 01:26:53 -05:00
10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
/// @description WINDOW RESIZE CHECK
|
|
|
|
if ((window_get_width()!=global.window_width || window_get_height()!=global.window_height) && window_get_width()>2)
|
|
scr_window_resize();
|
|
|
|
global.box_scale = sprite_get_width(spr_slot)*global.icon_scale;
|
|
|
|
scroll_check();
|
|
shortcut_check();
|
|
|