MariENB 1.2015.6.1
This commit is contained in:
parent
3129cbf055
commit
49a3cf6757
8 changed files with 79 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue