2025-09-17 14:03:37 +02:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://ewe36lqcjojk"]
|
2025-09-17 12:57:04 +02:00
|
|
|
|
2025-09-17 16:41:29 +02:00
|
|
|
[ext_resource type="Script" uid="uid://bbwsc2a2hd0ow" path="res://items/updash.gd" id="1_ghbl6"]
|
2025-09-17 12:57:04 +02:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="1_ptc3l"]
|
|
|
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ghbl6"]
|
|
|
|
|
|
|
|
|
|
[node name="Updash" type="Area2D"]
|
|
|
|
|
script = ExtResource("1_ghbl6")
|
2025-09-17 15:59:14 +02:00
|
|
|
sprite = ExtResource("1_ptc3l")
|
2025-09-17 12:57:04 +02:00
|
|
|
|
|
|
|
|
[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")
|