- [NEW] ralentitzades les animacions
- [NEW] Desde l'editor, amb 'P' es posiciona al heroi en la posició del cursor - [ONGOING] habitacions: 6% - [NEW] Més tiles - [CHG] Reajustada velocitat de l'heroi - [FIX] Ajustada la caixa de colisió un pixelet - [CHG] Ajustat el bot màxim
This commit is contained in:
@@ -13,10 +13,10 @@ rooms = {
|
||||
surf_items = nil,
|
||||
surf_original_items = nil,
|
||||
visibility = LAYER_ALL,
|
||||
pos = {x=0, y=0},
|
||||
pos = {x=0, y=4*12},
|
||||
|
||||
init = function()
|
||||
rooms.pos.x, rooms.pos.y = 0,0
|
||||
rooms.pos.x, rooms.pos.y = 0,4*12
|
||||
if rooms.surf_background ~= nil then surf.free(rooms.surf_background) end
|
||||
rooms.surf_background = surf.load("rooms_background.bin")
|
||||
--rooms.surf_background = surf.new(20*8,12*8)
|
||||
|
||||
Reference in New Issue
Block a user