Consertado spawn do mapa 2
[Projeto-PCG.git] / config.lua
blob525d300628d9c55eef021c4ee26966334caa6291
1 config {
2 screen = {width=800, height=600, bpp=32, fps=60},
4 player = {
5 speed = {0, 0},
6 hp = 1000,
7 },
9 maps = {"map1.lua", "map2.lua", "mario.lua"}