mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
add ice levels
This commit is contained in:
parent
b29fc6bb6c
commit
c142184bc0
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue