mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 09:44:16 -05:00
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
|
|
if (global.selecting != noone)
|
|
{
|
|
x = global.selecting.x;
|
|
y = global.selecting.y;
|
|
|
|
image_xscale = global.icon_scale;
|
|
image_yscale = global.icon_scale;
|
|
}
|
|
else
|
|
lock_destroy();
|
|
|
|
if (keyboard_check_pressed(vk_escape))
|
|
lock_destroy(); |