-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrand_monstre.tscn
59 lines (47 loc) · 1.87 KB
/
grand_monstre.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
[gd_scene load_steps=8 format=3 uid="uid://m13p03u2gvr2"]
[ext_resource type="Texture2D" uid="uid://b3ada68wy4iqf" path="res://Sprite/Animation/monstre.png" id="1_7utnj"]
[ext_resource type="Script" path="res://grand_monstre.gd" id="1_y3lx2"]
[ext_resource type="Texture2D" uid="uid://d4au7db5re0l3" path="res://Sprite/select.png" id="2_0u746"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_hb4w8"]
bg_color = Color(0.0156863, 0.0901961, 0.00392157, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_j50pa"]
bg_color = Color(0.152941, 0.705882, 0.278431, 1)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_340wh"]
size = Vector2(52, 53)
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_co1ne"]
[node name="Grand_monstre" type="Area2D"]
script = ExtResource("1_y3lx2")
[node name="ProgressBar" type="ProgressBar" parent="."]
offset_left = -9.0
offset_top = -38.0
offset_right = 42.0
offset_bottom = -11.0
theme_override_styles/background = SubResource("StyleBoxFlat_hb4w8")
theme_override_styles/fill = SubResource("StyleBoxFlat_j50pa")
[node name="Select" type="Sprite2D" parent="."]
visible = false
position = Vector2(17, 18)
scale = Vector2(5.25, 5.25)
texture = ExtResource("2_0u746")
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2(17.5, 18)
scale = Vector2(3.1875, 3.25)
texture = ExtResource("1_7utnj")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(17, 17.5)
shape = SubResource("RectangleShape2D_340wh")
[node name="Button" type="Button" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -9.0
offset_top = -9.0
offset_right = 43.0
offset_bottom = 45.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/focus = SubResource("StyleBoxEmpty_co1ne")
flat = true
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]