map events or whatever
This commit is contained in:
parent
b0e718f879
commit
856b518593
28 changed files with 185 additions and 29 deletions
|
@ -0,0 +1,5 @@
|
|||
function c_changealignment(unitobject, alignment) {
|
||||
//array_remove(global.units[unitobject.alignment], unitobject);
|
||||
unitobject.alignment = alignment;
|
||||
array_push(global.units[alignment], unitobject);
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "c_changealignment",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue