[gd_scene load_steps=4 format=3 uid="uid://bj48tpvf86kjo"] [ext_resource type="Script" path="res://coin.gd" id="1_spp6n"] [ext_resource type="Texture2D" uid="uid://c4eskf6vh7p3j" path="res://primogemme.png" id="2_4qb30"] [sub_resource type="CircleShape2D" id="CircleShape2D_a7j1w"] radius = 36.0139 [node name="Coin" type="Area2D"] script = ExtResource("1_spp6n") attraction_range = 256.0 attraction_speed = 6.0 metadata/_edit_group_ = true [node name="Sprite2D" type="Sprite2D" parent="."] scale = Vector2(0.1, 0.1) texture = ExtResource("2_4qb30") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_a7j1w")