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

122 lines
3.6 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_5_pristan.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]
[ext_resource path="res://resources/graphics/backgrounds/pristan/fisher.webp" type="Texture" id=6]
[sub_resource type="ShaderMaterial" id=23]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=24]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=25]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[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=20]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=22]
size = 36
font_data = SubResource( 20 )
[node name="AlternativeChoice" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="Arrow" type="TextureButton" parent="SpriteButtons" index="0"]
material = SubResource( 23 )
margin_left = 435.0
margin_top = 896.0
margin_right = 555.0
margin_bottom = 986.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 4 )
[node name="Fisher" type="TextureButton" parent="SpriteButtons" index="1"]
visible = false
material = SubResource( 24 )
margin_left = 1355.0
margin_top = 220.0
margin_right = 1581.0
margin_bottom = 674.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 6 )
flip_h = true
[node name="Yacht" type="TextureButton" parent="SpriteButtons" index="2"]
material = SubResource( 25 )
margin_left = 324.0
margin_top = 233.0
margin_right = 655.0
margin_bottom = 417.0
[node name="Yacht2" type="TextureButton" parent="SpriteButtons" index="3"]
material = SubResource( 26 )
margin_left = 823.0
margin_top = 225.0
margin_right = 1245.0
margin_bottom = 399.0
[node name="Boat" type="TextureButton" parent="SpriteButtons" index="4"]
material = SubResource( 27 )
margin_left = 1480.0
margin_top = 367.0
margin_right = 1654.0
margin_bottom = 536.0
[node name="a1" type="Label" parent="Labels" index="0"]
visible = false
margin_left = 377.0
margin_top = 842.0
margin_right = 552.0
margin_bottom = 887.0
custom_fonts/font = SubResource( 22 )
align = 1
valign = 1
[node name="a2" type="Label" parent="Labels" index="1"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 22 )
align = 1
valign = 1
[node name="a3" type="Label" parent="Labels" index="2"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 22 )
align = 1
valign = 1
[node name="a4" type="Label" parent="Labels" index="3"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 22 )
align = 1
valign = 1
[node name="a5" type="Label" parent="Labels" index="4"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 22 )
align = 1
valign = 1
[connection signal="button_up" from="SpriteButtons/Arrow" to="." method="_on_Arrow_button_up"]
[connection signal="button_up" from="SpriteButtons/Fisher" to="." method="_on_Fisher_button_up"]
[connection signal="button_up" from="SpriteButtons/Yacht" to="." method="_on_Yacht_button_up"]
[connection signal="button_up" from="SpriteButtons/Yacht2" to="." method="_on_Yacht_button_up"]
[connection signal="button_up" from="SpriteButtons/Boat" to="." method="_on_Boat_button_up"]