Search found 5 matches

by rhino1181
Wed Nov 09, 2016 11:25 am
Forum: Support and Development
Topic: Question about love.filesystem
Replies: 2
Views: 1839

Re: Question about love.filesystem

No, still doesn't seem to work :/
by rhino1181
Tue Nov 08, 2016 10:32 pm
Forum: Support and Development
Topic: Question about love.filesystem
Replies: 2
Views: 1839

Question about love.filesystem

Im using the SICK hiscore library, and when I run this code, it works fine on Windows highscores = require("Source/SICK") highscores.set("score.dat", 1, 0, 0) But when I run the same code on android, it does not work, Ive tried getting the file directory like this fileDir = love....
by rhino1181
Thu Nov 03, 2016 12:31 am
Forum: Support and Development
Topic: [Solved]Scaling for android
Replies: 3
Views: 2439

Re: Scaling for android

Problem solved. Found a thread somewhere else that worked!

Basically, it didn't fit the screen, so there was black lines to the left ad bottom. All fixed now though
by rhino1181
Wed Nov 02, 2016 11:26 pm
Forum: Support and Development
Topic: [Solved]Scaling for android
Replies: 3
Views: 2439

Re: Scaling for android

Forgot to mention... Currently being tested on a moto g4 play
by rhino1181
Wed Nov 02, 2016 10:53 pm
Forum: Support and Development
Topic: [Solved]Scaling for android
Replies: 3
Views: 2439

[Solved]Scaling for android

Me and a few others have been developing our first game. It's quite small and is in a state ready for testing on android. After eventually getting it onto android, the screen size does not scale properly. I've tried setting fullscreen to true etc. I also tried this in the manifest but still, nothing...