Misc; Add 2023-12-09-nights-into-dreams-score-attack

This commit is contained in:
2023-12-09 12:54:06 +01:00
parent bfd4523e95
commit e01b17b29d
4 changed files with 46 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
</div>
<script type="text/javascript">
EJS_player = '#GameFrame';
EJS_core = '{{ include.platform }}';
EJS_core = '{% if include.emulator == '' %}{{ include.platform }}{% else %}{{ include.emulator }}{% endif %}';
EJS_gameUrl = '{{ rom_url }}';
EJS_pathtodata = 'https://gamingshitposting.github.io/ext-bin-1/EmulatorJS/data/';
</script>