Search found 4 matches

by jakie
Sat Dec 10, 2016 3:12 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438950

Re: "Questions that don't deserve their own thread" thread

My project is too big for my monitor. I have a Samsung galaxy s6 with the dimensions 1440 x 2560 pixels
How can I test my project on the PC and Android? Or should I just forget about running it on the PC at all.
by jakie
Thu Dec 08, 2016 9:21 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 438950

Re: "Questions that don't deserve their own thread" thread

I want to export Love2d to my android device.
What's the best way to find the dimensions of my phone?

EDIT: Nvm solved.
by jakie
Sat Jun 04, 2016 1:04 am
Forum: Support and Development
Topic: math.round isn't working?
Replies: 4
Views: 2653

Re: math.round isn't working?

Thanks. Much appreciated
by jakie
Fri Jun 03, 2016 11:04 pm
Forum: Support and Development
Topic: math.round isn't working?
Replies: 4
Views: 2653

math.round isn't working?

I want to use math.round in my project, but errors are thrown.
I tested this problem in a new 1 line project with the math module enabled in the config.

Why isn't math.round working for me?

Code: Select all

print(math.round(1.2))
Image