From 27954c41c1235df10c67f4695abfef3ee162abe2 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Fri, 15 May 2026 21:28:48 +0200 Subject: [PATCH] new name, boot scene --- index.html | 2 +- package.json | 2 +- src/main.ts | 3 +- src/scenes/BootScene.ts | 106 ++++++++++++++++++++++++++++++++++++++++ src/scenes/GameScene.ts | 14 ------ 5 files changed, 110 insertions(+), 17 deletions(-) create mode 100644 src/scenes/BootScene.ts diff --git a/index.html b/index.html index e053295..d62ce45 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Pixel Path Clone + Trickster Tiles