:D
This commit is contained in:
commit
09ade10207
117 changed files with 2153 additions and 0 deletions
4
eastern flames/scripts/vec2/vec2.gml
Normal file
4
eastern flames/scripts/vec2/vec2.gml
Normal file
|
@ -0,0 +1,4 @@
|
|||
function vec2(x_=0, y_=0) constructor {
|
||||
x = x_;
|
||||
y = y_;
|
||||
}
|
12
eastern flames/scripts/vec2/vec2.yy
Normal file
12
eastern flames/scripts/vec2/vec2.yy
Normal 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",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue