lvl3 flippers

Co-authored-by: wm-c <wcmeathrel@gmail.com>
This commit is contained in:
Evan Pratten 2021-04-25 09:54:23 -04:00
parent 6c288e9178
commit a68d3e8e70

View File

@ -89,4 +89,9 @@ impl Flippers {
speed_increase: 1.5 speed_increase: 1.5
} }
} }
pub fn lvl3() -> Self {
Self {
speed_increase: 1.8
}
}
} }