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

150 lines
4.5 KiB
Text

[gd_scene load_steps=15 format=2]
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_32.gd" type="Script" id=2]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=3]
[ext_resource path="res://resources/AlternativeChoices/Timeline_32/door_night.webp" type="Texture" id=4]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=6]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/LightHouse_n.webp" type="Texture" id=7]
[sub_resource type="ShaderMaterial" id=6]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=7]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=8]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[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="DynamicFontData" id=5]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=12]
size = 36
font_data = SubResource( 5 )
[node name="AlternativeChoice" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="SpriteButtons" parent="." index="0"]
z_index = 1
[node name="Parking" type="TextureButton" parent="SpriteButtons" index="0"]
material = SubResource( 6 )
margin_left = 159.0
margin_top = 810.0
margin_right = 279.0
margin_bottom = 900.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 6 )
[node name="GoBack" type="TextureButton" parent="SpriteButtons" index="1"]
material = SubResource( 7 )
margin_left = 823.0
margin_top = 527.0
margin_right = 1123.0
margin_bottom = 1077.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 4 )
[node name="Smoking" type="TextureButton" parent="SpriteButtons" index="2"]
material = SubResource( 8 )
margin_left = 1404.0
margin_top = 666.0
margin_right = 1524.0
margin_bottom = 756.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 6 )
[node name="LightHouse" type="TextureButton" parent="SpriteButtons" index="3"]
material = SubResource( 9 )
margin_left = 1584.0
margin_top = 159.0
margin_right = 2194.0
margin_bottom = 1159.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 7 )
[node name="Pristan" type="TextureButton" parent="SpriteButtons" index="4"]
material = SubResource( 10 )
margin_left = 867.0
margin_top = 1027.0
margin_right = 987.0
margin_bottom = 1117.0
rect_rotation = -90.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 6 )
[node name="Ovrag" type="TextureButton" parent="SpriteButtons" index="5"]
material = SubResource( 11 )
margin_left = 1773.0
margin_top = 831.0
margin_right = 1893.0
margin_bottom = 921.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 6 )
flip_h = true
[node name="a1" type="Label" parent="Labels" index="0"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 12 )
align = 1
valign = 1
[node name="a2" type="Label" parent="Labels" index="1"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 12 )
align = 1
valign = 1
[node name="a3" type="Label" parent="Labels" index="2"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 12 )
align = 1
valign = 1
[node name="a4" type="Label" parent="Labels" index="3"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 12 )
align = 1
valign = 1
[node name="a5" type="Label" parent="Labels" index="4"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 12 )
align = 1
valign = 1
[node name="a6" type="Label" parent="Labels" index="5"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 12 )
align = 1
valign = 1
[connection signal="button_up" from="SpriteButtons/Parking" to="." method="_on_Parking_button_up"]
[connection signal="button_up" from="SpriteButtons/GoBack" to="." method="_on_GoBack_button_up"]
[connection signal="button_up" from="SpriteButtons/Smoking" to="." method="_on_Smoking_button_up"]
[connection signal="button_up" from="SpriteButtons/LightHouse" to="." method="_on_LightHouse_button_up"]
[connection signal="button_up" from="SpriteButtons/Pristan" to="." method="_on_Pristan_button_up"]
[connection signal="button_up" from="SpriteButtons/Ovrag" to="." method="_on_Ovrag_button_up"]