Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
include
client
constants.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#define MIN_WINDOW_WIDTH 1280
4
#define MIN_WINDOW_HEIGHT 720
5
6
// The screen width that's defined as 1:1, from which other
7
// resolutions can calculate pixel sizes
8
#define UNIT_WINDOW_WIDTH 1920
9
#define UNIT_WINDOW_HEIGHT 1080
10
11
#define PLAYER_EYE_LEVEL 3.45f
Generated by
1.9.5