Add black glass level

This commit is contained in:
Wuzzy 2024-11-19 23:49:38 +01:00
parent f5122e8466
commit 376128bbd4
2 changed files with 9 additions and 0 deletions

View File

@ -90,6 +90,15 @@ eb_levels.register_level({
},
timeofday = 0.0, -- midnight
})
eb_levels.register_level({
schem = "eb_levels_black_glass.mts",
spawn_yaw = (math.pi/2)*3,
mobile_autorots = {
[0] = true,
},
music = "holy",
sky = "blood_red",
})
eb_levels.register_level({
schem = "eb_levels_stone_chicken.mts",
spawn_yaw = math.pi,

Binary file not shown.