Move files and folders to new repo format to enable multi-project format
This commit is contained in:
14
Zennysoft.Game.Ma/src/enemy/NavigationAgentClient.tscn
Normal file
14
Zennysoft.Game.Ma/src/enemy/NavigationAgentClient.tscn
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://pbnsngx5jvrh"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://rcnriaxfld2h" path="res://src/enemy/NavigationAgentClient.cs" id="1_qwonp"]
|
||||
|
||||
[node name="NavigationAgentClient" type="Node3D"]
|
||||
script = ExtResource("1_qwonp")
|
||||
|
||||
[node name="NavAgent" type="NavigationAgent3D" parent="."]
|
||||
unique_name_in_owner = true
|
||||
path_desired_distance = 2.0
|
||||
target_desired_distance = 2.5
|
||||
avoidance_enabled = true
|
||||
radius = 1.5
|
||||
time_horizon_obstacles = 1.0
|
||||
Reference in New Issue
Block a user