|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Variables | |
| constexpr float | WINDOW_WIDTH = 1280.0f |
| Standard window width. | |
| constexpr float | WINDOW_HEIGHT = 720.0f |
| Standard window height. | |
|
constexpr |
Standard window height.
Definition at line 90 of file Application.hpp.
Referenced by rtp::client::Application::Application(), and rtp::client::Application::render().
|
constexpr |
Standard window width.
Definition at line 89 of file Application.hpp.
Referenced by rtp::client::Application::Application(), and rtp::client::Application::render().