sgstream/conf.lua

6 lines
116 B
Lua
Raw Permalink Normal View History

2024-05-27 13:06:41 +03:00
function love.conf(t)
t.identity="net.kimapr.sgstream"
t.window.title = "sgstream"
t.window.resizable = true
end