Question on TSB's Drawing Line's tutorial
I've got everything in. Everything works. However, My game is a 1024 x 1024 game.
The action takes place right in the middle of the X axis (512) and about 60 high on the Y-axis.
When I draw the line it's not centered from where I touch and drag. It's off to the left a bit.
Any idea how to get it centered? Or, just right where I want it?
The action takes place right in the middle of the X axis (512) and about 60 high on the Y-axis.
When I draw the line it's not centered from where I touch and drag. It's off to the left a bit.
Any idea how to get it centered? Or, just right where I want it?
Comments
I put in an actor with 2 constrain attributes that have CameraX and CameraY constrained to scene.camera.origin.X and Y
I'm still off by about 30 or 40 pixels in both the X and Y direction...
Kept trying to put it on the actual line actor.
Thanks TSB.