[gd_scene load_steps=11 format=2] [ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1] [ext_resource path="res://resources/AlternativeChoices/Before_Timeline_149/orange.webp" type="Texture" id=2] [ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=3] [ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_before_129.gd" type="Script" id=4] [ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=5] [sub_resource type="ShaderMaterial" id=5] shader = ExtResource( 3 ) shader_param/mixing = 0.0 [sub_resource type="ShaderMaterial" id=6] shader = ExtResource( 3 ) shader_param/mixing = 0.0 [sub_resource type="ShaderMaterial" id=7] shader = ExtResource( 3 ) 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( 4 ) [node name="Orange" type="TextureButton" parent="SpriteButtons" index="0"] material = SubResource( 5 ) margin_left = 1262.0 margin_top = 386.0 margin_right = 1745.0 margin_bottom = 1611.0 rect_scale = Vector2( 0.55, 0.55 ) texture_normal = ExtResource( 2 ) [node name="Arrow" type="TextureButton" parent="SpriteButtons" index="1"] material = SubResource( 6 ) margin_left = 43.0 margin_top = 508.0 margin_right = 163.0 margin_bottom = 598.0 rect_scale = Vector2( 0.5, 0.5 ) texture_normal = ExtResource( 5 ) [node name="Knife" type="TextureButton" parent="SpriteButtons" index="2"] material = SubResource( 7 ) margin_left = 1639.0 margin_top = 498.0 margin_right = 1783.0 margin_bottom = 604.0 rect_scale = Vector2( 0.5, 0.5 ) [node name="Orange" type="Label" parent="Labels" index="0"] visible = false margin_bottom = 45.0 custom_fonts/font = SubResource( 3 ) align = 1 valign = 1 [node name="Back" type="Label" parent="Labels" index="1"] visible = false margin_bottom = 45.0 custom_fonts/font = SubResource( 3 ) align = 1 valign = 1 [node name="Knife" type="Label" parent="Labels" index="2"] visible = false margin_bottom = 45.0 custom_fonts/font = SubResource( 3 ) align = 1 valign = 1 [connection signal="button_up" from="SpriteButtons/Orange" to="." method="_on_Orange_button_up"] [connection signal="button_up" from="SpriteButtons/Arrow" to="." method="_on_Arrow_button_up"] [connection signal="button_up" from="SpriteButtons/Knife" to="." method="_on_Knife_button_up"]