One_Eleven_Android/scenes/AlternativeChoices/AlternativeChoiceTimeline_120_front.tscn
2024-11-10 03:34:28 +03:00

100 lines
3.2 KiB
Text

[gd_scene load_steps=12 format=2]
[ext_resource path="res://resources/AlternativeChoices/Timeline_32/door_night.webp" type="Texture" id=1]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=2]
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=3]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=4]
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_120_front.gd" type="Script" id=5]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/LightHouse_n.webp" type="Texture" id=6]
[sub_resource type="ShaderMaterial" id=3]
shader = ExtResource( 4 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=4]
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=6]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=5]
size = 36
font_data = SubResource( 6 )
[node name="AlternativeChoice" instance=ExtResource( 3 )]
z_index = 1
script = ExtResource( 5 )
[node name="Door" type="TextureButton" parent="SpriteButtons" index="0"]
material = SubResource( 3 )
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( 1 )
[node name="ArrowSmoking" type="TextureButton" parent="SpriteButtons" index="1"]
material = SubResource( 4 )
margin_left = 1387.0
margin_top = 671.0
margin_right = 1507.0
margin_bottom = 761.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 2 )
[node name="ArrowGarage" type="TextureButton" parent="SpriteButtons" index="2"]
material = SubResource( 4 )
margin_left = 100.0
margin_top = 722.5
margin_right = 220.0
margin_bottom = 812.5
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 2 )
[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( 6 )
[node name="Door" type="Label" parent="Labels" index="0"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 5 )
align = 1
valign = 1
[node name="Arrow" type="Label" parent="Labels" index="1"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 5 )
align = 1
valign = 1
[node name="Arrow2" type="Label" parent="Labels" index="2"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 5 )
align = 1
valign = 1
[node name="LightHouse" type="Label" parent="Labels" index="3"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 5 )
align = 1
valign = 1
[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/ArrowGarage" to="." method="_on_ArrowGarage_button_up"]
[connection signal="button_up" from="SpriteButtons/LightHouse" to="." method="_on_LightHouse_button_up"]