-
Notifications
You must be signed in to change notification settings - Fork 0
/
Baton.tscn
35 lines (26 loc) · 880 Bytes
/
Baton.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://Baton.gd" type="Script" id=1]
[ext_resource path="res://Theme.tres" type="Theme" id=2]
[sub_resource type="CircleShape2D" id=1]
[node name="Baton" type="PathFollow2D" groups=["baton_root"]]
script = ExtResource( 1 )
mac = ""
[node name="Area2D" type="Area2D" parent="." groups=["baton"]]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource( 1 )
[node name="UI" type="VBoxContainer" parent="."]
margin_right = 40.0
margin_bottom = 40.0
mouse_filter = 2
theme = ExtResource( 2 )
[node name="Name" type="Label" parent="UI"]
margin_right = 40.0
margin_bottom = 14.0
[node name="Speed" type="Label" parent="UI"]
margin_top = 14.0
margin_right = 40.0
margin_bottom = 28.0
[node name="Progress" type="Label" parent="UI"]
margin_top = 28.0
margin_right = 40.0
margin_bottom = 42.0