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
Ajuste leve na velocidade permitindo movimentos mais sutis
[Projeto-PCG.git]
/
config.lua
blob
9cb0caf3fa8acd4ee5c2b5d0c21f8143b2d447fc
1
config
{
2
screen
= {
width
=
800
,
height
=
600
,
bpp
=
32
,
fps
=
60
},
3
4
player
= {
5
speed
= {
0
,
0
},
6
hp
=
50
7
},
8
9
maps
= {
"map1.lua"
,
"map2.lua"
,
"mario.lua"
}
10
}