Mandelbrot

This commit is contained in:
2025-12-02 17:30:03 +01:00
parent fc2a63d7f1
commit d5699f2da3
6 changed files with 92 additions and 131 deletions

View File

@@ -206,7 +206,7 @@ where
}
pub fn run(&mut self) -> ! {
let mut buttons = [false; 4];
let funcs = [Self::left, Self::right, Self::up, Self::down];
let funcs = [Self::right, Self::left, Self::up, Self::down];
let mut lost = false;
self.draw();
loop {