This commit is contained in:
the me 2022-08-07 14:14:04 -07:00
commit 09ade10207
117 changed files with 2153 additions and 0 deletions

View file

@ -0,0 +1,4 @@
function vec2(x_=0, y_=0) constructor {
x = x_;
y = y_;
}

View file

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "constructors",
"path": "folders/Scripts/constructors.yy",
},
"resourceVersion": "1.0",
"name": "vec2",
"tags": [],
"resourceType": "GMScript",
}