add ice levels

This commit is contained in:
Corwin 2023-08-30 00:54:00 +01:00
parent b29fc6bb6c
commit c142184bc0
No known key found for this signature in database

View file

@ -42,6 +42,8 @@ const LEVEL_NAMES: &[&str] = &[
"slime_teleporter", "slime_teleporter",
"another_ice", "another_ice",
"another_ice_2", "another_ice_2",
"another_ice_3",
"another_ice_4",
]; ];
fn main() { fn main() {