Add all files needed for engine into main branch

This commit is contained in:
2023-04-22 21:44:26 +00:00
parent 1e8d76961d
commit 2ab0f33d3f
31 changed files with 6077 additions and 17 deletions

View File

@@ -187,7 +187,7 @@ int main(int argc, char **args) {
renderMS = 1.0/vidmode->refreshRate;
if (ed)
script_dofile("editor.js");
script_dofile("scripts/editor.js");
else
script_dofile("game.js");