second one

This commit is contained in:
2026-04-22 14:27:36 +03:00
parent b47cd46703
commit 716d0e7d1f
15 changed files with 326 additions and 135 deletions
+22 -3
View File
@@ -1,6 +1,25 @@
[gd_scene load_steps=2 format=3 uid="uid://cxk2mn5oab341"]
[gd_scene format=3 uid="uid://cxk2mn5oab341"]
[ext_resource type="Script" path="res://scripts/Enemy.gd" id="1_enemy"]
[ext_resource type="Script" uid="uid://ujlvt8u71hg1" path="res://scripts/Enemy.gd" id="1_enemy"]
[node name="Enemy" type="CharacterBody3D"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
albedo_color = Color(1, 0.28, 0.18, 1)
roughness = 0.8
[sub_resource type="BoxMesh" id="BoxMesh_1"]
size = Vector3(0.85, 0.85, 0.85)
[sub_resource type="BoxShape3D" id="BoxShape3D_1"]
size = Vector3(0.85, 0.85, 0.85)
[node name="Enemy" type="CharacterBody3D" unique_id=1639801124]
script = ExtResource("1_enemy")
[node name="BodyMesh" type="MeshInstance3D" parent="." unique_id=68242945]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.425, 0)
material_override = SubResource("StandardMaterial3D_1")
mesh = SubResource("BoxMesh_1")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=379819225]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.425, 0)
shape = SubResource("BoxShape3D_1")