You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.5 KiB
Plaintext
70 lines
2.5 KiB
Plaintext
[gd_scene load_steps=11 format=3 uid="uid://ciru6mxnwvvu1"]
|
|
|
|
[ext_resource type="Script" path="res://BP.gd" id="1_y7bav"]
|
|
[ext_resource type="Texture2D" uid="uid://c23xw3kwtxvyd" path="res://res/girl.png" id="2_2k77g"]
|
|
[ext_resource type="Script" path="res://Snaps.gd" id="3_bptr4"]
|
|
[ext_resource type="Texture2D" uid="uid://wmmefp8dvtr" path="res://res/bow.png" id="3_tw0uh"]
|
|
[ext_resource type="Script" path="res://Bow.gd" id="3_wgl4m"]
|
|
[ext_resource type="Texture2D" uid="uid://ct3vax18b5cpj" path="res://icon.svg" id="4_iap7x"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_y5fdt"]
|
|
radius = 107.197
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_jwptn"]
|
|
texture = ExtResource("3_tw0uh")
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_fyrsd"]
|
|
size = Vector2(39, 71)
|
|
|
|
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_n1olx"]
|
|
texture = ExtResource("4_iap7x")
|
|
|
|
[node name="BP" type="Node"]
|
|
script = ExtResource("1_y7bav")
|
|
|
|
[node name="Girl" type="Node" parent="."]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="Girl"]
|
|
position = Vector2(216, 328)
|
|
scale = Vector2(0.285417, 0.284982)
|
|
texture = ExtResource("2_2k77g")
|
|
|
|
[node name="Area2D" type="Area2D" parent="Girl/Sprite2D"]
|
|
position = Vector2(28.0292, -1017.61)
|
|
script = ExtResource("3_bptr4")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Girl/Sprite2D/Area2D"]
|
|
shape = SubResource("CircleShape2D_y5fdt")
|
|
|
|
[node name="Bow" type="PanelContainer" parent="." groups=["apparel", "hair_accessory"]]
|
|
offset_left = 398.0
|
|
offset_top = 62.0
|
|
offset_right = 444.0
|
|
offset_bottom = 138.0
|
|
theme_override_styles/panel = SubResource("StyleBoxTexture_jwptn")
|
|
script = ExtResource("3_wgl4m")
|
|
|
|
[node name="Area2D" type="Area2D" parent="Bow"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Bow/Area2D"]
|
|
position = Vector2(22.5, 38.5)
|
|
shape = SubResource("RectangleShape2D_fyrsd")
|
|
|
|
[node name="Bow2" type="PanelContainer" parent="." groups=["apparel"]]
|
|
offset_left = 398.0
|
|
offset_top = 62.0
|
|
offset_right = 444.0
|
|
offset_bottom = 138.0
|
|
theme_override_styles/panel = SubResource("StyleBoxTexture_n1olx")
|
|
script = ExtResource("3_wgl4m")
|
|
|
|
[node name="Area2D" type="Area2D" parent="Bow2"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Bow2/Area2D"]
|
|
position = Vector2(22.5, 38.5)
|
|
shape = SubResource("RectangleShape2D_fyrsd")
|
|
|
|
[connection signal="area_entered" from="Girl/Sprite2D/Area2D" to="Girl/Sprite2D/Area2D" method="_on_area_entered"]
|
|
[connection signal="gui_input" from="Bow" to="Bow" method="_on_gui_input"]
|
|
[connection signal="gui_input" from="Bow2" to="Bow2" method="_on_gui_input"]
|