Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

nice game. the only problem i see is that you can draw platforms where the player character is, which will make it jump / clip.

Haha good catch! Thanks for playing and the feedback, appreciate it. I'll throw in a quick fix so players can't just launch themselves into space with platform spam.

maybe you could check if the player is touching the line when it spawns and then forbid it

That's actually a great idea! Preventing line creation if it overlaps with the player's collision shape would completely solve the issue without breaking the physics. I'll definitely implement a check using an Area2D/Raycast or player collision overlap for future updates. Thanks again for the awesome feedback!