From 498efb70df0d03174f46483baeca2c912ac5aa0b Mon Sep 17 00:00:00 2001 From: Tomas Horsky Date: Sat, 25 Apr 2026 19:41:54 +0900 Subject: [PATCH] first version with up movement working Co-authored-by: Copilot --- src/App.svelte | 2 +- src/game/game.js | 47 +++++++++++++------------------------- src/game/gameUtils.js | 2 +- src/game/platforms.js | 52 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 70 insertions(+), 33 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 8de3049..120a4ac 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,6 +1,6 @@