add teleporter to build.rs

This commit is contained in:
Corwin 2023-08-29 21:58:02 +01:00
parent da89a8a6cb
commit b7c10742af
No known key found for this signature in database

View file

@ -35,6 +35,7 @@ const LEVEL_NAMES: &[&str] = &[
"block_push_2", "block_push_2",
"glove_key", "glove_key",
"block_push_3", "block_push_3",
"teleporter_1",
]; ];
fn main() { fn main() {