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

119 lines
3.8 KiB
Text

[gd_scene load_steps=18 format=2]
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
[ext_resource path="res://resources/AlternativeChoices/Timeline_9/Lounge2.webp" type="Texture" id=2]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=3]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternativeBlack.gdshader" type="Shader" id=4]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=5]
[ext_resource path="res://resources/AlternativeChoices/Timeline_10/Door.webp" type="Texture" id=6]
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_9.gd" type="Script" id=7]
[sub_resource type="ShaderMaterial" id=20]
shader = ExtResource( 5 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=21]
shader = ExtResource( 4 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=22]
shader = ExtResource( 5 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=26]
shader = ExtResource( 4 )
shader_param/mixing = 0.0
[sub_resource type="DynamicFontData" id=17]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=23]
size = 36
font_data = SubResource( 17 )
[sub_resource type="DynamicFontData" id=18]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=24]
size = 36
font_data = SubResource( 18 )
[sub_resource type="DynamicFontData" id=19]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=25]
size = 36
font_data = SubResource( 19 )
[node name="AlternativeChoice" instance=ExtResource( 1 )]
script = ExtResource( 7 )
[node name="Lounge" type="TextureButton" parent="SpriteButtons" index="0"]
material = SubResource( 20 )
margin_left = 1034.5
margin_top = 395.0
margin_right = 2056.5
margin_bottom = 1479.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 2 )
[node name="GoBack" type="TextureButton" parent="SpriteButtons" index="1"]
material = SubResource( 21 )
margin_left = 600.0
margin_top = 930.0
margin_right = 720.0
margin_bottom = 1020.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 3 )
[node name="Door" type="TextureButton" parent="SpriteButtons" index="2"]
material = SubResource( 22 )
margin_left = 769.0
margin_top = 587.0
margin_right = 998.0
margin_bottom = 1129.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 6 )
[node name="Garage" type="TextureButton" parent="SpriteButtons" index="3"]
material = SubResource( 26 )
margin_left = 1765.0
margin_top = 841.0
margin_right = 1885.0
margin_bottom = 931.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 3 )
flip_h = true
[node name="LoungeLabel" type="Label" parent="Labels" index="0"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 23 )
align = 1
valign = 1
[node name="GoBackLabel" type="Label" parent="Labels" index="1"]
visible = false
margin_bottom = 43.0
custom_fonts/font = SubResource( 24 )
align = 1
valign = 1
[node name="DoorLabel" type="Label" parent="Labels" index="2"]
visible = false
margin_bottom = 43.0
custom_fonts/font = SubResource( 25 )
align = 1
valign = 1
[node name="GarageLabel" type="Label" parent="Labels" index="3"]
visible = false
margin_bottom = 43.0
custom_fonts/font = SubResource( 24 )
align = 1
valign = 1
[connection signal="button_up" from="SpriteButtons/Lounge" to="." method="_on_Lounge_button_up"]
[connection signal="button_up" from="SpriteButtons/GoBack" to="." method="_on_GoBack_button_up"]
[connection signal="button_up" from="SpriteButtons/Door" to="." method="_on_Door_button_up"]
[connection signal="button_up" from="SpriteButtons/Garage" to="." method="_on_Garage_button_up"]