sub pixel rendering

This commit is contained in:
Ole Morud
2022-06-09 19:10:47 +02:00
parent 30fc9e1861
commit 1f19d9127a
4 changed files with 68 additions and 21 deletions

View File

@@ -3,12 +3,12 @@
#define CONFIG_H_
#define ON 'x'
#define ON '#'
#define OFF ' '
#define HEIGHT 100
#define WIDTH 100
#define FRAMERATE 60
#define GRAVITY 15.0f
#define LINENUMBERS 1
#define LINENUMBERS 0
#endif