The player should be able to walk past the slope and walk up it by choice.
Player should be able to walk up and down.
Player should be able to jump through the slope from the bottom and stand on it when landing.
Can someone pls guide me on how to go about this…
If tried using custom collision masks, along with the jumptrhu platform behavior. But the problem is that the player can go down but not up. I think the behavior detects the player is not above the platforms Y axis and thus rendering to be able to jump through.
Pls help.
Ps. I basically want to create a pixel fantasy platform game where different platforms are connected with slopes.
Btw I know that the pixel art in that pic is pretty good. (Not my work. Just a screenshot) and it really is a pain in creating every tile. So if anyone knows about a separate program for creating better pixel art than Piskel. Pls let me know!
for the slope platforms you need to adjust the platformer of you player, then create the floor platforms and add behaviour Platform and to go up/down this must be sprites with the Platfom behaviour and jumpthru selected.
Ty. I will take a look at Aseprite. As for the platforms. I have went with a different method although I would like to know how to go with my intended method.
I did what you said before creating the post but thats not the problem.
That is the method that im using now. My intended method is that there is a slope going up in the middel of a straight platform. So player can run past it or go up
Makes sense. Will try that. Do you know of a pixel art program that does bones and joints (meaning that I can create a sprite with bones and joints and then move it around and export each one separately. This wil save me alot of time when doing animations.
Because Piskel isn’t really animation friendly. Frankly, its quite hard to do animations when doing something like 64x64 and up, because redrawing every part that moves is exhausting
You could use blender for making sprites. Then you get bones and joints, and then export pngs in frontview. You can still use other programms to make the sprite parts first.
I know that it has been done in games.