more tutorial text

This commit is contained in:
Till Wübbers
2025-06-26 11:12:10 +02:00
parent f95d9dee91
commit d6e0cbf41c

View File

@@ -700,6 +700,9 @@ namespace Tools
ImGui::SameLine(); ImGui::SameLine();
ImGui::Text("kannst du Karten drehen."); ImGui::Text("kannst du Karten drehen.");
ImGui::Text(""); 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& inflowTexture = rendering.Textures[10];
auto& outflowTexture = rendering.Textures[9]; auto& outflowTexture = rendering.Textures[9];
auto& connectionTexture = rendering.Textures[8]; auto& connectionTexture = rendering.Textures[8];