Initial Commit
This commit is contained in:
commit
48a5e71e00
1136 changed files with 64347 additions and 0 deletions
25
lib/debugger_window.tscn
Normal file
25
lib/debugger_window.tscn
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_scene format=3 uid="uid://cvbrjmhk4f146"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dx87h5yv6t5tk" path="res://lib/debugger_window.gd" id="1_80gsw"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_rkxbk"]
|
||||
|
||||
[node name="DebuggerWindow" type="PanelContainer" unique_id=2039594777]
|
||||
custom_minimum_size = Vector2(300, 200)
|
||||
script = ExtResource("1_80gsw")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=79592823]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="VBoxContainer" unique_id=1980761690]
|
||||
layout_mode = 2
|
||||
text = "DEBUGGER WINDOW"
|
||||
label_settings = SubResource("LabelSettings_rkxbk")
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=1571656376]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="DebugList" type="VBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=1758953873]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue