feat: started work on style test
This commit is contained in:
parent
1e94542085
commit
cb7138353e
30 changed files with 605 additions and 0 deletions
24
project/objects/party_member.tscn
Normal file
24
project/objects/party_member.tscn
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_scene format=3 uid="uid://dfbdn64i7vfuc"]
|
||||
|
||||
[ext_resource type="CharacterData" uid="uid://d28pn4xekwh6p" path="res://data/character_data/fallback_character_data.tres" id="1_0torn"]
|
||||
|
||||
[sub_resource type="CylinderMesh" id="CylinderMesh_0torn"]
|
||||
|
||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_4iifp"]
|
||||
|
||||
[node name="PartyMember" type="Character" unique_id=2124931928]
|
||||
data = ExtResource("1_0torn")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=2087924260]
|
||||
mesh = SubResource("CylinderMesh_0torn")
|
||||
skeleton = NodePath("../CollisionShape3D")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=705075802]
|
||||
shape = SubResource("CapsuleShape3D_4iifp")
|
||||
|
||||
[node name="PartyMemberFollow" type="PartyMemberFollow" parent="." unique_id=1261360781]
|
||||
start_active = true
|
||||
|
||||
[node name="NavigationAgent3D" type="NavigationAgent3D" parent="." unique_id=1509674092]
|
||||
unique_name_in_owner = true
|
||||
avoidance_enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue