camera.clip_near = 8; // nearest clipping range
camera.clip_far = 65536; // furthest draw distance

Play with this. You don't have to use powers of 2 for this, however.


"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip My 2D game - release on Jun 13th; My tutorials