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