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

38 lines
1.3 KiB
Text

[gd_scene load_steps=8 format=2]
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=2]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=3]
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_120_basement.gd" type="Script" id=4]
[sub_resource type="ShaderMaterial" id=30]
shader = ExtResource( 2 )
shader_param/mixing = 0.0
[sub_resource type="DynamicFontData" id=29]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=31]
size = 36
font_data = SubResource( 29 )
[node name="AlternativeChoice" instance=ExtResource( 1 )]
script = ExtResource( 4 )
[node name="Back" type="TextureButton" parent="SpriteButtons" index="0"]
material = SubResource( 30 )
margin_left = 1476.0
margin_top = 188.0
margin_right = 1596.0
margin_bottom = 278.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 3 )
[node name="1" type="Label" parent="Labels" index="0"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 31 )
align = 1
valign = 1
[connection signal="button_up" from="SpriteButtons/Back" to="." method="_on_Back_button_up"]