29 lines
738 B
Text
29 lines
738 B
Text
[gd_scene load_steps=2 format=3 uid="uid://cvuikdvdbr1pi"]
|
|
|
|
[ext_resource type="Script" path="res://addons/besseretests/src/runtimescene.gd" id="1_icwe0"]
|
|
|
|
[node name="RuntimeScene" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_icwe0")
|
|
|
|
[node name="Message" type="RichTextLabel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -127.5
|
|
offset_top = -11.5
|
|
offset_right = 127.5
|
|
offset_bottom = 11.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
bbcode_enabled = true
|
|
text = "[center][b]Bessere Tests[/b] is running tests...[/center]"
|
|
scroll_active = false
|