Search found 5 matches
- Sat Nov 19, 2011 7:16 am
- Forum: General
- Topic: FSM - Finite State Machine
- Replies: 30
- Views: 16834
Re: FSM - Finite State Machine
For gamestate management I love Pölygamy
- Fri Nov 18, 2011 6:38 am
- Forum: Support and Development
- Topic: Installation problem
- Replies: 10
- Views: 5078
Re: Installation problem
Maybe try downloading LÖVE 8.0.0(newest version) at http://www.love2d.org/builds then scroll all the way down and get the version for your computer? Sadly this doesn't help :( I also found two reports at the Bitbucket which are similar: https://bitbucket.org/rude/love/issue/216/crashes-immediately ...
- Thu Nov 17, 2011 8:15 pm
- Forum: Support and Development
- Topic: Installation problem
- Replies: 10
- Views: 5078
Re: Installation problem
Sorry for pushing this up, but I'm facing the same problem. I haven't analyzed this much but can say that this only occurs in windowed mode. If I activate fullscreen I don't get "love.exe has stopped working". Specs: Win7 64Bit i7-2630qm Nvidia GT555m latest driver 285.62 Löve 0.7.2 update...
- Mon Nov 14, 2011 7:47 pm
- Forum: Support and Development
- Topic: Getting the size of text / font
- Replies: 6
- Views: 3674
Re: Getting the size of text / font
Font:getWidth Font:getHeight Thank you very much. Don't know why I didn't find that :| Hello, and welcome! Since Robin answered your question, I have a question for you: is your avatar Gon? I love that series! Indeed, my first and still favourite manga. Most people know him from his starring in Tek...
- Mon Nov 14, 2011 7:06 pm
- Forum: Support and Development
- Topic: Getting the size of text / font
- Replies: 6
- Views: 3674
Getting the size of text / font
Hey guys, first post - was mainly lurking the last weeks ;) At the moment I'm trying to create some game menus from scratch. There are several buttons which will be filled with text: Is there any way to determine / calculate the size of the drawn text? I already searched the forums and wiki but didn...