Search found 84 matches
- Wed Apr 21, 2021 10:33 am
- Forum: Support and Development
- Topic: Getting a server for a love2d game
- Replies: 31
- Views: 18730
Re: Getting a server for a love2d game
Check your spelling. receive is a tricky word to get right. re-ce-ive
- Wed Apr 14, 2021 11:15 am
- Forum: Libraries and Tools
- Topic: An Easy to Integrate In-Game Console
- Replies: 2
- Views: 234
Re: An Easy to Integrate In-Game Console
Looks simple, clean, and very useful, indeed. Thanks for sharing, will probably use. 

- Mon Apr 12, 2021 9:52 pm
- Forum: Support and Development
- Topic: Multidimentional arrays/Tables
- Replies: 14
- Views: 686
- Sun Apr 11, 2021 8:59 pm
- Forum: General
- Topic: SDL_GameControllerDB on Ubuntu
- Replies: 2
- Views: 362
Re: SDL_GameControllerDB on Ubuntu
I'm not going to watch a video to see the code. Post it.
- Sat Apr 10, 2021 11:34 am
- Forum: Support and Development
- Topic: my love2d is broken
- Replies: 6
- Views: 357
Re: my love2d is broken
Yeah, works for me.
- Fri Apr 09, 2021 10:30 pm
- Forum: Support and Development
- Topic: my love2d is broken
- Replies: 6
- Views: 357
Re: my love2d is broken
Post your code. The smallest, simplest example of a project that crashes for you.
- Thu Apr 08, 2021 9:59 pm
- Forum: Support and Development
- Topic: Optional joystick controls
- Replies: 3
- Views: 289
Re: Optional joystick controls
if (joystick and joystick:isGamepadDown("dpleft")) or love.keyboard.isDown("left") then Most programming languages have short-circuiting comparison operators. In (A and B) , A is evaluated first, and if it's false (or nil here), the expression immediately returns false because i...
- Thu Apr 08, 2021 11:43 am
- Forum: General
- Topic: Server move incoming, expect a little bit of downtime
- Replies: 15
- Views: 3555
Re: Server move incoming, expect a little bit of downtime
Can confirm, grump wasn't imagining things - the wiki's font was larger. It's normal now.
- Wed Apr 07, 2021 10:29 pm
- Forum: Support and Development
- Topic: If statement and Goto
- Replies: 31
- Views: 1667
Re: If statement and Goto
You are correct. love.event.quit("restart") is the correct way to restart the whole app, not love.load()
- Wed Apr 07, 2021 7:09 pm
- Forum: Support and Development
- Topic: If statement and Goto
- Replies: 31
- Views: 1667