From 58d708fe8ef5ef9d0050f6db2aff5b77922d3d9c Mon Sep 17 00:00:00 2001 From: OctoSpacc Date: Sun, 3 Dec 2023 19:57:27 +0100 Subject: [PATCH] Update emulators and pages; 2023-12-03-space-invaders --- _includes/emulator.html | 17 +++++++++++++++++ _posts/2023-12-01-picross-ds.md | 4 ++++ _posts/2023-12-02-from-below.md | 9 +++++++-- _posts/2023-12-03-space-invaders.md | 29 +++++++++++++++++++++++++++++ pages/about.md | 2 +- 5 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 _posts/2023-12-03-space-invaders.md diff --git a/_includes/emulator.html b/_includes/emulator.html index 33cafa2..6412c4c 100644 --- a/_includes/emulator.html +++ b/_includes/emulator.html @@ -1,3 +1,19 @@ +{% if include.rom_index != '' and include.rom_url == '' %} + {% capture include.rom_url %}https://gamingshitposting.github.io/ext-bin-1/roms/{{ include.rom_index }}.nes.7z{% endcapture %} +{% endif %} + +{% if include.backend == 'emulatorjs' or include.platform == 'nes' %} +
+
+
+ + +{% else %}