Tetra v0.2.13 Release Notes

Release Date: 2019-03-05 // about 5 years ago
  • โž• Added

    • A from_rgba constructor has been added to Texture.
    • from_file_data constructors have been added to Texture and Sound. These function the same as the from_data constructors, but are more clearly named to reflect the fact that they expect encoded data, not raw data.

    ๐Ÿ”„ Changed

    • โšก๏ธ The tetras example has been updated to demonstrate how you could approach adding multiple screens/states to a game.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ The from_data constructors have been deprecated.