Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

the game is unique but i have encountred with somebugs like an enemy sticking to the player with the player has no way to defend himself

(1 edit) (+1)

Thanks for the feedback! Fixed the issue, seems like all the enemies and even the player were being treated as floor?? (I didn't even know floor layers was a setting for characterbody2ds)

(+1)

I was wondering about that. I figured it was a deliberate design choice!

(+1)

You don't need to mess with the floor layers, just change the CharacterBody's motion mode. The default mode is "Grounded" which is for platformers.

I see. I was following a 2d side scroller tutorial instead of a top down one and they never mentioned that lol. Well at least now I know for future games!