Search found 1 match

by sxnvmqe
Wed Dec 13, 2023 6:19 pm
Forum: Support and Development
Topic: How to add window settings in main.lua file?
Replies: 1
Views: 10082

How to add window settings in main.lua file?

I have created a config file while I watched tutorials and I want to move this to main.lua file. Show to do that? I know it belongs to function .love.load() but I don't know how to get it work. function love.conf(app) app.window.title = "simpleGame" app.window.icon = "img/icon.png&quo...