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
Suporte a IR, talvez...
[Projeto-PCG.git]
/
config.lua
blob
577fe5f987334019df9f214e0def12b47a12d612
1
config
{
2
screen
= {
width
=
640
,
height
=
480
,
bpp
=
32
,
fps
=
60
},
3
4
player
= {
5
speed
= {
0
,
0
}
6
},
7
8
maps
= {
"map1.lua"
}
9
}