[gd_scene load_steps=2 format=3 uid="uid://b4timedisplay1"] [ext_resource type="Script" path="res://ui/time_display.gd" id="1_tdisplay"] ; #263: Time display — top-left placeholder per D-013/D-051. ; Position and size will be refined when #314 wireframe lands. ; NOTE: draw-based content manages its own layout; Control rect is a ; minimum bounding box, not a clip rect. Increase if content grows. [node name="TimeDisplay" type="Control"] anchors_preset = 0 anchor_left = 0.0 anchor_top = 0.0 anchor_right = 0.0 anchor_bottom = 0.0 offset_left = 16.0 offset_top = 16.0 offset_right = 200.0 offset_bottom = 70.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 script = ExtResource("1_tdisplay")