test billboard

This commit is contained in:
2025-03-12 09:07:18 +01:00
parent 20e68ab39e
commit 17a2ed676b
6 changed files with 67 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
mod alien;
mod billboards;
mod camera;
mod cash;
mod gates;
@@ -72,6 +73,7 @@ fn main() {
app.add_plugins(gates::plugin);
app.add_plugins(platforms::plugin);
app.add_plugins(movables::plugin);
app.add_plugins(billboards::plugin);
app.insert_resource(AmbientLight {
color: Color::WHITE,