(wip) First food commit
This commit is contained in:
14
evolve-die-repeat/molecular/food/food_mol.tscn
Normal file
14
evolve-die-repeat/molecular/food/food_mol.tscn
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_scene format=3 uid="uid://dmvmu218pc0pe"]
|
||||
|
||||
[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
|
||||
|
||||
[node name="FoodMol" type="Area2D" unique_id=595352294]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=762721134]
|
||||
shape = SubResource("CircleShape2D_0vfbj")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=98693723]
|
||||
texture = ExtResource("2_68e2u")
|
||||
Reference in New Issue
Block a user