So when i tried making my conf.lua and use it wit my main.lua it did nothing
any answers to that
~Creepercats Thanks
conf.lua not working?
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: conf.lua not working?
It would help if you posted the contents of your conf.lua. You might have written something wrong. Also make sure the conf.lua lies in the same folder as the main.lua file.
My game called Hat Cat and the Obvious Crimes Against the Fundamental Laws of Physics is out now!
Re: conf.lua not working?
Even better if you can upload your .love file There should be instructions around on how to make those, but it basically involves zipping your files (.zip!) and then renaming the file extension to .love
That lets us see what you are doing.
That lets us see what you are doing.
Re: conf.lua not working?
If you are using Love 0.9 the functions changed a little, instead of screen we use window
Love 0.8
Love 0.9
Their is more on the wiki.
Love 0.8
Code: Select all
function love.conf(v)
--configure game
v.title = "My Game Title"
v.author = "Me the Author"
v.screen.width = 400
v.screen.height = 300
v.screen.fullscreen = false
end
Code: Select all
function love.conf(v)
--configure game
v.title = "My Game Title"
v.author = "Me the Author"
v.window.width = 400
v.window.height = 300
v.window.fullscreen = false
end
-
- Prole
- Posts: 4
- Joined: Tue Dec 31, 2013 10:30 am
Its all good
It's all good guys i fixed it thanks for all the replies
Who is online
Users browsing this forum: No registered users and 4 guests