jahu00 / SamllHax.MapleSyrup

An attempt at implementing a single player Maple Story client
0 stars 0 forks source link

Figure out what to do with ceilings #32

Open jahu00 opened 1 year ago

jahu00 commented 1 year ago

Its' not a high priority, but some footholds appear to be ceilings (like in map 100000001).

jahu00 commented 1 year ago

Ceilings might have their X1 and X2 flipped. Normally X1 is < X2 but for ceiling reverse appears to be true.

jahu00 commented 1 year ago

This is probably something to resolve later when player avatar gets drawn, as collision would be based on bounding box rather than position alone (the way the rest of physics is handled right now).