projects
/
Jin
master
minimal
2D游戏框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dynamic_light
/
config.lua
blob: cf4d7215a3c4a42d0d1ad85894f5db42d6b32b06 (
plain
)
1
2
3
4
5
6
7
local config = {} config.width = 500 config.height = 400 config.fps = 60 return config