mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 01:34:11 -05:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
///button_align_y(region, unit%)
|
|
function button_align_y(argument0, argument1) {
|
|
|
|
return align_y(argument0, argument1) - (sprite_get_height(sprite_index) * scale)/2;
|
|
|
|
|
|
}
|