-
Notifications
You must be signed in to change notification settings - Fork 0
/
fuel.tscn
52 lines (45 loc) · 1.34 KB
/
fuel.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
[gd_scene load_steps=4 format=3 uid="uid://bwiw3ecundmv0"]
[ext_resource type="Script" path="res://fuel.gd" id="1_2k1jw"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_mofkw"]
draw_center = false
border_width_left = 20
border_width_top = 20
border_width_right = 20
border_width_bottom = 20
border_color = Color(0.788235, 1, 0.968627, 1)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8v2dn"]
size = Vector2(250, 250)
[node name="Fuel" type="Area2D"]
script = ExtResource("1_2k1jw")
[node name="Panel" type="Panel" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -125.0
offset_top = -125.0
offset_right = 125.0
offset_bottom = 125.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_mofkw")
[node name="Label" type="Label" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -53.0
offset_top = -136.5
offset_right = 53.0
offset_bottom = 136.5
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0.788235, 1, 0.968627, 1)
theme_override_font_sizes/font_size = 60
text = "FUEL"
horizontal_alignment = 1
vertical_alignment = 1
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_8v2dn")