aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig
index c3647b4..01a021c 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -67,7 +67,7 @@ pub fn main() !void {
map.cells.items[16 * 7 + 7] = level.Cell{
.floor_height = 0.5,
- .ceiling_height = 2,
+ .ceiling_height = 2.2,
.lower_texture = 1,
.upper_texture = 1,
.floor_texture = 1,