Search found 5 matches
- Sun Oct 07, 2012 5:14 pm
- Forum: Games and Creations
- Topic: Snayke - Out now! Version 1.1, soundtrack available
- Replies: 196
- Views: 157621
Re: Snayke - Out now!
This game made me feel stupid, and I loved it.
- Sun Oct 07, 2012 4:59 pm
- Forum: Libraries and Tools
- Topic: Pixelarium - Drawing Sandbox and more !
- Replies: 9
- Views: 7276
Re: Pixelarium - Drawing Sandbox and more !
Saving appears to be broken, it attempts to write to a file in "saves_files" but it appears that there is no code to make sure that directory exists. in the mods/save/save.lua file try adding this: if not love.filesystem.exists("saves_files") then love.filesystem.mkdir("save...
- Tue Aug 14, 2012 10:18 pm
- Forum: Games and Creations
- Topic: Sienna
- Replies: 29
- Views: 27195
Re: Sienna
How did you manage to change the window size mid game? I never figured out how.
- Sun Jun 10, 2012 1:07 am
- Forum: Support and Development
- Topic: Memory leak problem
- Replies: 1
- Views: 1463
Memory leak problem
I made a small demo program and I've noticed the longer the program runs the more RAM it uses, I left it alone for a while and it reached 2.5Gb of memory usage. I link below a copy of the program with the fps reduced to 5 to slow the effects, if anyone can solve this problem that would be greatly ap...
- Fri Jun 08, 2012 11:44 pm
- Forum: Support and Development
- Topic: Images appear as black squares - need help
- Replies: 1
- Views: 2086
Images appear as black squares - need help
I'm just starting with Love2d and I'm trying to debug my 'hello world' program. the program is supposed to display the string "Hello world" and display an image, however the image only appears as a black box. I'm going to include a link to where you can download the .love, if anyone can he...