-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUserInterface.tscn
73 lines (60 loc) · 1.83 KB
/
UserInterface.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[gd_scene load_steps=4 format=2]
[ext_resource path="res://UserInterface.gd" type="Script" id=1]
[ext_resource path="res://montserrat_eb_48.tres" type="DynamicFont" id=2]
[ext_resource path="res://icons/scorched earth remastered.png" type="Texture" id=3]
[node name="UserInterface" type="Node2D"]
z_index = 100
script = ExtResource( 1 )
[node name="Top" type="Node2D" parent="."]
[node name="ColorRect" type="ColorRect" parent="Top"]
margin_right = 1280.0
margin_bottom = 70.0
color = Color( 0.2, 0.203922, 0.286275, 1 )
[node name="PlayerName" type="Label" parent="Top"]
margin_left = 14.2399
margin_top = 8.0
margin_right = 334.24
margin_bottom = 60.0
custom_fonts/font = ExtResource( 2 )
text = "Player name"
valign = 1
[node name="WeaponLabel" type="Label" parent="Top"]
margin_left = 680.0
margin_top = 8.0
margin_right = 1260.0
margin_bottom = 60.0
custom_fonts/font = ExtResource( 2 )
text = "Weapon-type"
align = 2
valign = 1
[node name="Bottom" type="Node2D" parent="."]
[node name="ColorRect2" type="ColorRect" parent="Bottom"]
margin_top = 650.0
margin_right = 1280.0
margin_bottom = 720.0
color = Color( 0.2, 0.203922, 0.286275, 1 )
[node name="AngleLabel" type="Label" parent="Bottom"]
margin_left = 20.0
margin_top = 658.536
margin_right = 340.0
margin_bottom = 710.536
custom_fonts/font = ExtResource( 2 )
text = "Angle: "
[node name="PowerLabel" type="Label" parent="Bottom"]
margin_left = 450.0
margin_top = 658.536
margin_right = 770.0
margin_bottom = 710.536
custom_fonts/font = ExtResource( 2 )
text = "Power:"
[node name="FuelLabel" type="Label" parent="Bottom"]
margin_left = 920.0
margin_top = 658.536
margin_right = 1240.0
margin_bottom = 710.536
custom_fonts/font = ExtResource( 2 )
text = "Fuel:"
[node name="Title" type="Sprite" parent="."]
position = Vector2( 622.913, 39.3782 )
scale = Vector2( 1, 1.2 )
texture = ExtResource( 3 )