Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zeroc

Pages: [1]
1
Support / How to use the new zoom scale feature?
« on: January 21, 2013, 06:39:09 am »
So I've searched around but haven't found anything on how to use the zoom scale feature.
I tried the following but no avail.

      GetComponent<tk2dCamera>().zoomScale = 0.99f;
      GetComponent<tk2dCamera>().UpdateCameraMatrix();

Any comments? Thank you Unikron for the amazing update.

2
WOW, That solved it.
Thanks you very much.
Your support is amazing.

3
I tried to fix the problem by forcing the tk2dCamera position to integers.
However, the problem still persists on retina display (ipad3).

4
I wanted to make a game background with the tilemap.
But ended up with some lines between my grids.
Is there anyway I can fix this?

Pages: [1]