-
Notifications
You must be signed in to change notification settings - Fork 0
/
UI.tscn
35 lines (29 loc) · 934 Bytes
/
UI.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
35
[gd_scene load_steps=4 format=2]
[ext_resource path="res://LineEdit.tscn" type="PackedScene" id=1]
[ext_resource path="res://Button.tscn" type="PackedScene" id=2]
[ext_resource path="res://UI.gd" type="Script" id=3]
[node name="UI" type="Control"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 3 )
[node name="LineEdit" parent="." instance=ExtResource( 1 )]
margin_left = 11.0
margin_top = 688.0
margin_right = 1132.0
margin_bottom = 716.0
text = ""
[node name="Button" parent="." instance=ExtResource( 2 )]
margin_left = 1145.0
margin_top = 691.0
margin_right = 1221.0
margin_bottom = 714.0
text = "AI"
[node name="TextEdit" type="TextEdit" parent="."]
margin_left = 1164.0
margin_top = 12.0
margin_right = 1277.0
margin_bottom = 670.0
custom_colors/background_color = Color( 0, 0, 0, 0.34902 )
readonly = true
wrap_enabled = true
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]