- Comencem a treballar en la reprografia

This commit is contained in:
2023-09-02 14:05:49 +02:00
parent 4ee794a909
commit db2f988de7
6 changed files with 106 additions and 3 deletions

View File

@@ -77,6 +77,24 @@ levels["arq"]={
end
})
switches.add({x=56,y=25,w=1,h=1,action=
function()
local hero = actors.search(actors.main.name)
if hero.o=="u" then
game.paused = true
fade.fadeout()
actors.main.x=9
actors.main.y=16
actors.main.o="u"
actors.main.level="repro"
game.init("repro")
return true
else
return false
end
end
})
end,
estudiant1_action=function()