79 lines
2.4 KiB
Text
79 lines
2.4 KiB
Text
[gd_scene load_steps=10 format=2]
|
|
|
|
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://resources/AlternativeChoices/HoverAlternativeBlack.gdshader" type="Shader" id=2]
|
|
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_5_garage.gd" type="Script" id=3]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=4]
|
|
|
|
[sub_resource type="ShaderMaterial" id=20]
|
|
shader = ExtResource( 2 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=21]
|
|
shader = ExtResource( 2 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=22]
|
|
shader = ExtResource( 2 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="DynamicFontData" id=17]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=19]
|
|
size = 36
|
|
font_data = SubResource( 17 )
|
|
|
|
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="a1" type="TextureButton" parent="SpriteButtons" index="0"]
|
|
material = SubResource( 20 )
|
|
margin_left = 1786.0
|
|
margin_top = 689.0
|
|
margin_right = 1906.0
|
|
margin_bottom = 779.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 4 )
|
|
flip_h = true
|
|
|
|
[node name="a2" type="TextureButton" parent="SpriteButtons" index="1"]
|
|
material = SubResource( 21 )
|
|
margin_left = 77.0
|
|
margin_top = 570.0
|
|
margin_right = 197.0
|
|
margin_bottom = 660.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 4 )
|
|
|
|
[node name="a3" type="TextureButton" parent="SpriteButtons" index="2"]
|
|
material = SubResource( 22 )
|
|
margin_left = 177.0
|
|
margin_top = 394.0
|
|
margin_right = 918.0
|
|
margin_bottom = 840.0
|
|
|
|
[node name="a1" type="Label" parent="Labels" index="0"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 19 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="a2" type="Label" parent="Labels" index="1"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 19 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="a3" type="Label" parent="Labels" index="2"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 19 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[connection signal="button_up" from="SpriteButtons/a1" to="." method="_on_a1_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/a2" to="." method="_on_a2_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/a3" to="." method="_on_a3_button_up"]
|