69 lines
2.1 KiB
Text
69 lines
2.1 KiB
Text
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_1_parking.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=26]
|
|
shader = ExtResource( 3 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=27]
|
|
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 = 20
|
|
|
|
[node name="Left" type="TextureButton" parent="SpriteButtons" index="0"]
|
|
material = SubResource( 26 )
|
|
margin_left = 190.0
|
|
margin_top = 850.0
|
|
margin_right = 310.0
|
|
margin_bottom = 940.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 4 )
|
|
|
|
[node name="Right" type="TextureButton" parent="SpriteButtons" index="1"]
|
|
material = SubResource( 27 )
|
|
margin_left = 1793.0
|
|
margin_top = 850.0
|
|
margin_right = 1913.0
|
|
margin_bottom = 940.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 4 )
|
|
flip_h = true
|
|
|
|
[node name="a1" type="Label" parent="Labels" index="0"]
|
|
visible = false
|
|
margin_left = 170.0
|
|
margin_top = 798.0
|
|
margin_right = 270.0
|
|
margin_bottom = 843.0
|
|
custom_fonts/font = SubResource( 24 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="a2" type="Label" parent="Labels" index="1"]
|
|
visible = false
|
|
margin_left = 1769.0
|
|
margin_top = 797.0
|
|
margin_right = 1878.0
|
|
margin_bottom = 842.0
|
|
custom_fonts/font = SubResource( 24 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[connection signal="button_up" from="SpriteButtons/Left" to="." method="_on_Left_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/Right" to="." method="_on_Right_button_up"]
|