The One Where You Can Aim Lights

This commit is contained in:
Chompstation Bot
2021-06-30 19:29:41 +00:00
parent 2457a62edd
commit 15fd9df408
16 changed files with 384 additions and 21 deletions

View File

@@ -20,4 +20,5 @@
#define isDiagonal(x) (x == NORTHEAST || x == SOUTHEAST || x == NORTHWEST || x == SOUTHWEST)
#define IS_OPAQUE_TURF(turf) (turf.directional_opacity == ALL_CARDINALS)
#define IS_OPAQUE_TURF_DIR(turf, dir) (turf.directional_opacity & dir)
#define FOOTSTEP_SPRITE_AMT 2