WIP: port alien swarm and extend engine for asw

This commit is contained in:
nillerusr
2023-10-03 20:02:58 +03:00
parent 7d3c0d8b5a
commit 8322130890
617 changed files with 161164 additions and 220 deletions

View File

@@ -0,0 +1,15 @@
//loads an external file
dofile("utils\\coMmons.nut");
//declares some locals
local x=10;
local y="asd"
local testy=function(){return 0;}
while(1)
{
local ret;
ret = TestFunc("param 1","param 2");
}