init wall
This commit is contained in:
parent
76b720b0a2
commit
3fb03cfbcb
7 changed files with 69 additions and 27 deletions
|
|
@ -5,8 +5,7 @@ use bevy::prelude::*;
|
|||
use bevy_ratatui::crossterm::event::KeyCode;
|
||||
|
||||
pub(crate) fn keyboard_input_system(
|
||||
input: Res<ButtonInput<KeyCode>>,
|
||||
key_input: Res<ButtonInput<Key>>,
|
||||
input: Option<Res<ButtonInput<KeyCode>>>,
|
||||
key_input: Option<Res<ButtonInput<Key>>>,
|
||||
) {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue