-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgui3205.tmp
More file actions
47 lines (36 loc) · 1.33 KB
/
Copy pathgui3205.tmp
File metadata and controls
47 lines (36 loc) · 1.33 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
[gd_scene load_steps=4 format=3 uid="uid://b8bjeg3x16c8i"]
[ext_resource type="Script" path="res://gui.gd" id="1_b8ktk"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_tp5j4"]
bg_color = Color(0.303233, 0.303233, 0.303233, 1)
[sub_resource type="Theme" id="Theme_gjwp7"]
Panel/styles/panel = SubResource("StyleBoxFlat_tp5j4")
[node name="HSplitContainer" type="HSplitContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_b8ktk")
[node name="Panel" type="Panel" parent="."]
custom_minimum_size = Vector2(500, 0)
layout_mode = 2
theme = SubResource("Theme_gjwp7")
[node name="TextEdit" type="TextEdit" parent="Panel"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
placeholder_text = "Enter G-code here"
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="test code" type="Button" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "TEST CODE"
[node name="edit stock" type="Button" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "Edit Stock"
[connection signal="pressed" from="VBoxContainer/HBoxContainer/test code" to="." method="_on_test_code_pressed"]