forked from davidwashere/delegated-scanning-sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog_panel.tscn
34 lines (28 loc) · 878 Bytes
/
log_panel.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[gd_scene load_steps=2 format=3 uid="uid://dyxof76c6vcef"]
[ext_resource type="Script" path="res://log_panel.gd" id="1_gn8y7"]
[node name="LogPanel" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_right = 408.0
offset_bottom = 512.0
script = ExtResource("1_gn8y7")
[node name="OuterRect" type="ColorRect" parent="."]
layout_mode = 0
offset_right = 408.0
offset_bottom = 512.0
color = Color(0.211765, 0.239216, 0.290196, 1)
[node name="InnerRect" type="ColorRect" parent="."]
layout_mode = 0
offset_left = 8.0
offset_top = 8.0
offset_right = 400.0
offset_bottom = 504.0
color = Color(0.129412, 0.14902, 0.180392, 1)
[node name="ScrollContainer" type="ScrollContainer" parent="."]
layout_mode = 0
offset_left = 16.0
offset_top = 16.0
offset_right = 392.0
offset_bottom = 496.0
[node name="LogEntries" type="VBoxContainer" parent="ScrollContainer"]
layout_mode = 2