feat: add dialogue

This commit is contained in:
2024-06-14 20:33:09 +03:00
parent 60002df6e1
commit 1349e92491
21 changed files with 839 additions and 42 deletions

View File

@@ -129,6 +129,7 @@ function scene:update()
end
if scene.player.isDead() then
scene.ground:setMoveSpeed(0)
if scene.resultShowed ~= true then
Noble.Text.draw("Telemetry Lost", 200, 110, Noble.Text.ALIGN_CENTER, false, font)
end