Search found 11 matches
- Thu Jun 04, 2020 2:03 pm
- Forum: Support and Development
- Topic: Getting Input from User.
- Replies: 2
- Views: 7474
Re: Getting Input from User.
[SOLVED] - managed to do it.
- Wed Jun 03, 2020 9:55 pm
- Forum: Games and Creations
- Topic: Emberglass- an exploration action platformer
- Replies: 12
- Views: 24464
Re: Emberglass- an exploration action platformer
Looks very nice!
- Wed Jun 03, 2020 9:50 pm
- Forum: Support and Development
- Topic: Getting Input from User.
- Replies: 2
- Views: 7474
Getting Input from User.
[SOLVED] Hello Fellow Lovers, New to Lua and Love2d, so I'm having trouble trying to get input from the user, I looked on the website and I found function love.textinput(t) however, I'm not sure how to implement that into my situation or even use it. I'm trying to if a save is "[EMPTY]" an...
- Wed Jun 03, 2020 9:23 pm
- Forum: Games and Creations
- Topic: a small town tavern: seven days of pals and potions
- Replies: 2
- Views: 8250
Re: a small town tavern: seven days of pals and potions
that looks awesome!
- Fri Apr 17, 2020 5:53 pm
- Forum: General
- Topic: What code editor do you use ?
- Replies: 195
- Views: 318229
Re: What code editor do you use ?
Visual Studio Code - Free to use!
- Fri Apr 17, 2020 5:50 pm
- Forum: General
- Topic: Love2D can't find my files
- Replies: 5
- Views: 4612
Re: Love2D can't find my files
Ye, Thanks all. Managed to fix the issue.
- Thu Apr 16, 2020 1:03 pm
- Forum: General
- Topic: Love2D can't find my files
- Replies: 5
- Views: 4612
Re: Love2D can't find my files
Yes, That's most likely the issue. How do I run Love and pass the folder as an argument?
- Wed Apr 15, 2020 10:40 am
- Forum: General
- Topic: Love2D can't find my files
- Replies: 5
- Views: 4612
Love2D can't find my files
When I tried to make a font within my game it said that it could open my Font file even though it was in the correct place and even with audio files it can't seem to find my audio file as well. https://stackoverflow.com/questions/60996993/love2d-cant-find-the-font-file This is the Audio code, I have...
- Sat Feb 22, 2020 4:56 pm
- Forum: Support and Development
- Topic: Love2D could not open font.ttf. Does not exist
- Replies: 6
- Views: 7964
Re: Love2D could not open font.ttf. Does not exist
Error
Could not open file font.ttf. Does not exist.
Traceback
[C]: at 0x7ffec5fcca30
[C]: in function 'newFont'
main.lua:14: in function 'load'
[C] in function 'xpcall'
[C] in function 'xpcall'
- Sat Feb 22, 2020 11:14 am
- Forum: Support and Development
- Topic: Love2D could not open font.ttf. Does not exist
- Replies: 6
- Views: 7964
Re: Love2D could not open font.ttf. Does not exist
main.lua and font.ttf are within the same folder named 'pong'