aboutsummaryrefslogtreecommitdiff
path: root/game/hud/HudConfig.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2025-01-06 10:42:44 +0100
committerJAROWMR <jarorutjes07@gmail.com>2025-01-06 10:42:44 +0100
commit04a37c297f9f4e22adcee1f4a3cc73cde4c3c7b0 (patch)
tree7f68150550d1e75e51862f8ab3f717de21759dc4 /game/hud/HudConfig.h
parentfed89f67432afde26d88d0ed41d3e68a93869e58 (diff)
changed game camera
Diffstat (limited to 'game/hud/HudConfig.h')
-rw-r--r--game/hud/HudConfig.h2
1 files changed, 1 insertions, 1 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";