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,6 @@
function nam(anything, val) { //not anything mod
return !(anything%val);
}
function ngm(val) { //not global.count mod
return !(global.count%val);
}

View file

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