106 lines
3.4 KiB
Text
106 lines
3.4 KiB
Text
[gd_scene load_steps=13 format=2]
|
|
|
|
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_before_141.gd" type="Script" id=2]
|
|
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=4]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/LightHouse_n.webp" type="Texture" id=5]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_32/door_night.webp" type="Texture" id=6]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=7]
|
|
|
|
[sub_resource type="ShaderMaterial" id=4]
|
|
shader = ExtResource( 4 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=5]
|
|
shader = ExtResource( 4 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=6]
|
|
shader = ExtResource( 4 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=7]
|
|
shader = ExtResource( 4 )
|
|
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( 2 )
|
|
|
|
[node name="SpriteButtons" parent="." index="0"]
|
|
z_index = 2
|
|
|
|
[node name="Door" type="TextureButton" parent="SpriteButtons" index="0"]
|
|
material = SubResource( 4 )
|
|
margin_left = 823.0
|
|
margin_top = 526.0
|
|
margin_right = 1123.0
|
|
margin_bottom = 1076.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 6 )
|
|
|
|
[node name="ArrowGarage" type="TextureButton" parent="SpriteButtons" index="1"]
|
|
material = SubResource( 5 )
|
|
margin_left = 88.0
|
|
margin_top = 838.0
|
|
margin_right = 208.0
|
|
margin_bottom = 928.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 7 )
|
|
|
|
[node name="ArrowSmoking" type="TextureButton" parent="SpriteButtons" index="2"]
|
|
material = SubResource( 6 )
|
|
margin_left = 1396.0
|
|
margin_top = 674.0
|
|
margin_right = 1516.0
|
|
margin_bottom = 764.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 7 )
|
|
|
|
[node name="LightHouse" type="TextureButton" parent="SpriteButtons" index="3"]
|
|
material = SubResource( 7 )
|
|
margin_left = 1584.0
|
|
margin_top = 159.5
|
|
margin_right = 2194.0
|
|
margin_bottom = 1159.5
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 5 )
|
|
|
|
[node name="Door" type="Label" parent="Labels" index="0"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 3 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="Arrow" type="Label" parent="Labels" index="1"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 3 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="Arrow2" type="Label" parent="Labels" index="2"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 3 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="LightHouse" type="Label" parent="Labels" index="3"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 3 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[connection signal="button_up" from="SpriteButtons/Door" to="." method="_on_Door_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/ArrowGarage" to="." method="_on_ArrowGarage_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/ArrowSmoking" to="." method="_on_ArrowSmoking_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/LightHouse" to="." method="_on_LightHouse_button_up"]
|