One_Eleven_Android/scenes/AlternativeChoices/AlternativeChoiceTimeline_before_143.tscn
2024-11-10 03:34:28 +03:00

99 lines
3.1 KiB
Text

[gd_scene load_steps=12 format=2]
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
[ext_resource path="res://resources/AlternativeChoices/Before_Timeline_143/gray.webp" type="Texture" id=2]
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_before_143.gd" type="Script" id=3]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=4]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=5]
[sub_resource type="ShaderMaterial" id=5]
shader = ExtResource( 4 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=6]
shader = ExtResource( 4 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=7]
shader = ExtResource( 4 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=8]
shader = ExtResource( 4 )
shader_param/mixing = 0.0
[sub_resource type="DynamicFontData" id=2]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=3]
size = 36
font_data = SubResource( 2 )
[node name="AlternativeChoice" instance=ExtResource( 1 )]
script = ExtResource( 3 )
[node name="Gray" type="TextureButton" parent="SpriteButtons" index="0"]
material = SubResource( 5 )
margin_left = 207.0
margin_top = 421.0
margin_right = 690.0
margin_bottom = 1646.0
rect_scale = Vector2( 0.45, 0.45 )
texture_normal = ExtResource( 2 )
[node name="Arrow" type="TextureButton" parent="SpriteButtons" index="1"]
material = SubResource( 6 )
margin_left = 1401.0
margin_top = 131.0
margin_right = 1521.0
margin_bottom = 221.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 5 )
[node name="Elec" type="TextureButton" parent="SpriteButtons" index="2"]
material = SubResource( 7 )
margin_left = 631.0
margin_top = 451.0
margin_right = 819.0
margin_bottom = 733.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="Window" type="TextureButton" parent="SpriteButtons" index="3"]
material = SubResource( 8 )
margin_top = 152.0
margin_right = 640.0
margin_bottom = 614.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="GrayLabel" type="Label" parent="Labels" index="0"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 3 )
align = 1
valign = 1
[node name="Arrow" type="Label" parent="Labels" index="1"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 3 )
align = 1
valign = 1
[node name="Elec" type="Label" parent="Labels" index="2"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 3 )
align = 1
valign = 1
[node name="Window" type="Label" parent="Labels" index="3"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 3 )
align = 1
valign = 1
[connection signal="button_up" from="SpriteButtons/Gray" to="." method="_on_Gray_button_up"]
[connection signal="button_up" from="SpriteButtons/Arrow" to="." method="_on_Arrow_button_up"]
[connection signal="button_up" from="SpriteButtons/Elec" to="." method="_on_Elec_button_up"]
[connection signal="button_up" from="SpriteButtons/Window" to="." method="_on_Window_button_up"]