diff options
| author | tslil clingman <> | 2021-10-12 21:08:54 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-10-12 21:08:54 -0400 |
| commit | 739ae8d04c5fe4624501785b23b2e91886b3b149 (patch) | |
| tree | a2e75aaa007ec9fd9c6d80d52014fef349aa942d /src/main.zig | |
| parent | e014c4a063b05f7e417b4fd593a4f7033b0e4a9f (diff) | |
| parent | 2463aa73cb926bee528e0882bea28b3c2dcf6e60 (diff) | |
Merge branch 'main' into polygon_walls
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 2 |
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, |
