From 96c7d35aa729efb7720bed4e12df75037cf293e5 Mon Sep 17 00:00:00 2001 From: kziolkowski Date: Fri, 15 Aug 2025 17:18:52 +0200 Subject: [PATCH] Added word wrapping to quest post it. --- prefabs/UI/Inventory/Inventory.tscn | 3 ++- scenes/Babushka_scene_farm_outside_2d.tscn | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/prefabs/UI/Inventory/Inventory.tscn b/prefabs/UI/Inventory/Inventory.tscn index 6f30c83..e6afb72 100644 --- a/prefabs/UI/Inventory/Inventory.tscn +++ b/prefabs/UI/Inventory/Inventory.tscn @@ -488,6 +488,7 @@ offset_bottom = -20.0 grow_horizontal = 2 grow_vertical = 2 theme_override_colors/font_color = Color(0, 0, 0, 1) -text = "Switch to Unity" +text = "[Hier könnte Ihre Werbung stehen]" horizontal_alignment = 1 vertical_alignment = 1 +autowrap_mode = 2 diff --git a/scenes/Babushka_scene_farm_outside_2d.tscn b/scenes/Babushka_scene_farm_outside_2d.tscn index f0ae0bf..2728921 100644 --- a/scenes/Babushka_scene_farm_outside_2d.tscn +++ b/scenes/Babushka_scene_farm_outside_2d.tscn @@ -2331,6 +2331,13 @@ offset_top = 0.228533 offset_right = -456.339 offset_bottom = 30.2285 +[node name="QuestLogRoot" parent="CanvasLayer" index="2"] +metadata/_edit_use_anchors_ = true + +[node name="Text" parent="CanvasLayer/Control/ColorRect" index="0"] +text = "[Hier könnte ihre Werbung stehen]" +autowrap_mode = 3 + [node name="Audio" type="Node" parent="."] [node name="Background Music Ramp up" type="AudioStreamPlayer2D" parent="Audio"]