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
Consertado spawn do mapa 2
[Projeto-PCG.git]
/
config.lua
blob
525d300628d9c55eef021c4ee26966334caa6291
1
config
{
2
screen
= {
width
=
800
,
height
=
600
,
bpp
=
32
,
fps
=
60
},
3
4
player
= {
5
speed
= {
0
,
0
},
6
hp
=
1000
,
7
},
8
9
maps
= {
"map1.lua"
,
"map2.lua"
,
"mario.lua"
}
10
}