CMM-22 / a3

0 stars 0 forks source link

Move origin away from top left corner of screen #10

Closed joshuaoreilly closed 2 years ago

joshuaoreilly commented 2 years ago

How can I move the origin to be centered on the window?

liyuesolo commented 2 years ago

that would be top_left_corner_x + half_window_x, top_left_corner_y - half_window_y. you could define force centered at this point instead of the origin.