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,6 @@
/// @description Creates an instance of a given object at a given position.
/// @param x The x position the object will be created at.
/// @param y The y position the object will be created at.
/// @param obj The object to create an instance of.
var myDepth = object_get_depth( argument2 );
return instance_create_depth( argument0, argument1, myDepth, argument2 );

View File

@@ -0,0 +1,8 @@
{
"id": "2fb3e13b-ff75-432a-9a72-85efa55fd834",
"modelName": "GMScript",
"mvc": "1.0",
"name": "instance_create",
"IsCompatibility": true,
"IsDnD": false
}