Vendor gdUnit4 for Godot 4 client testing (D-030). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
65 lines
1.6 KiB
Plaintext
65 lines
1.6 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://dm0wvfyeew7vd"]
|
|
|
|
[ext_resource type="Script" path="res://addons/gdUnit4/src/ui/GdUnitConsole.gd" id="1"]
|
|
|
|
[node name="Control" type="Control"]
|
|
use_parent_material = true
|
|
clip_contents = true
|
|
custom_minimum_size = Vector2(0, 200)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
use_parent_material = true
|
|
clip_contents = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Header" type="PanelContainer" parent="VBoxContainer"]
|
|
auto_translate_mode = 2
|
|
custom_minimum_size = Vector2(0, 32)
|
|
layout_mode = 2
|
|
localize_numeral_system = false
|
|
mouse_filter = 2
|
|
|
|
[node name="header_title" type="RichTextLabel" parent="VBoxContainer/Header"]
|
|
auto_translate_mode = 2
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
localize_numeral_system = false
|
|
mouse_filter = 2
|
|
bbcode_enabled = true
|
|
scroll_active = false
|
|
autowrap_mode = 0
|
|
shortcut_keys_enabled = false
|
|
|
|
[node name="Console" type="ScrollContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="TextEdit" type="RichTextLabel" parent="VBoxContainer/Console"]
|
|
use_parent_material = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
focus_mode = 2
|
|
bbcode_enabled = true
|
|
scroll_following = true
|
|
context_menu_enabled = true
|
|
selection_enabled = true
|