14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bfvcwawqgtpxr"]
|
|
|
|
[ext_resource type="Script" path="res://UI/Sugaring/ItemFadeTransition.gd" id="1_q5ohr"]
|
|
|
|
[node name="ItemFadeTransition" type="Node2D"]
|
|
script = ExtResource("1_q5ohr")
|
|
|
|
[node name="Initial" type="Sprite2D" parent="."]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="Final" type="Sprite2D" parent="."]
|
|
unique_name_in_owner = true
|
|
self_modulate = Color(1, 1, 1, 0)
|