Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -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;
}

View File

@@ -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",
}