Clear a few now unneeded nodepaths.

This commit is contained in:
Relintai 2020-04-24 14:34:05 +02:00
parent 39e28c2035
commit 2d5f4d9d88
2 changed files with 0 additions and 4 deletions

View File

@ -5,6 +5,4 @@
[node name="Mob" type="Entity" groups=[ [node name="Mob" type="Entity" groups=[
"mobs", "mobs",
]] ]]
body_path = NodePath("Body")
character_skeleton_path = NodePath("Body/Rotation_Helper/Model/character")
script = ExtResource( 2 ) script = ExtResource( 2 )

View File

@ -3,6 +3,4 @@
[ext_resource path="res://player/NetworkedPlayer.gd" type="Script" id=1] [ext_resource path="res://player/NetworkedPlayer.gd" type="Script" id=1]
[node name="NetworkedPlayer" type="Entity"] [node name="NetworkedPlayer" type="Entity"]
body_path = NodePath("Body")
character_skeleton_path = NodePath("Body/Rotation_Helper/Model/character")
script = ExtResource( 1 ) script = ExtResource( 1 )