mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-13 22:00:28 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
///button_align_y(region, unit%)
|
||||
function button_align_y(argument0, argument1) {
|
||||
|
||||
return align_y(argument0, argument1) - (sprite_get_height(sprite_index) * scale)/2;
|
||||
return align_y(argument0, argument1) - (sprite_get_height(sprite_index) * scale)/2;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
{
|
||||
"id": "9081971b-e1be-521f-34be-38fcfa32f684",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "button_align_y",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Buttons",
|
||||
"path": "folders/Scripts/Buttons.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "button_align_y",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user