- Treballant en els bocadillos de text

This commit is contained in:
2023-01-30 19:05:07 +01:00
parent 3e608882c9
commit ce00e70c7b
3 changed files with 51 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ game={
actors.draw()
camera(0,0)
balloon.show("HOLA", hero.y*8, {pos=90,under=true})
if hero and not hero.path and hero.dx+hero.dy==0 then
if btn(KEY_DOWN) then
hero.path={pos=0,route='d'}