21 lines
832 B
Text
21 lines
832 B
Text
[gd_scene load_steps=5 format=3 uid="uid://gwctb2xqsbj"]
|
|
|
|
[ext_resource type="Script" uid="uid://ce6fxbjarlvtk" path="res://items/healthup.gd" id="1_ivtxh"]
|
|
[ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="2_lolop"]
|
|
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="3_v056v"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_hvhjo"]
|
|
|
|
[node name="HealthUp" type="Area2D"]
|
|
scale = Vector2(1, -1)
|
|
script = ExtResource("1_ivtxh")
|
|
|
|
[node name="EarthAligner" parent="." instance=ExtResource("2_lolop")]
|
|
|
|
[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("3_v056v")
|