Search found 11 matches

by Afrricyn
Thu Jun 04, 2020 2:03 pm
Forum: Support and Development
Topic: Getting Input from User.
Replies: 2
Views: 7342

Re: Getting Input from User.

[SOLVED] - managed to do it.
by Afrricyn
Wed Jun 03, 2020 9:50 pm
Forum: Support and Development
Topic: Getting Input from User.
Replies: 2
Views: 7342

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...
by Afrricyn
Fri Apr 17, 2020 5:53 pm
Forum: General
Topic: What code editor do you use ?
Replies: 195
Views: 296949

Re: What code editor do you use ?

Visual Studio Code - Free to use!
by Afrricyn
Fri Apr 17, 2020 5:50 pm
Forum: General
Topic: Love2D can't find my files
Replies: 5
Views: 4305

Re: Love2D can't find my files

Ye, Thanks all. Managed to fix the issue.
by Afrricyn
Thu Apr 16, 2020 1:03 pm
Forum: General
Topic: Love2D can't find my files
Replies: 5
Views: 4305

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?
by Afrricyn
Wed Apr 15, 2020 10:40 am
Forum: General
Topic: Love2D can't find my files
Replies: 5
Views: 4305

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...
by Afrricyn
Sat Feb 22, 2020 4:56 pm
Forum: Support and Development
Topic: Love2D could not open font.ttf. Does not exist
Replies: 6
Views: 7469

Re: Love2D could not open font.ttf. Does not exist

pgimeno wrote: Sat Feb 22, 2020 2:34 pm
Afrricyn wrote: Fri Feb 21, 2020 4:21 pm However, this gives me an error code,
What error code?
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'
by Afrricyn
Sat Feb 22, 2020 11:14 am
Forum: Support and Development
Topic: Love2D could not open font.ttf. Does not exist
Replies: 6
Views: 7469

Re: Love2D could not open font.ttf. Does not exist

main.lua and font.ttf are within the same folder named 'pong'