-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTra5EF2.tmp
More file actions
24 lines (18 loc) · 827 Bytes
/
Copy pathTra5EF2.tmp
File metadata and controls
24 lines (18 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[gd_scene load_steps=5 format=3 uid="uid://dw73p47we5tln"]
[ext_resource type="Script" path="res://Transition.gd" id="1_tjd2q"]
[ext_resource type="Shader" path="res://Circle.gdshader" id="2_atyxy"]
[ext_resource type="Texture2D" uid="uid://b6ox1jcqwm73p" path="res://Common/1x1.png" id="3_g25jf"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_wncj0"]
shader = ExtResource("2_atyxy")
[node name="Transition" type="CanvasLayer"]
script = ExtResource("1_tjd2q")
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
scale = Vector2(2, 2)
[node name="AnimationPlayer" type="AnimationPlayer" parent="Control"]
[node name="Sprite2D" type="Sprite2D" parent="Control"]
material = SubResource("ShaderMaterial_wncj0")
texture = ExtResource("3_g25jf")