Rename src to data, cleanup folder

This commit is contained in:
Ethan O'Brien 2023-07-03 11:13:59 -05:00
parent 8e11813dd5
commit b53577aa30
14 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
**/node_modules/
data/minify/package-lock.json
*.db
roms/

View file

@ -5,7 +5,7 @@
<script type='text/javascript'>
EJS_player = '#game';
EJS_core = 'nes';
EJS_gameUrl = 'mega_mountain.nes';
EJS_gameUrl = 'roms/mega_mountain.nes';
EJS_DEBUG_XX = true;
//EJS_AdUrl = "https://www.google.com/search?igu=1";
/*
@ -14,5 +14,7 @@
volume: true,
}*/
EJS_volume = 1;
//EJS_startOnLoaded = true;
//EJS_loadStateURL = "mega_mountain.state";
</script>
<script src='src/loader.js'></script>
<script src='data/loader.js'></script>