1786006140
This commit is contained in:
@@ -6,7 +6,7 @@ use evdev::KeyCode;
|
||||
use crate::trekstor::Trekstor;
|
||||
|
||||
fn main() {
|
||||
let mut trekstor = Trekstor::new(30);
|
||||
let mut trekstor = Trekstor::new(60);
|
||||
|
||||
trekstor.update(|screen, input| {
|
||||
// retuyrningf false will exit loop
|
||||
|
||||
Reference in New Issue
Block a user