Add Test Explorer Panel stub
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using Godot;
|
||||
|
||||
namespace SharpIDE.Godot.Features.TestExplorer;
|
||||
|
||||
public partial class TestExplorerPanel : Control
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
uid://8o78ti2hb0pu
|
||||
@@ -1,4 +1,6 @@
|
||||
[gd_scene format=3 uid="uid://hwdok1kch3b3"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://hwdok1kch3b3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://8o78ti2hb0pu" path="res://Features/TestExplorer/TestExplorerPanel.cs" id="1_b5miy"]
|
||||
|
||||
[node name="TestExplorerPanel" type="Control"]
|
||||
layout_mode = 3
|
||||
@@ -7,6 +9,7 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_b5miy")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
|
||||
Reference in New Issue
Block a user