Cow_Life_Sim_RPG/Locations/TutorialBoat/EllieBoat/EllieBoat.tscn

86 lines
3.7 KiB
Plaintext

[gd_scene load_steps=11 format=3 uid="uid://dte24xtwskdlv"]
[ext_resource type="Texture2D" uid="uid://ilr26lduxtcf" path="res://Locations/TutorialBoat/EllieBoat/BoatLayout2.png" id="1_b6fi2"]
[ext_resource type="Script" path="res://Locations/TutorialBoat/EllieBoat/EllieBoat.gd" id="1_owecp"]
[ext_resource type="Script" path="res://Objects/Ground.gd" id="2_m1cpl"]
[ext_resource type="PackedScene" uid="uid://spicsevifl6g" path="res://Objects/Travel/TravelBox.tscn" id="3_kaelu"]
[ext_resource type="PackedScene" uid="uid://s2myk8onq887" path="res://NPCs/Tutorial/EllieMode/Alligator/Alligator.tscn" id="5_eb05r"]
[ext_resource type="PackedScene" uid="uid://bl1ne6s1awa5a" path="res://NPCs/Tutorial/EllieMode/Jaguar/Jaguar.tscn" id="6_iq7tk"]
[ext_resource type="PackedScene" uid="uid://om8gqxjwe7km" path="res://NPCs/Tutorial/EllieMode/Tapir/Tapir.tscn" id="7_wkx1u"]
[ext_resource type="PackedScene" uid="uid://c71p067cpwaay" path="res://NPCs/Tutorial/EllieMode/Toad/Toad.tscn" id="8_kblef"]
[ext_resource type="PackedScene" uid="uid://cpkmcy7ijcrhx" path="res://NPCs/Tutorial/Normal/ScavengingSheep/ScavengingSheep.tscn" id="9_1nxoe"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_kce4n"]
size = Vector2(3538, 2501)
[node name="EllieBoat" type="Node2D"]
script = ExtResource("1_owecp")
[node name="Sprite2D" type="Sprite2D" parent="."]
z_index = -2
texture = ExtResource("1_b6fi2")
[node name="Bounds" type="Node" parent="."]
[node name="StaticBody2D" type="StaticBody2D" parent="Bounds"]
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Bounds/StaticBody2D"]
position = Vector2(0, 154)
scale = Vector2(1, 16.4)
polygon = PackedVector2Array(-1373, 8.65854, 1159, 9.14634, 1153, -6.70732, -4, -8.59756, -629, -10, -782, -7.92683, -776, -38.4146, -1390, -38.2317, -1528, -51.7073, 1181, -48.7805, 1419, 23.4756, -1525, 19.878, -1540, -49.8171, -1404, -37.0732)
[node name="StaticBody2D2" type="StaticBody2D" parent="Bounds"]
position = Vector2(-1106, -399)
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Bounds/StaticBody2D2"]
position = Vector2(-1, 0)
polygon = PackedVector2Array(10, 9, 5, 197, -6, 198, -4, 23, -104, 27, -116, 18, -72, -76, 29, -76, 197, 73, 183, 87, 52, -14)
[node name="Ground" type="Node2D" parent="."]
process_priority = 1
z_index = -3
script = ExtResource("2_m1cpl")
[node name="Area2D" type="Area2D" parent="Ground"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/Area2D"]
shape = SubResource("RectangleShape2D_kce4n")
[node name="TravelBox" parent="." instance=ExtResource("3_kaelu")]
position = Vector2(473, 221)
scale = Vector2(2, 1)
[node name="Traveller" parent="TravelBox" index="3"]
position = Vector2(-1, 51)
destinationNames = Array[String](["Pier"])
destinationLocations = Array[int]([8])
destinationEntranceID = Array[int]([0])
[node name="CollisionShape2D" parent="TravelBox/Traveller/InteractionArea" index="0"]
position = Vector2(1, 1)
[node name="Alligator" parent="." instance=ExtResource("5_eb05r")]
position = Vector2(-1156, 257)
[node name="Jaguar" parent="." instance=ExtResource("6_iq7tk")]
position = Vector2(-471, 45)
scale = Vector2(0.8, 0.8)
[node name="Tapir" parent="." instance=ExtResource("7_wkx1u")]
position = Vector2(882, 248)
scale = Vector2(0.8, 0.8)
[node name="Toad" parent="." instance=ExtResource("8_kblef")]
position = Vector2(-1195, 13)
[node name="ScavengingSheep" parent="." instance=ExtResource("9_1nxoe")]
position = Vector2(-209, 289)
EllieMode = true
[connection signal="input_event" from="Ground/Area2D" to="Ground" method="_on_area_2d_input_event" flags=18]
[editable path="TravelBox"]
[editable path="TravelBox/Interactable"]
[editable path="TravelBox/Interactable/ActionMenu"]
[editable path="TravelBox/Traveller"]