summaryrefslogtreecommitdiff
path: root/coin.tscn
blob: 7411c6a53dc6cc0f7a47d7ea9479b1c766a162f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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")