-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tscn
34 lines (27 loc) · 972 Bytes
/
main.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=3 format=3 uid="uid://cedxd2iuxhrfl"]
[ext_resource type="Script" path="res://main.gd" id="1_ta1so"]
[ext_resource type="Texture2D" uid="uid://d0e7qbm8dc10v" path="res://excavator.png" id="2_e7xqg"]
[node name="Main" type="Node2D"]
script = ExtResource("1_ta1so")
[node name="Connect" type="Button" parent="."]
offset_left = 1058.0
offset_top = 640.0
offset_right = 1162.0
offset_bottom = 677.0
text = "Connect"
[node name="HostnameInput" type="TextEdit" parent="."]
offset_left = 704.0
offset_top = 640.0
offset_right = 1034.0
offset_bottom = 677.0
text = "localhost:30051"
[node name="Excavator" type="Sprite2D" parent="."]
position = Vector2(1058, 312)
scale = Vector2(0.640541, 0.644144)
texture = ExtResource("2_e7xqg")
[node name="ConnectionStatus" type="Label" parent="."]
offset_left = 704.0
offset_top = 608.0
offset_right = 1034.0
offset_bottom = 632.0
[connection signal="pressed" from="Connect" to="." method="_on_connect_pressed"]