first version with up movement working

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-25 19:41:54 +09:00
parent 5620f1860f
commit 498efb70df
4 changed files with 70 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ export function updatePlayerPosition(player, platforms) {
} else if (player.x < 0) {
player.x = width;
}
return elevationGain;
}