aboutsummaryrefslogtreecommitdiff
path: root/bin/config.lua
blob: 36049b03ac6042def768f49ec4163c9542541a9d (plain)
1
2
3
4
5
6
7
8
return 
{
	width = 320 * 2, 
	height = 240 * 2, 
	fps = 60, 
	vsync = false, 
	title = "动态光照demo",
}