cleanup, folder restructure and ui restructure
This commit is contained in:
parent
6ce579026b
commit
b24117740b
28 changed files with 473 additions and 367 deletions
|
|
@ -1,22 +0,0 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://cytaswycabcel"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/monster.gd" id="1_13xtk"]
|
||||
[ext_resource type="Material" uid="uid://ctul3e67rcq23" path="res://materials/CollisionDebugMaterial.tres" id="3_k6auu"]
|
||||
|
||||
[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_13xtk")
|
||||
|
||||
[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("3_k6auu")
|
||||
Loading…
Add table
Add a link
Reference in a new issue