57 lines
1.8 KiB
Text
57 lines
1.8 KiB
Text
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_140_lighthouse_back.gd" type="Script" id=2]
|
|
[ext_resource path="res://resources/AlternativeChoices/HoverAlternativeBlack.gdshader" type="Shader" id=3]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=4]
|
|
|
|
[sub_resource type="ShaderMaterial" id=23]
|
|
shader = ExtResource( 3 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="DynamicFontData" id=25]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=24]
|
|
size = 36
|
|
font_data = SubResource( 25 )
|
|
|
|
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="SpriteButtons" parent="." index="0"]
|
|
z_index = 1
|
|
|
|
[node name="Arrow" type="TextureButton" parent="SpriteButtons" index="0"]
|
|
material = SubResource( 23 )
|
|
margin_left = 100.0
|
|
margin_top = 800.0
|
|
margin_right = 220.0
|
|
margin_bottom = 890.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 4 )
|
|
|
|
[node name="Cliff" type="TextureButton" parent="SpriteButtons" index="1"]
|
|
material = SubResource( 23 )
|
|
margin_left = 955.0
|
|
margin_top = 317.0
|
|
margin_right = 1433.0
|
|
margin_bottom = 647.0
|
|
rect_scale = Vector2( 0.5, 0.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
|
|
|
|
[connection signal="button_up" from="SpriteButtons/Arrow" to="." method="_on_Arrow_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/Cliff" to="." method="_on_Cliff_button_up"]
|