use num1 to open gates

This commit is contained in:
2025-03-08 15:04:15 +01:00
parent 9cad8f63bb
commit 6cf7216ef4
5 changed files with 90 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
mod alien;
mod camera;
mod cash;
mod gates;
mod heads_ui;
mod player;
mod tb_entities;
@@ -58,6 +59,7 @@ fn main() {
app.add_plugins(cash::plugin);
app.add_plugins(player::plugin);
app.add_plugins(heads_ui::plugin);
app.add_plugins(gates::plugin);
app.insert_resource(AmbientLight {
color: Color::WHITE,