From 04a37c297f9f4e22adcee1f4a3cc73cde4c3c7b0 Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Mon, 6 Jan 2025 10:42:44 +0100 Subject: changed game camera --- game/hud/HudConfig.h | 2 +- src/crepe/api/Config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game/hud/HudConfig.h b/game/hud/HudConfig.h index 983a557..1d2ed89 100644 --- a/game/hud/HudConfig.h +++ b/game/hud/HudConfig.h @@ -1,7 +1,7 @@ #pragma once #include "types.h" -static constexpr crepe::vec2 TOP_LEFT = {-530,-380}; +static constexpr crepe::vec2 TOP_LEFT = {-530,-230}; static constexpr const char* HUD_DISTANCE = "hud_distance"; static constexpr const char* HUD_BEST = "hud_best"; static constexpr const char* HUD_COINS = "hud_coins"; diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h index 3e9c9ef..9c226a3 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -85,7 +85,7 @@ struct Config final { * This config option is the font size at which all fonts will be loaded initially. * */ - unsigned int size = 40; + unsigned int size = 500; } font; //! Configuration for click tolerance. struct { -- cgit v1.2.3