12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cdau7qryen3uq"]
|
|
|
|
[ext_resource type="Script" path="res://swarm_engine/swarm_unit/swarm_unit.gd" id="1_eynce"]
|
|
|
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_o8sb1"]
|
|
|
|
[node name="SwarmUnit" type="CharacterBody3D"]
|
|
script = ExtResource("1_eynce")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("CapsuleShape3D_o8sb1")
|