parkm / oldbpm

A JavaScript game where you shoot at bubbles.
0 stars 1 forks source link

Bubble Cracks: rendering depth #29

Closed dgpt closed 10 years ago

dgpt commented 10 years ago

When bubbles move over each other, the cracks stay on top of the colliding bubble. This looks kinda weird.

Idea: Unique depth ranges for each game object to prevent weird visual depth issues

parkm commented 10 years ago

Yeah I'm looking into that, I'll assign this to myself.