1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00

Make Collectable's Shape radius 16px

This commit is contained in:
Steffo 2024-04-14 04:35:57 +02:00
parent 3ce1bffb83
commit 3b7c49b8cf
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -3,7 +3,7 @@
[ext_resource type="Script" path="res://behaviours/collectable.gd" id="1_p0pc3"]
[sub_resource type="CircleShape2D" id="CircleShape2D_su28r"]
radius = 16.4012
radius = 16.0
[node name="Collectable" type="Node2D"]
script = ExtResource("1_p0pc3")