Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 01:32
· 2 commits to main since this release
d3e1b07
  • "Existing" asset entries specified in your config file no longer need to contain the asset directory. Thanks to @jackTabsCode in 764a345
    • For example, if your asset directory is assets/cloud and have an existing asset entry like "assets/cloud/audio/stab/flesh.ogg" = { id = 12345 }, it can be replaced with "audio/stab/flesh.ogg" = { id = 12345 }.
  • Asphalt's code generation implementation has been unified. There may be differences between generation since the last version, but none should be breaking. Thanks to @paradoxuum in #76

Full Changelog: v0.8.0...v0.8.1