Search found 3 matches

by Spunky
Tue Mar 07, 2017 8:26 am
Forum: Support and Development
Topic: Dynamic Scaling?
Replies: 2
Views: 2493

Re: Dynamic Scaling?

Hmm how does that translate to Gspot button elements? Here's the code I have now: if love._version_major == 0 and love._version_minor < 9 then error("This library needs love2d 0.9.0 or above") end gui = require "gspot" local tw, th = love.graphics.getDimensions() font = { name = ...
by Spunky
Tue Mar 07, 2017 7:51 am
Forum: Support and Development
Topic: Dynamic Scaling?
Replies: 2
Views: 2493

Dynamic Scaling?

Hi all. I'm trying to scale a title screen (text element within Gspot) dynamically to any resolution. Basically I want to start drawing the text 1/4 from the left side of the window and stop drawing 1/4 distance from the right side of the window, and have it perfectly centered and scaled no matter t...
by Spunky
Mon Mar 06, 2017 7:18 am
Forum: Libraries and Tools
Topic: Gspöt - retained GUI lib
Replies: 169
Views: 167245

Re: Gspöt - retained GUI lib

Edit: Hours of searching for an answer and it was my own fault lmao. love.exe was copied over itself by the cmdprompt when I made an .exe to show my friend. Woopsie!