set terminal background

This commit is contained in:
Matt Parker
2025-08-25 19:02:20 +10:00
parent 31884214bc
commit f2700cdc57
2 changed files with 22 additions and 19 deletions

View File

@@ -13,6 +13,21 @@ grow_vertical = 2
script = ExtResource("1_sq1l4")
RunningIcon = ExtResource("2_tu4jg")
[node name="Label" type="Label" 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 = -64.0
offset_top = -11.5
offset_right = 64.0
offset_bottom = 11.5
grow_horizontal = 2
grow_vertical = 2
text = "Nothing to show"
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
@@ -35,19 +50,3 @@ tab_0/title = "WebApi"
unique_name_in_owner = true
layout_mode = 2
size_flags_vertical = 3
[node name="Label" type="Label" parent="."]
visible = false
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -64.0
offset_top = -11.5
offset_right = 64.0
offset_bottom = 11.5
grow_horizontal = 2
grow_vertical = 2
text = "Nothing to show"

View File

@@ -1,17 +1,21 @@
[gd_scene load_steps=2 format=3 uid="uid://cjopkm4osnp27"]
[gd_scene load_steps=3 format=3 uid="uid://cjopkm4osnp27"]
[ext_resource type="Script" uid="uid://ouskvcd0yaub" path="res://Features/Run/RunPanelTab.cs" id="1_dx3i6"]
[node name="RunPanelTab" type="Control"]
layout_mode = 3
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dx3i6"]
bg_color = Color(0.129589, 0.120703, 0.112057, 1)
[node name="RunPanelTab" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_dx3i6")
script = ExtResource("1_dx3i6")
[node name="Terminal" type="Terminal" parent="."]
copy_on_selection = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0