engo v1.0.5 Release Notes

Release Date: 2020-06-20 // almost 4 years ago
  • engo v1.0.5

    ⚡️ This minor version has small bug fixes, updated the glfw build to use GLFW 3.3,

    • 🛠 fixes to common.AudioSystem's usage of oto
    • ⚡️ update to go1.13.x
    • common.RenderComponent now has a field for StartingZIndex, so SetZIndex doesn't need to be immediately called just after creation all the time
    • depreciated gopherjs in favor of wasm
    • 👍 a TextureAtlas added to common, as well as support for TexturePacker file types

Previous changes from v1.0.4

    • Import path is now "github.com/EngoEngine/engo" instead of "engo.io/engo".