[gd_scene load_steps=5 format=3 uid="uid://ewe36lqcjojk"] [ext_resource type="Script" uid="uid://bbwsc2a2hd0ow" path="res://items/updash.gd" id="1_ghbl6"] [ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="1_ptc3l"] [ext_resource type="PackedScene" uid="uid://chs0u61f45nau" path="res://utils/earth_aligner.tscn" id="3_ktv3s"] [sub_resource type="CircleShape2D" id="CircleShape2D_ghbl6"] [node name="Updash" type="Area2D"] script = ExtResource("1_ghbl6") sprite = ExtResource("1_ptc3l") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] scale = Vector2(3, 3) shape = SubResource("CircleShape2D_ghbl6") [node name="Sprite2D" type="Sprite2D" parent="."] modulate = Color(1, 0, 1, 1) scale = Vector2(0.45, 0.45) texture = ExtResource("1_ptc3l") [node name="EarthAligner" parent="." instance=ExtResource("3_ktv3s")]