Search the Community
Showing results for tags 'help requested'.
-
so I try to get the center of the screen and find the mouse position and then find the difference then using ATan(change in y/ change in x) to find the angle the object must rotate to and set the angle to that, the only issue is when the mouse x is <= 0 the object flips (so lets say the right side of the object was facing the mouse it then becomes the left side) I assume this issue is to do with the fact that ATan(change in y/change in x)=ATan(-change in y/-change in x) but here is my code:
-
Hello all, I am getting an error on a fresh install of my Leadwerks 4.5 professional install on Ubuntu 18.10. Error: Failed to load font "/usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-L.ttf" I went looking for the font and found it at: "/usr/share/fonts/truetype/ubuntu/Ubuntu-L.ttf" Could this error be causing my instance to not Run or Debug? The application launches just fine but will not begin a Run or Debug Cycle. How can I fix this error? Best, e