Add sample Stele to overworld

This commit is contained in:
2026-02-12 21:39:10 -08:00
parent d503413140
commit c755485855
29 changed files with 490 additions and 72 deletions

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=7 format=4 uid="uid://bxjcnuf2g8iox"]
[gd_scene load_steps=12 format=4 uid="uid://bxjcnuf2g8iox"]
[ext_resource type="Texture2D" uid="uid://35g2bx4vh3wd" path="res://src/map/assets/Steles/Steles_IMG0031.png" id="1_nj8pm"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_ts7fn"]
[ext_resource type="Texture2D" uid="uid://jdweu6rj63e5" path="res://src/map/assets/Steles/Steles_Swirld.png" id="2_ts7fn"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_rgye3"]
@@ -75,7 +76,24 @@ _surfaces = [{
blend_shape_mode = 0
shadow_mesh = SubResource("ArrayMesh_yk4v3")
[node name="SteleA" type="Node3D"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_dkr3t"]
height = 20.9375
radius = 9.34375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_vn7mj"]
height = 15.5671
radius = 15.1045
[sub_resource type="CylinderShape3D" id="CylinderShape3D_ts7fn"]
height = 4.62598
radius = 1.13965
[sub_resource type="CylinderShape3D" id="CylinderShape3D_feicv"]
height = 3.80425
radius = 1.941
[node name="SteleG" type="Node3D"]
script = ExtResource("1_ts7fn")
[node name="Steles_" type="Node3D" parent="."]
@@ -85,3 +103,42 @@ mesh = SubResource("ArrayMesh_qi4tq")
skeleton = NodePath("")
[node name="Cylinder_006" type="Node3D" parent="Steles_"]
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.69336, -0.00723076)
shape = SubResource("CylinderShape3D_dkr3t")
[node name="DialogueExitZone" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.273779, 0, 0)
collision_layer = 2
collision_mask = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="DialogueExitZone"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00627995, 1.62122, -0.00723076)
shape = SubResource("CylinderShape3D_vn7mj")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0978584, 0.0479951, 0)
collision_mask = 0
gravity_scale = 0.0
[node name="CollisionShape3D" type="CollisionShape3D" parent="Collision"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.134203, 1.31299, 0.24264)
shape = SubResource("CylinderShape3D_ts7fn")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.269574, 0, 0)
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.284839, 0.780002, 0.316487)
shape = SubResource("CylinderShape3D_feicv")