:D
This commit is contained in:
commit
09ade10207
117 changed files with 2153 additions and 0 deletions
38
eastern flames/scripts/c_null/c_null.gml
Normal file
38
eastern flames/scripts/c_null/c_null.gml
Normal file
|
@ -0,0 +1,38 @@
|
|||
function c_null() {
|
||||
//log("C NULLING");
|
||||
return;
|
||||
}
|
||||
#macro yeah true
|
||||
#macro nah false
|
||||
#macro maybe undefined
|
||||
#macro sec *60
|
||||
#macro otherwise else
|
||||
#macro u undefined
|
||||
#macro bul global.bullets
|
||||
#macro las global.lasers
|
||||
#macro hsn global.hitscans
|
||||
#macro chn global.chains
|
||||
#macro en global.enemies
|
||||
#macro WIDTH global.gw
|
||||
#macro HEIGHT global.gh
|
||||
#macro c_evil 0x999900
|
||||
#macro c_pink 0xFF8FFF
|
||||
#macro c_cyan $ECD919
|
||||
#macro prog for
|
||||
#macro dial switch
|
||||
#macro stupidfalse false
|
||||
#macro stupidtrue true
|
||||
#macro xnor !xor
|
||||
//#macro is ==
|
||||
|
||||
#macro MY_X ISAAC.visiblex
|
||||
#macro MY_Y ISAAC.visibley
|
||||
#macro gc global.count
|
||||
|
||||
|
||||
|
||||
/*var testStruct = {bruh:2,skruh:"40"};
|
||||
|
||||
var testArray = [2,4,5,7,8];
|
||||
|
||||
log(testArray[testStruct])
|
12
eastern flames/scripts/c_null/c_null.yy
Normal file
12
eastern flames/scripts/c_null/c_null.yy
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": false,
|
||||
"parent": {
|
||||
"name": "Scripts",
|
||||
"path": "folders/Scripts.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "c_null",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue