Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by erfuller

So I added some modified slopes to the tiledef, note that I also made pretty much all the tiles NON_SOLID so i can jump through the bottom of them

46: [0,1, 1,0, NON_SOLID],
47: [0,0, 1,1, NON_SOLID]

I'm just testing this for possible stair usage, it works great for the most part, and I noticed that

a) if the tile at the bottom of the slope is the very first collision type (1), you begin to walk straight up the slope upon hitting it
b) if the slope at the base is a one-way tile upwards, you can "walk-by" the slope 90% of the time, and sometimes it catches and you walk up it

whats the expected behavior here?

1 decade ago by erfuller

I also noticed today that it is possible for me to fall through the one-way floor tile beneath the slope when coming off of the slope :/
Page 1 of 1
« first « previous next › last »