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
Agora ele olha pra frente deitado
[Projeto-PCG.git]
/
map2.lua
blob
641ee804cc49d018c44636bfa10eb6db5b88521e
1
local
x
=
1024
2
local
y
=
32768
3
4
map
{
5
spawn
= {
x
/
2
,
y
-
250
},
6
width
=
x
,
7
height
=
y
,
8
platforms
= {
9
platform
{
0
,
y
-
250
,
x
,
y
-
250
,
passable
=
false
},
10
},
11
weapons
= {
12
{
name
=
"Flamethrower"
,
spawn
= {
x
/
3
,
y
-
5000
}},
13
},
14
enemies
= {
15
{
name
=
"Soldier"
,
spawn
= {
2
*
x
/
3
,
y
-
15000
}},
16
{
name
=
"Soldier"
,
spawn
= {
2
*
x
/
3
,
y
-
250
}},
17
},
18
}