mirror of https://gitlab.com/drummyfish/anarch
Add settings
parent
d441dd9d9a
commit
f18079cd00
@ -0,0 +1,8 @@
|
||||
#ifndef _SFG_SETTINGS_H
|
||||
#define _SFG_SETTINGS_H
|
||||
|
||||
#define SFG_FPS 60
|
||||
#define SFG_RESOLUTION_X 1024
|
||||
#define SFG_RESOLUTION_Y 768
|
||||
|
||||
#endif // guard
|
Loading…
Reference in New Issue