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