Browse Source

Removed the PinJoint2D node from the Player object... Forgot to remove it a while ago!

master
Bryan Miller 4 years ago
parent
commit
8c7ff5cf89
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      Data/Objects/Player.tscn

+ 0
- 5
Data/Objects/Player.tscn View File

visible = false visible = false
shape = SubResource( 1 ) shape = SubResource( 1 )


[node name="Joint" type="PinJoint2D" parent="."]
visible = false
bias = 0.9
softness = 0.1

[node name="Camera" type="Camera2D" parent="."] [node name="Camera" type="Camera2D" parent="."]
current = true current = true
smoothing_enabled = true smoothing_enabled = true

Loading…
Cancel
Save