Add sample Stele to overworld
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=11 format=4 uid="uid://0aqllfpimgq"]
|
||||
[gd_scene load_steps=16 format=4 uid="uid://0aqllfpimgq"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dcodsa21o3syb" path="res://src/map/assets/Steles/Steles_C024_C.jpg" id="1_eu5gg"]
|
||||
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_xe50d"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj2upntyeqryx" path="res://src/map/assets/Steles/Steles_COPPWIR.jpg" id="2_xe50d"]
|
||||
[ext_resource type="Texture2D" uid="uid://bwelhd4sx7mkw" path="res://src/map/assets/Steles/Steles_COPPEROX.jpg" id="3_q5wc4"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8nvb5jn8f6k1" path="res://src/map/assets/Steles/Steles_Untitled-1.png" id="4_fpef4"]
|
||||
@@ -131,7 +132,24 @@ _surfaces = [{
|
||||
blend_shape_mode = 0
|
||||
shadow_mesh = SubResource("ArrayMesh_xnulk")
|
||||
|
||||
[node name="SteleA" type="Node3D"]
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_xe50d"]
|
||||
height = 20.9375
|
||||
radius = 9.34375
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_q5wc4"]
|
||||
height = 15.5671
|
||||
radius = 15.1045
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_fpef4"]
|
||||
radius = 1.3
|
||||
height = 3.0
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_w60kl"]
|
||||
height = 2.24425
|
||||
radius = 1.941
|
||||
|
||||
[node name="SteleD" type="Node3D"]
|
||||
script = ExtResource("1_xe50d")
|
||||
|
||||
[node name="Steles_" type="Node3D" parent="."]
|
||||
|
||||
@@ -139,3 +157,42 @@ shadow_mesh = SubResource("ArrayMesh_xnulk")
|
||||
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 2.35051, 1.34928, -0.352509)
|
||||
mesh = SubResource("ArrayMesh_app7n")
|
||||
skeleton = NodePath("")
|
||||
|
||||
[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_xe50d")
|
||||
|
||||
[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_q5wc4")
|
||||
|
||||
[node name="Collision" type="RigidBody3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.17643, 1.18735, 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.153646, 0, 0.0542672)
|
||||
shape = SubResource("CapsuleShape3D_fpef4")
|
||||
|
||||
[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.307513, 1.09007, 0.108534)
|
||||
shape = SubResource("CylinderShape3D_w60kl")
|
||||
|
||||
Reference in New Issue
Block a user