- FIX: Els accents no se veïen

- Proves amb tamanys i posició del bocadills de chamó i text
This commit is contained in:
2023-01-31 18:02:49 +01:00
parent d8dce7dfed
commit 6a1aafe4d4
2 changed files with 15 additions and 8 deletions

View File

@@ -18,12 +18,12 @@ game={
function() actors.add({name="usufondo",x=16,y=8,o="d",gfx={x=0,y=0}}) scene.cont() end,
function() wait.start(1) end,
function() actors.search("usufondo").path={pos=0,route='dlllll'} end,
function() balloon.show("HOY NO HAY JAIL!\n800 MEGAS!!","usufondo",true) end,
function() balloon.show("HOY NO HAY JAIL!\nTU MISMO!!","usufondo",false,{x=7,w=10,h=2}) end,
function() actors.search("usufondo").path={pos=0,route='rrrrru'} end,
function() wait.start(0.5) end,
function() actors.remove("usufondo") scene.cont() end,
function() wait.start(1) end,
function() balloon.show("PAYASO...","jailer",true) end
function() balloon.show("IMBÈSIL...","jailer",true,{x=5,w=7,h=1}) end
})
end
end