mirror of
https://github.com/Escada-Games/diver-down.git
synced 2026-01-23 06:39:20 +00:00
26 lines
589 B
Text
26 lines
589 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Resources/MoreTextures/transitionTexture.png" type="Texture" id=2]
|
|
|
|
[sub_resource type="CanvasItemMaterial" id=1]
|
|
light_mode = 2
|
|
|
|
[node name="fgTransition" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="textureRect" type="TextureRect" parent="."]
|
|
material = SubResource( 1 )
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource( 2 )
|
|
expand = true
|
|
stretch_mode = 2
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|