mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 09:44:16 -05:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
///box_scale_update();
|
|
function box_scale_update() {
|
|
|
|
global.box_scale = sprite_get_width(spr_slot)*global.icon_scale;
|
|
|
|
|
|
}
|