- [FIX] app.push() i app.pop() treballaven sobre mini.update, en compte de sobre app.update

- [FIX] tweening.update() ara es crida a nivell de aplicació
- [NEW] tilepicker i itempicker adequats al nou disseny/sistema
This commit is contained in:
2026-03-11 12:52:35 +01:00
parent 333d05dfac
commit c1c022abb8
4 changed files with 89 additions and 12 deletions

View File

@@ -30,6 +30,7 @@ function mini.init()
end
function mini.update()
tweening.update(sys.delta())
app.update()
end