-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweapon.tscn
68 lines (60 loc) · 1.62 KB
/
weapon.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
[gd_scene load_steps=3 format=3 uid="uid://bwffp5l7qk167"]
[ext_resource type="Script" path="res://addons/fpc/init_weapon.gd" id="1_ychb4"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_tujx5"]
size = Vector2(60, 4)
[node name="Weapon" type="Node3D"]
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0.49, -0.425, -0.495)
script = ExtResource("1_ychb4")
[node name="Control" type="Control" parent="."]
visible = false
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 1
[node name="Panel" type="Panel" parent="Control"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.03
anchor_top = 0.81
anchor_right = 0.248
anchor_bottom = 0.971
offset_left = -0.560001
offset_top = 0.119934
offset_right = 0.303986
offset_bottom = -0.208069
[node name="Label" type="Label" parent="Control/Panel"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.603
anchor_top = 0.337
anchor_right = 0.722
anchor_bottom = 0.558
offset_left = 0.0439911
offset_top = -0.0480003
offset_right = 0.0559845
offset_bottom = -0.0320015
grow_horizontal = 2
grow_vertical = 2
text = "10
"
[node name="Label2" type="Label" parent="Control/Panel"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.774
anchor_top = 0.635
anchor_right = 0.877
anchor_bottom = 0.875
offset_left = -0.0480194
offset_top = -0.0400085
offset_right = -0.00401306
grow_horizontal = 2
grow_vertical = 2
text = "10
"
[node name="Sprite2D" type="Sprite2D" parent="Control/Panel"]
position = Vector2(183, 61)
rotation = -0.785398
texture = SubResource("PlaceholderTexture2D_tujx5")