Reordering a bit.

This commit is contained in:
TheGreenTie
2020-03-01 18:30:44 -06:00
parent eccd3eccec
commit d9f123b438
9263 changed files with 1393 additions and 62623 deletions

View File

@@ -0,0 +1,8 @@
///button_create(x, y, type)
var hold = instance_create_depth(0, 0, depth-1, obj_button);
with (hold)
button_set(argument0, argument1, argument2);
return hold;

View File

@@ -0,0 +1,8 @@
{
"id": "c07397b8-105a-cf00-f119-47f5091762ab",
"modelName": "GMScript",
"mvc": "1.0",
"name": "button_create",
"IsCompatibility": false,
"IsDnD": false
}