netfishing/world/interactables/fishing_shop_world.tscn

36 lines
1.1 KiB
Text
Raw Normal View History

2026-08-08 00:34:06 -04:00
[gd_scene load_steps=5 format=3]
2026-07-26 00:33:37 -04:00
[ext_resource type="Script" path="res://world/fishing_shop_interaction.gd" id="1_shop"]
2026-08-08 00:34:06 -04:00
[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"]
2026-07-26 00:33:37 -04:00
[sub_resource type="SphereShape3D" id="InteractionShape"]
2026-07-27 03:30:03 -04:00
resource_local_to_scene = true
2026-07-26 00:33:37 -04:00
radius = 3.0
[node name="FishingShopWorld" type="Node3D"]
2026-08-08 00:34:06 -04:00
[node name="Shopkeeper" parent="." instance=ExtResource("2_character")]
script = ExtResource("3_display")
species_id = "pointy"
fur_color_id = "white"
ears_id = "pointy_wide"
2026-08-08 10:25:17 -04:00
tail_id = "fox"
2026-08-08 00:34:06 -04:00
eyes_id = "punk_purple"
nose_id = "triangle_small"
mouth_id = "slanted"
head_look_enabled = true
2026-07-26 00:33:37 -04:00
2026-08-08 00:34:06 -04:00
[node name="AnimationPlayer" parent="Shopkeeper"]
autoplay = "idle"
2026-07-26 00:33:37 -04:00
2026-07-27 03:30:03 -04:00
[node name="InteractionArea" type="Area3D" parent="."]
2026-07-26 00:33:37 -04:00
unique_name_in_owner = true
position = Vector3(0, 1, -0.3)
collision_layer = 0
collision_mask = 2
script = ExtResource("1_shop")
2026-07-27 03:30:03 -04:00
[node name="InteractionShape" type="CollisionShape3D" parent="InteractionArea"]
2026-07-26 00:33:37 -04:00
shape = SubResource("InteractionShape")