17 lines
624 B
Text
17 lines
624 B
Text
[gd_scene load_steps=4 format=3 uid="uid://b00185vygcka1"]
|
|
|
|
[ext_resource type="Script" uid="uid://b43fudwi47qfd" path="res://heal_item.gd" id="1_3vbv8"]
|
|
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="2_48lih"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_hvhjo"]
|
|
|
|
[node name="HealItem" type="Area2D"]
|
|
script = ExtResource("1_3vbv8")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
scale = Vector2(7, 7)
|
|
shape = SubResource("CircleShape2D_hvhjo")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
modulate = Color(1, 1, 0, 1)
|
|
texture = ExtResource("2_48lih")
|