Perrrceeenttages
Posted: Thu Mar 29, 2012 5:35 pm
I'm not sure if this is where I should be posting this(Maybe there's a page for ideas for the next love update?).
But I was working on my splended game ( viewtopic.php?f=5&t=8604 ) and the whole time I was thinking of one thing that would be mazing if they added it in the next update. I know XHTML(yes, i'm just the most amazing person ever), but I thought that it was really cool, that with divs, you could place them at percentages on the screen, instead of pixels. So if that was in love, I think it would be awesome!:D
so if there is lets say...a 800px wide screen then..
THIS:
would become THIS
Idk, maybe it's a bad idea. I haven't thought of many problems that could come with this, except that I don't want it to be like html, where you have to type what kind of numb it is right after it(10px, 100%, etc,.)
But I was working on my splended game ( viewtopic.php?f=5&t=8604 ) and the whole time I was thinking of one thing that would be mazing if they added it in the next update. I know XHTML(yes, i'm just the most amazing person ever), but I thought that it was really cool, that with divs, you could place them at percentages on the screen, instead of pixels. So if that was in love, I think it would be awesome!:D
so if there is lets say...a 800px wide screen then..
THIS:
Code: Select all
love.graphics.draw(img, 400, 10)
Code: Select all
love.graphics.draw(img, 50%, 10