From d6e0cbf41c6dc3f78cadf1e23e017bd90cebb216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20W=C3=BCbbers?= Date: Thu, 26 Jun 2025 11:12:10 +0200 Subject: [PATCH] more tutorial text --- src/game/Tools.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/game/Tools.cpp b/src/game/Tools.cpp index a482e64..2e31b01 100644 --- a/src/game/Tools.cpp +++ b/src/game/Tools.cpp @@ -700,6 +700,9 @@ namespace Tools ImGui::SameLine(); ImGui::Text("kannst du Karten drehen."); ImGui::Text(""); + ImGui::Text("Dein Ziel: Verbinde die Pumpe mit dem Abfluss, um das"); + ImGui::Text("Tor zum nächsten Level zu öffnen!"); + ImGui::Text(""); auto& inflowTexture = rendering.Textures[10]; auto& outflowTexture = rendering.Textures[9]; auto& connectionTexture = rendering.Textures[8];