Search found 52 matches

by knuxyl
Sat Aug 13, 2016 8:09 am
Forum: Libraries and Tools
Topic: [tool] LoveToAndroid - .love to .apk without thinking
Replies: 53
Views: 85694

Re: [tool] LoveToAndroid - .love to .apk without thinking

I was getting java exceptions like crazy and qubodup's solution worked for me. OS = linux ARCH = x64 I downloaded jdk-8u102-OSARCHH.tar.gz and StartGamedev-160804-OS.zip Extracted jdk-8u102-linux-ARCH.tar.gz and StartGamedev-160804-OS.zip Deleted everything in StartGamedev-160804-OS/tools/jdk-OSARCH...
by knuxyl
Sat Aug 13, 2016 4:59 am
Forum: Support and Development
Topic: [Solved] Trying to center scaled images (solution at bottom)
Replies: 5
Views: 4247

[Solved] Trying to center scaled images (solution at bottom)

I am having trouble centering an image once it is scaled. I have these variables set scaleX, scaleY = 1, 1 Then I have a function that is called at the beginning of love.draw function getCords() screenWidth = love.graphics.getWidth() screenHeight = love.graphics.getHeight() x = screenWidth/2 y = scr...