Get Resolutions does work ?
Posted: Sun Feb 08, 2015 7:59 pm
Hey, I check on Google how I can check all the resolutions and I tried this:
Then it just prints: "table: 0x24cb0b70" multiple times with random numbers each times.
Thanks for the help!
Code: Select all
modes = love.window.getFullscreenModes(1)
print(modes[1])
Thanks for the help!