├── README.md └── bevy-cheatsheet.md /README.md: -------------------------------------------------------------------------------- 1 | # Bevy Cheatsheet 2 | 3 | The Bevy Cheatsheet has moved! 4 | 5 | [Click here to access the up-to-date version](https://bevy-cheatbook.github.io/cheatsheet/release.html). 6 | 7 | It is now part of the larger [Bevy Cheatbook](https://bevy-cheatbook.github.io). 8 | 9 | Contribute in [this repo](https://github.com/bevy-cheatbook/bevy-cheatbook). 10 | 11 | -------------------------------------------------------------------------------- /bevy-cheatsheet.md: -------------------------------------------------------------------------------- 1 | # Bevy Cheatsheet 2 | 3 | The Bevy Cheatsheet has moved! 4 | 5 | [Click here to access the up-to-date version](https://bevy-cheatbook.github.io/cheatsheet/release.html). 6 | 7 | It is now part of the larger [Bevy Cheatbook](https://bevy-cheatbook.github.io). 8 | 9 | Contribute in [this repo](https://github.com/bevy-cheatbook/bevy-cheatbook). 10 | 11 | --------------------------------------------------------------------------------