diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-28 09:38:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-04-28 09:38:05 +0200 |
| commit | 6c829e8b2e1e55342949ec66f119858bfb2cf582 (patch) | |
| tree | 8b6786a43584f9e1d3deb9e7202eacefd92b61fe /config.h | |
| parent | efca4291d76a79638d62751fe9bc5d516d3d6e6a (diff) | |
| download | stalag-6c829e8b2e1e55342949ec66f119858bfb2cf582.tar.gz | |
Refactor window hints
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ #ifndef CONFIG_H #define CONFIG_H +#define WINDOW_WIDTH 1280 +#define WINDOW_HEIGHT 720 +#define WINDOW_TITLE "Stalag" + #define PLAYER_MOVE_SPEED 400.0f #define PLAYER_ROTATION_SPEED 0.05f #define PLAYER_MOUSE_SENSITIVITY 0.003f |
