From 9628c1cbd05009bd5ba0d99d3c4569f90e3a17a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Thu, 18 Jul 2024 21:21:31 +0200 Subject: [PATCH] Fix Github Pages URL and show ROM source (#12) * Fix URLs for github pages * Show source for rom --- coco-ui/index.html | 26 +++++----- coco-ui/index.js | 76 +++++++++++++++++++++++------- coco-ui/roms/deo_system_debug.rom | Bin 6 -> 0 bytes coco-ui/roms/empty.rom | Bin 1 -> 0 bytes coco-ui/roms/pixel_fill.tal | 18 +++++++ coco-ui/roms/put_pixel.tal | 15 ++++++ coco-ui/roms/sprite.tal | 20 ++++++++ coco-ui/roms/sprite_move.tal | 38 +++++++++++++++ coco-ui/styles.css | 10 +++- deploy.sh | 2 +- 10 files changed, 173 insertions(+), 32 deletions(-) delete mode 100644 coco-ui/roms/deo_system_debug.rom delete mode 100644 coco-ui/roms/empty.rom create mode 100644 coco-ui/roms/pixel_fill.tal create mode 100644 coco-ui/roms/put_pixel.tal create mode 100644 coco-ui/roms/sprite.tal create mode 100644 coco-ui/roms/sprite_move.tal diff --git a/coco-ui/index.html b/coco-ui/index.html index 175e9e3..f82ec9b 100644 --- a/coco-ui/index.html +++ b/coco-ui/index.html @@ -14,21 +14,23 @@

đź‘»-8

- - +
- - + +
- +