diver-down/Scenes/fgTransitionDebug.tscn

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
}