109 lines
3.3 KiB
Text
109 lines
3.3 KiB
Text
[gd_scene load_steps=14 format=2]
|
|
|
|
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.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_130.gd" type="Script" id=4]
|
|
[ext_resource path="res://resources/AlternativeChoices/Before_Timeline_142_h/Yellow.webp" type="Texture" id=5]
|
|
|
|
[sub_resource type="ShaderMaterial" id=9]
|
|
shader = ExtResource( 3 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=10]
|
|
shader = ExtResource( 3 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=11]
|
|
shader = ExtResource( 3 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=12]
|
|
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 )
|
|
|
|
[sub_resource type="DynamicFontData" id=7]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=8]
|
|
size = 36
|
|
font_data = SubResource( 7 )
|
|
|
|
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="Yellow" type="TextureButton" parent="SpriteButtons" index="0"]
|
|
material = SubResource( 9 )
|
|
margin_left = 1067.0
|
|
margin_top = 360.0
|
|
margin_right = 1550.0
|
|
margin_bottom = 1585.0
|
|
rect_scale = Vector2( 0.38, 0.38 )
|
|
texture_normal = ExtResource( 5 )
|
|
flip_h = true
|
|
|
|
[node name="Door" type="TextureButton" parent="SpriteButtons" index="1"]
|
|
material = SubResource( 10 )
|
|
margin_left = 742.0
|
|
margin_top = 396.0
|
|
margin_right = 859.0
|
|
margin_bottom = 560.0
|
|
|
|
[node name="ArrowSmoking" type="TextureButton" parent="SpriteButtons" index="2"]
|
|
material = SubResource( 11 )
|
|
margin_left = 50.0
|
|
margin_top = 650.0
|
|
margin_right = 170.0
|
|
margin_bottom = 740.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 2 )
|
|
|
|
[node name="ArrowFront" type="TextureButton" parent="SpriteButtons" index="3"]
|
|
material = SubResource( 12 )
|
|
margin_left = 1800.0
|
|
margin_top = 650.0
|
|
margin_right = 1920.0
|
|
margin_bottom = 740.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 2 )
|
|
flip_h = true
|
|
|
|
[node name="Yellow" type="Label" parent="Labels" index="0"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 3 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="Door" type="Label" parent="Labels" index="1"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 3 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="a1" type="Label" parent="Labels" index="2"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 8 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="a2" type="Label" parent="Labels" index="3"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 8 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[connection signal="button_up" from="SpriteButtons/Yellow" to="." method="_on_Yellow_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/Door" to="." method="_on_Door_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/ArrowSmoking" to="." method="_on_ArrowSmoking_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/ArrowFront" to="." method="_on_ArrowFront_button_up"]
|