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
415 B
Plaintext
10 lines
415 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/monster_ai.gd" id="2_e8lqw"]
|
|
|
|
[node name="Character" instance=ExtResource("1_eshlr")]
|
|
|
|
[node name="MonsterAI" type="Node3D" parent="." index="11"]
|
|
script = ExtResource("2_e8lqw")
|