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

77 lines
2.5 KiB
Text

[gd_scene load_steps=14 format=2]
[ext_resource path="res://resources/customControls/Timeline_17_Images/Images.gd" type="Script" id=1]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=2]
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Pink.webp" type="Texture" id=3]
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Blue.webp" type="Texture" id=4]
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Orange.webp" type="Texture" id=5]
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Black.webp" type="Texture" id=6]
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Green.webp" type="Texture" id=7]
[ext_resource path="res://resources/AlternativeChoices/Timeline_17/Purple.webp" type="Texture" id=8]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=2]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=3]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=4]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=5]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[node name="Images" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="Black" type="TextureRect" parent="."]
material = SubResource( 1 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 6 )
[node name="Blue" type="TextureRect" parent="."]
material = SubResource( 2 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 4 )
[node name="Green" type="TextureRect" parent="."]
material = SubResource( 3 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 7 )
[node name="Orange" type="TextureRect" parent="."]
material = SubResource( 4 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 5 )
[node name="Pink" type="TextureRect" parent="."]
material = SubResource( 5 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 3 )
[node name="Purple" type="TextureRect" parent="."]
material = SubResource( 5 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 8 )