You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.8 KiB
50 lines
1.8 KiB
[gd_scene load_steps=6 format=3 uid="uid://ddpl8cbck7e6s"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cqc72e4hq6bcd" path="res://prefabs/interactions/interaction_area_2d.tscn" id="2_udjjv"]
|
|
[ext_resource type="Texture2D" uid="uid://bgba1uv0muxat" path="res://art/characters/chugeist_tmp.png" id="3_42og6"]
|
|
[ext_resource type="Script" uid="uid://dih1b0opgc3f7" path="res://scripts/GdScript/dialogic_start_specific.gd" id="3_on8ph"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_at1n1"]
|
|
resource_local_to_scene = true
|
|
radius = 345.552
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_aqu1t"]
|
|
radius = 84.0
|
|
height = 168.0
|
|
|
|
[node name="Chuga" type="Node2D"]
|
|
editor_description = "This Scene seems a bit Chuga coated"
|
|
z_index = 1
|
|
y_sort_enabled = true
|
|
|
|
[node name="InteractionArea" parent="." node_paths=PackedStringArray("_spriteToOutline") instance=ExtResource("2_udjjv")]
|
|
position = Vector2(0, -450)
|
|
scale = Vector2(2.805, 2.805)
|
|
_spriteToOutline = NodePath("../TalkingControl/Visual")
|
|
|
|
[node name="CollisionShape3D" parent="InteractionArea/Area2D" index="0"]
|
|
position = Vector2(-4.99109, 63.4581)
|
|
shape = SubResource("CircleShape2D_at1n1")
|
|
|
|
[node name="TalkingControl" type="Node2D" parent="."]
|
|
|
|
[node name="Visual" type="Sprite2D" parent="TalkingControl"]
|
|
position = Vector2(-39, -770)
|
|
scale = Vector2(1.81875, 1.81875)
|
|
texture = ExtResource("3_42og6")
|
|
|
|
[node name="Dialogic starter" type="Node2D" parent="."]
|
|
script = ExtResource("3_on8ph")
|
|
timeline = "chuga_quest_select"
|
|
|
|
[node name="AnimatableBody2D" type="AnimatableBody2D" parent="."]
|
|
position = Vector2(0, -172)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="AnimatableBody2D"]
|
|
position = Vector2(0, 94)
|
|
shape = SubResource("CapsuleShape2D_aqu1t")
|
|
|
|
[connection signal="Interacted" from="InteractionArea" to="Dialogic starter" method="open"]
|
|
|
|
[editable path="InteractionArea"]
|