mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Add a changelog entry about the new flip methods
This commit is contained in:
parent
9abfa7f8e1
commit
b25ebf4a94
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- You can now declare where looping sound channels should restart.
|
- You can now declare where looping sound channels should restart.
|
||||||
- Fixnums now have constructors from_f32 and from_f64. This is mainly useful if using agb-fixnum outside of the Game Boy Advance e.g. in build scripts or macros.
|
- Fixnums now have constructors from_f32 and from_f64. This is mainly useful if using agb-fixnum outside of the Game Boy Advance e.g. in build scripts or macros.
|
||||||
- New option when loading a background to automatically deduplicate tiles.
|
- New option when loading a background to automatically deduplicate tiles.
|
||||||
|
- Methods on tile_setting to toggle its hflip and vflip status.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue