mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Clear a few now unneeded nodepaths.
This commit is contained in:
parent
39e28c2035
commit
2d5f4d9d88
@ -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 )
|
||||||
|
@ -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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user