Skip to content

Releases: uralys/cherry

enhanced Notifications

24 May 13:23
Compare
Choose a tag to compare
  • renamed file.loadUserData --> file.loadFromStorage
  • enhanced notifications
  • enhanced icons generation script

Updated App.start and App.env

02 May 20:48
Compare
Choose a tag to compare
  • removed previous env json workflow (see new doc)
  • enhanced Start workflow
  • put back game:stop and game:onStop

Game.camera

26 Apr 17:32
Compare
Choose a tag to compare
  • removed Camera
  • removed Effects
  • enhanced logging
  • added doc for layers

Layers + IAP

30 Oct 21:31
Compare
Choose a tag to compare
- added iap

- added layers
- updated animation.gather

Kodo + Exalt

27 Apr 11:06
Compare
Choose a tag to compare
v3.0.0

new App workflow + game.elements

v2.6.1

15 Sep 23:17
Compare
Choose a tag to compare

few path fixes

HUDBar

15 Sep 20:04
Compare
Choose a tag to compare
  • 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

21 Aug 21:08
Compare
Choose a tag to compare

Clean up lib folders to /cherry

v2.4.0

02 Jun 22:27
Compare
Choose a tag to compare
  • CI + coverage plugged
  • libs.utils and libs.analytics migrated to lua 5.3

v2.3.0

16 Mar 08:40
Compare
Choose a tag to compare
  • lowercase file names
  • moved engine.game delegation calls