Fixed debugger errors in many files and optimized some scenes/code
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
[sub_resource type="CircleShape2D" id=1]
|
||||
radius = 6.38067
|
||||
|
||||
[node name="coin" type="Area2D"]
|
||||
[node name="Coin" type="Area2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
@@ -16,4 +16,4 @@ texture = ExtResource( 2 )
|
||||
[node name="coin" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_Node2D_body_entered"]
|
||||
[connection signal="body_entered" from="." to="." method="_on_coin_body_entered"]
|
||||
|
Reference in New Issue
Block a user