- [NEW] Scene when GPS found

This commit is contained in:
2022-12-05 17:56:09 +01:00
parent 9cfe691d89
commit 82ec115adf
2 changed files with 5 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ function gps.update()
current_camera=3
end
remove_actor(gps)
start_scene(scenes.gps_trobat)
end
end
end