Cow_Life_Sim_RPG/Objects/Faire/Funnel/Funnel.tscn

66 lines
2.3 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://dsie414tpjaet"]
[ext_resource type="PackedScene" uid="uid://cujx1a8vwxsj8" path="res://Objects/world_object.tscn" id="1_l2gus"]
[ext_resource type="Texture2D" uid="uid://c0y6b5qweau3" path="res://Objects/Faire/Funnel/Funnel.png" id="2_v4twt"]
[ext_resource type="PackedScene" uid="uid://vmfybebq5yw8" path="res://Objects/Faire/Funnel/FunnelEntrance.tscn" id="3_vjdew"]
[sub_resource type="SpriteFrames" id="SpriteFrames_n8qco"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_v4twt")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_bbsdh"]
radius = 8.94427
[node name="Funnel" instance=ExtResource("1_l2gus")]
[node name="AnimatedSprite2D" parent="." index="0"]
position = Vector2(0, -40)
sprite_frames = SubResource("SpriteFrames_n8qco")
[node name="CollisionPolygon2D" parent="StaticBody2D" index="0"]
polygon = PackedVector2Array(-455, -1, 454, -3, 458, 69, 343, 68, 254, 60, 179, 71, 108, 61, -39, 64, -129, 67, -261, 62, -300, 72, -407, 70, -451, 72, -452, 30)
[node name="FunnelEntrance" parent="." index="2" instance=ExtResource("3_vjdew")]
position = Vector2(-351, 68)
exitPos = Vector2(400, 75)
[node name="Panel" parent="FunnelEntrance/Interactable" index="1"]
offset_left = -57.0
offset_top = -121.0
offset_right = 55.0
offset_bottom = 4.0
[node name="CollisionShape2D" parent="FunnelEntrance/Rideable/InteractionArea" index="0"]
position = Vector2(23, -50)
shape = SubResource("CircleShape2D_bbsdh")
[node name="FunnelEntrance2" parent="." index="3" instance=ExtResource("3_vjdew")]
position = Vector2(388, 66)
exitPos = Vector2(-400, 75)
[node name="Panel" parent="FunnelEntrance2/Interactable" index="1"]
offset_left = -57.0
offset_top = -121.0
offset_right = 55.0
offset_bottom = 4.0
[node name="CollisionShape2D" parent="FunnelEntrance2/Rideable/InteractionArea" index="0"]
position = Vector2(-21, -47)
shape = SubResource("CircleShape2D_bbsdh")
[editable path="FunnelEntrance"]
[editable path="FunnelEntrance/Interactable"]
[editable path="FunnelEntrance/Interactable/ActionMenu"]
[editable path="FunnelEntrance/Rideable"]
[editable path="FunnelEntrance2"]
[editable path="FunnelEntrance2/Interactable"]
[editable path="FunnelEntrance2/Interactable/ActionMenu"]
[editable path="FunnelEntrance2/Rideable"]