Search found 6 matches

by The_A_Drain
Thu Oct 11, 2012 8:08 pm
Forum: Support and Development
Topic: Fullscreen issues - Whole screen seems to offset
Replies: 4
Views: 1849

Re: Fullscreen issues - Whole screen seems to offset

It's very likely, I wasn't aware of getModes(), I'll look into it and see if I can make some changes. Thanks for the info :) edit: That was exactly it! Thank you. Turns out I was calculating a resolution my monitor doesn't support. I still have a bit of work to do on this it seems. Thanks for the in...
by The_A_Drain
Thu Oct 11, 2012 7:37 pm
Forum: Support and Development
Topic: Fullscreen issues - Whole screen seems to offset
Replies: 4
Views: 1849

Re: Fullscreen issues - Whole screen seems to offset

Ah that sucks, thanks for the heads up.

I'll keep tinkering, it's about time to update my drivers anyway maybe that will solve the issue.
by The_A_Drain
Thu Oct 11, 2012 7:26 pm
Forum: Support and Development
Topic: Fullscreen issues - Whole screen seems to offset
Replies: 4
Views: 1849

Fullscreen issues - Whole screen seems to offset

Hi again guys, I've been getting to grips with LUA and Love2D and decided to put together a base front-end template for use in game jams etc and I'm getting on pretty well except whenever I try to set graphics mode to fullscreen it ends up appearing much lower on the monitor than it should. There is...
by The_A_Drain
Thu Oct 11, 2012 6:50 pm
Forum: Support and Development
Topic: Accessing Data from the conf.lua file
Replies: 8
Views: 5141

Re: Accessing Data from the conf.lua file

Thanks for the info Anickyan, I might give that a try later. I'm very new to LUA coming from C#/C++ it's very different.
by The_A_Drain
Wed Oct 10, 2012 4:25 pm
Forum: Support and Development
Topic: Accessing Data from the conf.lua file
Replies: 8
Views: 5141

Re: Accessing Data from the conf.lua file

Ahh, can't believe I didn't see that.

Thanks so much.
by The_A_Drain
Wed Oct 10, 2012 2:56 pm
Forum: Support and Development
Topic: Accessing Data from the conf.lua file
Replies: 8
Views: 5141

Accessing Data from the conf.lua file

Hi guys, just started having a fiddle around with LUA and I'm putting together a quick template project for use in game jams and the like, I've figured out how to get the screen size from graphics but I'd like the default menu page to display the games title, is there a way of simply pulling the tit...