You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
407 B
Plaintext
10 lines
407 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c37rf5ecfrvwn"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://8rcvw1vnjcf7" path="res://scene/character/character.tscn" id="1_eshlr"]
|
|
[ext_resource type="Script" path="res://script/character/ai/ai.gd" id="2_7ei2q"]
|
|
|
|
[node name="Character" instance=ExtResource("1_eshlr")]
|
|
|
|
[node name="MonsterAI" type="Node3D" parent="." index="10"]
|
|
script = ExtResource("2_7ei2q")
|