[gd_scene load_steps=11 format=2] [ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_5_lighthouse.gd" type="Script" id=3] [ext_resource path="res://resources/AlternativeChoices/HoverAlternativeBlack.gdshader" type="Shader" id=4] [ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=5] [ext_resource path="res://resources/AlternativeChoices/Timeline_5_lighthouse/Lady with dog.webp" type="Texture" id=6] [sub_resource type="ShaderMaterial" id=23] shader = ExtResource( 4 ) shader_param/mixing = 0.0 [sub_resource type="ShaderMaterial" id=26] shader = ExtResource( 4 ) shader_param/mixing = 0.0 [sub_resource type="ShaderMaterial" id=27] shader = ExtResource( 4 ) shader_param/mixing = 0.0 [sub_resource type="DynamicFontData" id=22] font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf" [sub_resource type="DynamicFont" id=24] size = 36 font_data = SubResource( 22 ) [node name="AlternativeChoice" instance=ExtResource( 1 )] script = ExtResource( 3 ) [node name="Arrow" type="TextureButton" parent="SpriteButtons" index="0"] material = SubResource( 23 ) margin_left = 142.0 margin_top = 494.0 margin_right = 262.0 margin_bottom = 584.0 rect_scale = Vector2( 0.5, 0.5 ) texture_normal = ExtResource( 5 ) [node name="Lady" type="TextureButton" parent="SpriteButtons" index="1"] visible = false material = SubResource( 26 ) margin_left = 942.0 margin_top = 762.0 margin_right = 1485.0 margin_bottom = 1344.0 rect_scale = Vector2( 0.5, 0.5 ) texture_normal = ExtResource( 6 ) [node name="Behind" type="TextureButton" parent="SpriteButtons" index="2"] material = SubResource( 27 ) margin_left = 798.0 margin_top = 832.0 margin_right = 918.0 margin_bottom = 922.0 rect_scale = Vector2( 0.5, 0.5 ) texture_normal = ExtResource( 5 ) [node name="a1" type="Label" parent="Labels" index="0"] visible = false margin_bottom = 45.0 custom_fonts/font = SubResource( 24 ) align = 1 valign = 1 [node name="a2" type="Label" parent="Labels" index="1"] visible = false margin_bottom = 45.0 custom_fonts/font = SubResource( 24 ) align = 1 valign = 1 [node name="a3" type="Label" parent="Labels" index="2"] visible = false margin_bottom = 45.0 custom_fonts/font = SubResource( 24 ) align = 1 valign = 1 [connection signal="button_up" from="SpriteButtons/Arrow" to="." method="_on_Arrow_button_up"] [connection signal="button_up" from="SpriteButtons/Lady" to="." method="_on_Lady_button_up"] [connection signal="button_up" from="SpriteButtons/Behind" to="." method="_on_Behind_button_up"]