35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
[gd_scene load_steps=5 format=3]
|
|
|
|
[ext_resource type="Script" path="res://world/fishing_shop_interaction.gd" id="1_shop"]
|
|
[ext_resource type="PackedScene" path="res://art/exported/characters/base/netfishing_base_character.glb" id="2_character"]
|
|
[ext_resource type="Script" path="res://world/world_character_display.gd" id="3_display"]
|
|
|
|
[sub_resource type="SphereShape3D" id="InteractionShape"]
|
|
resource_local_to_scene = true
|
|
radius = 3.0
|
|
|
|
[node name="FishingShopWorld" type="Node3D"]
|
|
|
|
[node name="Shopkeeper" parent="." instance=ExtResource("2_character")]
|
|
script = ExtResource("3_display")
|
|
species_id = "pointy"
|
|
fur_color_id = "white"
|
|
ears_id = "pointy_wide"
|
|
tail_id = "fox"
|
|
eyes_id = "punk_purple"
|
|
nose_id = "triangle_small"
|
|
mouth_id = "slanted"
|
|
head_look_enabled = true
|
|
|
|
[node name="AnimationPlayer" parent="Shopkeeper"]
|
|
autoplay = "idle"
|
|
|
|
[node name="InteractionArea" type="Area3D" parent="."]
|
|
unique_name_in_owner = true
|
|
position = Vector3(0, 1, -0.3)
|
|
collision_layer = 0
|
|
collision_mask = 2
|
|
script = ExtResource("1_shop")
|
|
|
|
[node name="InteractionShape" type="CollisionShape3D" parent="InteractionArea"]
|
|
shape = SubResource("InteractionShape")
|