repo.or.cz
/
Projeto-PCG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git@github.com:andreferreira/Projeto-PCG
[Projeto-PCG.git]
/
config.lua
blob
36f9abad0c64510ac7de78e1993dd2f3b5ce0f0e
1
config
{
2
screen
= {
width
=
800
,
height
=
600
,
bpp
=
32
,
fps
=
60
},
3
4
player
= {
5
speed
= {
0
,
0
}
6
},
7
8
maps
= {
"map1.lua"
,
"map2.lua"
}
9
}