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
Adicionando cabeca a caixa de colisao
[Projeto-PCG.git]
/
config.lua
blob
496dc1e8563cdc0ac0dedcd8f283585ff079456b
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"
}
9
}