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

89 lines
2.8 KiB
Text

[gd_scene load_steps=12 format=2]
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternativeBlack.gdshader" type="Shader" id=2]
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_5_tropinka.gd" type="Script" id=3]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=4]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=5]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5_tropinka/Door.webp" type="Texture" id=6]
[sub_resource type="ShaderMaterial" id=23]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=26]
shader = ExtResource( 5 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=25]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[sub_resource type="DynamicFontData" id=22]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=21]
size = 36
font_data = SubResource( 22 )
[node name="AlternativeChoice" instance=ExtResource( 1 )]
script = ExtResource( 3 )
[node name="a1" type="TextureButton" parent="SpriteButtons" index="0"]
material = SubResource( 23 )
margin_left = 308.0
margin_top = 559.0
margin_right = 428.0
margin_bottom = 649.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 4 )
[node name="door" type="TextureButton" parent="SpriteButtons" index="1"]
material = SubResource( 26 )
margin_left = 1272.0
margin_top = 514.0
margin_right = 1374.0
margin_bottom = 732.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 6 )
[node name="a3" type="TextureButton" parent="SpriteButtons" index="2"]
material = SubResource( 25 )
margin_left = 1782.0
margin_top = 943.0
margin_right = 1902.0
margin_bottom = 1033.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 4 )
flip_h = true
[node name="a1" type="Label" parent="Labels" index="0"]
visible = false
margin_left = 228.0
margin_top = 503.0
margin_right = 446.0
margin_bottom = 548.0
custom_fonts/font = SubResource( 21 )
align = 1
valign = 1
[node name="a2" type="Label" parent="Labels" index="1"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 21 )
align = 1
valign = 1
[node name="a3" type="Label" parent="Labels" index="2"]
visible = false
margin_left = 1719.0
margin_top = 891.0
margin_right = 1906.0
margin_bottom = 936.0
custom_fonts/font = SubResource( 21 )
align = 1
valign = 1
[connection signal="button_up" from="SpriteButtons/a1" to="." method="_on_a1_button_up"]
[connection signal="button_up" from="SpriteButtons/door" to="." method="_on_door_button_up"]
[connection signal="button_up" from="SpriteButtons/a3" to="." method="_on_a3_button_up"]