init wall
This commit is contained in:
parent
76b720b0a2
commit
3fb03cfbcb
7 changed files with 69 additions and 27 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue