mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 01:34:11 -05:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
function unit_update() {
|
|
global.unit = sprite_get_height(spr_source) * global.icon_scale;
|
|
|
|
|
|
}
|