Files
GameJamDungeon/Zennysoft.Game.Ma/src/npc/Proscenium/Proscenium.tscn
2025-06-28 18:12:04 -07:00

54 lines
1.7 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://bhsoehmr37aws"]
[ext_resource type="Script" uid="uid://dcqssoikr3pl7" path="res://src/npc/Npc.cs" id="1_knba1"]
[ext_resource type="Texture2D" uid="uid://dgkocrg0wmcii" path="res://src/npc/Proscenium/proscenium_normal.png" id="2_rqskb"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_wfhgc"]
radius = 3.0
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kg3qv"]
radius = 0.837722
height = 2.8375
[sub_resource type="CylinderShape3D" id="CylinderShape3D_nwuwj"]
height = 2.24425
radius = 1.941
[node name="Proscenium" type="Node3D"]
script = ExtResource("1_knba1")
[node name="Sprite" type="Sprite3D" parent="."]
unique_name_in_owner = true
gi_mode = 0
offset = Vector2(-40, 50)
billboard = 2
alpha_cut = 2
texture_filter = 0
texture = ExtResource("2_rqskb")
[node name="DialogueZone" type="Area3D" parent="."]
unique_name_in_owner = true
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.00131226, 0, -0.00723076)
shape = SubResource("CylinderShape3D_wfhgc")
[node name="Collision" type="RigidBody3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.105047, -0.0490516, 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.169075, 0, 0)
shape = SubResource("CapsuleShape3D_kg3qv")
[node name="Hitbox" type="Area3D" parent="."]
unique_name_in_owner = true
collision_layer = 0
collision_mask = 2068
[node name="CollisionShape3D" type="CollisionShape3D" parent="Hitbox"]
shape = SubResource("CylinderShape3D_nwuwj")