-
Notifications
You must be signed in to change notification settings - Fork 0
/
HUD.tscn
42 lines (34 loc) · 1.11 KB
/
HUD.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
36
37
38
39
40
41
42
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Assets/Arrow.png" type="Texture" id=1]
[node name="HUD" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="HBoxContainer" type="HBoxContainer" parent="."]
anchor_top = 1.0
anchor_bottom = 1.0
margin_top = -192.0
margin_right = 416.0
[node name="TouchScreenButton" type="TouchScreenButton" parent="HBoxContainer"]
position = Vector2( 8, 184 )
rotation = 4.71239
normal = ExtResource( 1 )
[node name="TouchScreenButton2" type="TouchScreenButton" parent="HBoxContainer"]
position = Vector2( 392, 6 )
rotation = 1.5708
normal = ExtResource( 1 )
[node name="HBoxContainer2" type="HBoxContainer" parent="."]
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -496.0
margin_top = -200.0
margin_right = -8.0
[node name="TouchScreenButton3" type="TouchScreenButton" parent="HBoxContainer2"]
position = Vector2( 456, 8 )
rotation = 1.5708
normal = ExtResource( 1 )
[node name="TouchScreenButton4" type="TouchScreenButton" parent="HBoxContainer2"]
position = Vector2( 72, 192 )
rotation = -1.5708
normal = ExtResource( 1 )