Kovak / CBL_SECRET_PROTOTYPE_RUNNING_GAME

0 stars 0 forks source link

Platform Order Bug #9

Open sbrother opened 11 years ago

sbrother commented 11 years ago

Layering (ordering) of platforms is dysfunctional, causing monsters to appear as if they are floating.

Kovak commented 11 years ago

a similar order bug exists with the ground floating island objects

occasionally the tallest one can end up in front of the shorter longer ground image which means that the robot creature and player will run along the shorter one but end up looking like they float in the middle of the tallest object

we should make it so the algorithm always just orders the ground island images by height tallest going first and shortest coming last