- binds tetra with default-features = false
- loading of the different extensions can be controlled with features, by default only log and tetra are loaded possible features are ["ron_file","tilemap","animation","randomize","sound"]
- removed font
- tilemap: replace get_position_from_id with get_all_position_from_id
- cargo.toml rearranged
- add license.html
- add Music (fade in/out, playback can be repeated after a certain time)
- add Soundpool
- clippy fix (if let)
- keyframe adjustment
- added possibility to fast forward the timer
- tilemap extended, added possibility to delete tiles, replace tileid, get position for a specific tileid
- removed texture from tilemap
- add TileAnimation (is based on Tetra Animation with the possibility to set time per frame)
- adapted for the tetra 0.4.0 version
- tilemap extends so that the used texture can come from a tileset
- add custom type TetraVec2 for Vec2<f32>
- SceneManager extended , can now be created with a splashscreen and/or with a ScreenScaler
- add inputActions (is_any_key(),is_cancel(),is_confirmation(), ...)
- added possibility (external crate, including example) to create and play tween and keyframe animations