init wall

This commit is contained in:
Tao Tien 2026-01-08 23:58:26 -08:00
parent 76b720b0a2
commit 3fb03cfbcb
7 changed files with 69 additions and 27 deletions

View file

@ -22,8 +22,8 @@ impl Plugin for RiichiTui {
..Default::default()
},
))
.add_systems(Update, draw_system)
.add_systems(Update, input::keyboard_input_system);
.add_systems(Update, input::keyboard_input_system)
.add_systems(Update, draw_system);
}
}