various: fixup doors

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Id81f32d86f70a7df99c2ad3d478646416a6a6964
This commit is contained in:
raf 2026-04-28 16:31:57 +03:00
commit d8b49054d5
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
6 changed files with 345 additions and 87 deletions

View file

@ -84,6 +84,9 @@
// Sub-tile lighting
#define SUB_TILE_RES 8
#define LIGHT_SIGHT_THRESHOLD 40
#define AMBIENT_LIGHT_FACTOR 0.08f
#define REMEMBERED_LIGHT_FACTOR 0.18f
#define LIGHT_EXPONENT 1.7f
// Player light source parameters
#define PLAYER_LIGHT_RANGE 8
@ -94,5 +97,6 @@
// Visual polish
#define DRAW_GRID_LINES 1
#define DOOR_ANIM_FRAMES 8
#endif // SETTINGS_H