mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 16:14:22 +00:00
Make Collectable
's Shape
radius 16px
This commit is contained in:
parent
3ce1bffb83
commit
3b7c49b8cf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
[ext_resource type="Script" path="res://behaviours/collectable.gd" id="1_p0pc3"]
|
[ext_resource type="Script" path="res://behaviours/collectable.gd" id="1_p0pc3"]
|
||||||
|
|
||||||
[sub_resource type="CircleShape2D" id="CircleShape2D_su28r"]
|
[sub_resource type="CircleShape2D" id="CircleShape2D_su28r"]
|
||||||
radius = 16.4012
|
radius = 16.0
|
||||||
|
|
||||||
[node name="Collectable" type="Node2D"]
|
[node name="Collectable" type="Node2D"]
|
||||||
script = ExtResource("1_p0pc3")
|
script = ExtResource("1_p0pc3")
|
||||||
|
|
Loading…
Reference in a new issue