cooking again
This commit is contained in:
parent
b0b210a8be
commit
dafae35985
14 changed files with 218 additions and 10 deletions
16
prefabs/mini_apple.tscn
Normal file
16
prefabs/mini_apple.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c6ttpr5je1ly1"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dmmdu0ayhmlnk" path="res://assets/apple.png" id="1_aupp8"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_lpmi7"]
|
||||
radius = 12.0
|
||||
|
||||
[node name="MiniApple" type="Node2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_aupp8")
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="." groups=["mini_apple"]]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
shape = SubResource("CircleShape2D_lpmi7")
|
||||
Loading…
Add table
Add a link
Reference in a new issue