Files
MovementTests/scenes/enemies/first_enemy.tscn
Minimata 609078c584
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 19s
Create tag and build when new code gets to main / Export (push) Successful in 10m32s
enemy work
2026-01-15 21:47:17 +01:00

15 lines
461 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dxt0e2ugmttqq"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_62kkh"]
[sub_resource type="CapsuleMesh" id="CapsuleMesh_3uydm"]
[node name="CharacterBody3D" type="CharacterBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("CapsuleShape3D_62kkh")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
layers = 33
mesh = SubResource("CapsuleMesh_3uydm")