[gd_scene load_steps=2 format=3] [ext_resource type="Script" path="res://ui/implant/apps/browser/browser_app.gd" id="1_browser_app"] ; T-1133: Data browser implant app — six-entity registry index/detail viewer ; (star systems, bodies, stations, corporations, commodities, trait catalog). ; FULLSCREEN app (z=20) at implant/browser per D-170. A SEPARATE app from the ; Atlas (D-254 SS4) — managed via the same ImplantApp/ImplantNavStack pattern. ; Toggle with B key (manifest.default_key). Data from the wire BrowseRequest/ ; BrowseResponse proxy (T-1131). [node name="BrowserApp" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 1 script = ExtResource("1_browser_app")