[gd_scene load_steps=4 format=2] [ext_resource path="res://Levels/Interactables/Coin.gd" type="Script" id=1] [ext_resource path="res://Sprites/Assets/coin.png" type="Texture" id=2] [sub_resource type="CircleShape2D" id=1] radius = 6.38067 [node name="Coin" type="Area2D"] script = ExtResource( 1 ) [node name="Sprite" type="Sprite" parent="."] position = Vector2( 0, 1 ) texture = ExtResource( 2 ) [node name="coin" type="CollisionShape2D" parent="."] shape = SubResource( 1 ) [connection signal="body_entered" from="." to="." method="_on_coin_body_entered"]