forked from NotAShelf/rogged
various: fixup doors
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id81f32d86f70a7df99c2ad3d478646416a6a6964
This commit is contained in:
parent
00b3798ae0
commit
d8b49054d5
6 changed files with 345 additions and 87 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue