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
Mapa agora feito em lua :D
[Projeto-PCG.git]
/
map1.lua
blob
0de7b0f34d17cb4decab6ff078ddbacad5c54d74
1
map
{
2
width
=
800
,
3
height
=
600
,
4
platforms
= {
5
platform
{
0
,
400
,
800
,
400
,
false
},
6
platform
{
0
,
600
,
800
,
600
,
false
},
7
platform
{
30
,
350
,
100
,
350
},
8
platform
{
200
,
320
,
250
,
320
},
9
platform
{
400
,
275
,
450
,
275
},
10
platform
{
200
,
200
,
250
,
200
},
11
platform
{
30
,
100
,
100
,
100
}
12
}
13
}