One_Eleven_Android/resources/customControls/GalleryControls/GalleryBackground.tscn
2024-11-10 03:34:28 +03:00

36 lines
1 KiB
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://scripts/CustomControls/GalleryBackground.gd" type="Script" id=1]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=2]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1520.0
margin_bottom = -1030.0
size_flags_horizontal = 0
size_flags_vertical = 2
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
margin_left = -2.0
margin_top = -2.0
margin_right = 290.0
margin_bottom = 164.0
[node name="TextureRect" type="TextureRect" parent="."]
material = SubResource( 1 )
margin_right = 40.0
margin_bottom = 40.0
[node name="ResizeTimer" type="Timer" parent="."]
wait_time = 0.1
one_shot = true
autostart = true
[connection signal="gui_input" from="." to="." method="_on_Control_gui_input"]
[connection signal="timeout" from="ResizeTimer" to="." method="_on_ResizeTimer_timeout"]