summaryrefslogtreecommitdiff
path: root/config.lua
blob: 3e696b89b3f3826274061141ac02f4075b838057 (plain)
1
2
3
4
5
6
7
8
return 
{
	width = 512, 
	height = 400, 
	fullscreen = false,
	resizable = true, 
    title = "Jin Modules"
}