fix(bsp): fill in exterior cells

This commit is contained in:
asrael 2026-03-07 07:19:40 -06:00
parent ab0d2a4b04
commit 1341b30920
8 changed files with 740 additions and 102 deletions

View file

@ -8,8 +8,8 @@
(local sky (require :mod.sky))
(local textures (require :mod.textures))
(local bob-amount 4.0)
(local bob-speed 8.0)
(local bob-amount 3.0)
(local bob-speed 6.0)
(local cam-smoothing 0.25)
(local land-recovery-speed 20)
(local land-squash-amount -4)