Add food spawning
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ fn main() {
|
||||
loop {
|
||||
match menu::main_menu_control() {
|
||||
0 => game::start(),
|
||||
1 => game::start(),
|
||||
1 => (),
|
||||
_ => break,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user