[gd_scene load_steps=2 format=3 uid="uid://bj8y4v2nx7k5m"] [ext_resource type="Script" path="res://ui/monologue_display.gd" id="1_monologue"] ; Monologue display area — bottom-left of viewport. ; Anchors: 5% left margin, 50% max width, 25% height from bottom (spec §3.1, z-layer 7). ; Lines are created dynamically inside VBoxContainer by monologue_display.gd. [node name="MonologueDisplay" type="Control"] layout_mode = 1 anchor_left = 0.05 anchor_top = 0.75 anchor_right = 0.55 anchor_bottom = 0.98 grow_horizontal = 1 grow_vertical = 0 clip_contents = true mouse_filter = 2 script = ExtResource("1_monologue") [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 1 anchor_right = 1.0 anchor_bottom = 1.0 theme_override_constants/separation = 4