浏览代码

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

master
Bryan Miller 4 年前
父节点
当前提交
8c7ff5cf89
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. +0
    -5
      Data/Objects/Player.tscn

+ 0
- 5
Data/Objects/Player.tscn 查看文件

@@ -58,11 +58,6 @@ script = ExtResource( 4 )
visible = false
shape = SubResource( 1 )

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

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

正在加载...
取消
保存