1
Fork 0

MariENB 1.2015.6.1

This commit is contained in:
Marisa the Magician 2019-04-07 17:17:45 +02:00
commit 49a3cf6757
8 changed files with 79 additions and 8 deletions

View file

@ -138,6 +138,12 @@ static const float3 aosega[16] =
float3(d(256),d(256),d(256)),
};
#undef d
/* dimensions for ascii art font */
#define FONT_WIDTH 8
#define FONT_HEIGHT 4096
#define GLYPH_WIDTH 8
#define GLYPH_HEIGHT 16
#define FONT_LEVELS 255
/* standard stuff */
float4 ScreenSize;
float ENightDayFactor;