24 lines
648 B
Plaintext
24 lines
648 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://b4mawovxv402a"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scene/class/food.gd" id="1_3mwrm"]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id="CircleShape2D_q10t5"]
|
||
|
radius = 55.5428
|
||
|
|
||
|
[node name="food" type="Area2D"]
|
||
|
script = ExtResource("1_3mwrm")
|
||
|
|
||
|
[node name="Label" type="Label" parent="."]
|
||
|
offset_left = -71.0
|
||
|
offset_top = -107.0
|
||
|
offset_right = 66.0
|
||
|
offset_bottom = 30.0
|
||
|
theme_override_font_sizes/font_size = 100
|
||
|
text = "🍱"
|
||
|
horizontal_alignment = 1
|
||
|
vertical_alignment = 1
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
position = Vector2(-3, -40)
|
||
|
shape = SubResource("CircleShape2D_q10t5")
|