(wip) Made food smaller
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[ext_resource type="Texture2D" uid="uid://dcedkos6vgv51" path="res://molecular/assets/food/food-normal.png" id="2_68e2u"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_0vfbj"]
|
||||
radius = 5.0
|
||||
radius = 2.0
|
||||
|
||||
[node name="FoodMol" type="Area2D" unique_id=595352294]
|
||||
collision_layer = 8
|
||||
@@ -15,6 +15,7 @@ script = ExtResource("1_0vfbj")
|
||||
shape = SubResource("CircleShape2D_0vfbj")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=98693723]
|
||||
scale = Vector2(0.385, 0.385)
|
||||
texture = ExtResource("2_68e2u")
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
|
||||
Reference in New Issue
Block a user