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];