Releases: uralys/cherry
Releases Β· uralys/cherry
enhanced Notifications
- renamed
file.loadUserData
-->file.loadFromStorage
- enhanced notifications
- enhanced icons generation script
Updated App.start and App.env
- removed previous env json workflow (see new doc)
- enhanced Start workflow
- put back
game:stop
andgame:onStop
Game.camera
- removed Camera
- removed Effects
- enhanced logging
- added doc for layers
Layers + IAP
- added iap - added layers - updated animation.gather
Kodo + Exalt
v3.0.0 new App workflow + game.elements
v2.6.1
few path fixes
HUDBar
- added component
HUDBar
- removed Score.createBar, games should now extend HUDBar.
function CustomBar:create()
self.HUDBar = HUDBar:create(App.hud)
self.bar = self.HUDBar.bar
self:customAdditions()
self:customButtons()
return self
end
function CustomBar:show()
self.HUDBar:show()
end
function CustomBar:hide()
self.HUDBar:hide()
end
v2.5.0
Clean up lib folders to /cherry
v2.4.0
- CI + coverage plugged
- libs.utils and libs.analytics migrated to lua 5.3
v2.3.0
- lowercase file names
- moved
engine.game
delegation calls