Skip to content

LunaLUA v0.7.1.0-beta

Compare
Choose a tag to compare
@Wohlstand Wohlstand released this 18 Aug 20:19
· 1706 commits to master since this release
  • Some various fixes for the opengl renderer.
  • Added screenshot handling with the print-screen button.
  • Working loops (intro sequence + main loop)
  • Some new functions:
    • Added various functions in the Misc-Namespace
    • Added various functions in the Graphics-Namespace
    • Added Audio.MusicTitle and Audio.MusicTitleTag to get the music title (saved as IDv3 metadata) of the current music file (works well with mp3, ogg, flac, trackers (mod, it, s3m, xm, etc.) and with game music (spc, vgm, etc.) formats)
  • New custom libraries:
    • fade.lua - Easy and fast library for creating fade effects and color overlays
    • sprite.lua - A library for creating custom animated sprites with movement abilities.
    • vectR.lua - A vector library (used for colliders.lua)