monsterfangen/entities/monster/monster.tscn
2024-09-26 20:07:44 +02:00

22 lines
793 B
Text

[gd_scene load_steps=5 format=3 uid="uid://cytaswycabcel"]
[ext_resource type="Script" path="res://entities/monster/monster.gd" id="1_5gfkg"]
[ext_resource type="Material" uid="uid://ctul3e67rcq23" path="res://materials/CollisionDebugMaterial.tres" id="2_bf2kb"]
[sub_resource type="SphereShape3D" id="SphereShape3D_tjvna"]
radius = 0.4
[sub_resource type="SphereMesh" id="SphereMesh_aou7a"]
radius = 0.4
height = 0.8
[node name="Monster" type="CharacterBody3D"]
script = ExtResource("1_5gfkg")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("SphereShape3D_tjvna")
[node name="CollisionVisualizer" type="MeshInstance3D" parent="."]
mesh = SubResource("SphereMesh_aou7a")
skeleton = NodePath("")
surface_material_override/0 = ExtResource("2_bf2kb")