38 lines
1.3 KiB
Text
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://scripts/AlternativeChoices/AlternativeChoiceTimeline_8.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]
|
|
|
|
[sub_resource type="ShaderMaterial" id=20]
|
|
shader = ExtResource( 3 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[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( 2 )
|
|
|
|
[node name="Back" type="TextureButton" parent="SpriteButtons" index="0"]
|
|
material = SubResource( 20 )
|
|
margin_left = 160.0
|
|
margin_top = 550.0
|
|
margin_right = 280.0
|
|
margin_bottom = 640.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 4 )
|
|
|
|
[node name="Back" type="Label" parent="Labels" index="0"]
|
|
visible = false
|
|
margin_bottom = 43.0
|
|
custom_fonts/font = SubResource( 25 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[connection signal="button_up" from="SpriteButtons/Back" to="." method="_on_Back_button_up"]
|