Codesnippets > Code Snippets
Z Project - universal screen size scaling system
ampos:
RotoZoomAnim had a bug
--- Code: (glbasic) ---xcos = tCOS(ang/4)
ysin = tSIN(ang/4)
--- End code ---
and has to be
--- Code: (glbasic) ---xcos = tCOS(ang)
ysin = tSIN(ang)
--- End code ---
mrplant:
great!
mrplant:
Hi Ampos.
In your z_print function you have a line of code:
DRAWRECT x,y,2,2,0
what is this line for?
Just I remove it and everything still looks the same to me?
thanks
mrp
ampos:
It was just a reference on-screen "point", should not be gone to "final production" =D
removed.
mrplant:
Thought that's what it would be but just wanted to make sure!
cheers Ampos!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version