Base game template

This commit is contained in:
Jeremy Kaplan 2026-08-09 13:08:28 -04:00
commit f83c7c0781
7 changed files with 6158 additions and 0 deletions

5
clippy.toml Normal file
View file

@ -0,0 +1,5 @@
# Bevy query types can get a bit more complicated than usual Rust code.
type-complexity-threshold = 1000
# Bevy systems sometimes rely on a lot of different entities.
too-many-arguments-threshold = 10