16 lines
441 B
Plaintext
16 lines
441 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://7dxvwqm53ugh"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://cc1qaqhljieir" path="res://scene/effect/黑屏转场.gd" id="1_far56"]
|
||
|
|
||
|
[node name="黑屏转场" type="CanvasLayer"]
|
||
|
script = ExtResource("1_far56")
|
||
|
|
||
|
[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, 0, 0, 1)
|