29 lines
863 B
Text
29 lines
863 B
Text
[gd_scene load_steps=3 format=3 uid="uid://cmf1dwa45umsu"]
|
|
|
|
[ext_resource type="Script" uid="uid://dktk18oihl6xf" path="res://scripts/singletons/scene_transition.gd" id="1_0wykx"]
|
|
[ext_resource type="Theme" uid="uid://d3iyu7ukwsn1p" path="res://ui/default_theme.tres" id="2_rujfs"]
|
|
|
|
[node name="SceneTransition" type="CanvasLayer"]
|
|
layer = 1000
|
|
script = ExtResource("1_0wykx")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
color = Color(0.21176471, 0.2627451, 0.53333336, 1)
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 31.0
|
|
offset_top = 19.0
|
|
offset_right = 31.0
|
|
offset_bottom = 19.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("2_rujfs")
|