Search found 4 matches
- Wed Mar 21, 2012 2:44 pm
- Forum: Libraries and Tools
- Topic: Debug - A whole new way of debugging your game
- Replies: 106
- Views: 99049
Re: Debug - A whole new way of debugging your game
How did you do that input, read() or local a = read() ect doesnt work?
- Wed Mar 21, 2012 2:37 pm
- Forum: Libraries and Tools
- Topic: Minecraft/Terraria like block engine [wip]
- Replies: 26
- Views: 16045
Re: Minecraft like block engine [wip]
Hey, Could i help you?
- Wed Mar 21, 2012 7:01 am
- Forum: Support and Development
- Topic: [Problem] Love.filesystem.enumerate() doesnt work!
- Replies: 4
- Views: 3171
Re: [Problem] Love.filesystem.enumerate() doesnt work!
Ooh, It needed strings >.<
Thanks for the help!
And how to use the read() function, as it says:
Calling global read() at line xxx
Thanks for the help!
And how to use the read() function, as it says:
Calling global read() at line xxx
- Tue Mar 20, 2012 5:10 pm
- Forum: Support and Development
- Topic: [Problem] Love.filesystem.enumerate() doesnt work!
- Replies: 4
- Views: 3171
[Problem] Love.filesystem.enumerate() doesnt work!
Hey, I just started on a filesystem program, and i alreaddy have a problem; I get this error: Traceback: [C]: In function Enumerate main.lua:8 in function 'draw' [C]: in function 'XPcall' Main.lua is my online file, and config.lua (Wich is basic) function love.load() end function love.draw() dirWork...