102 lines
3.6 KiB
Text
102 lines
3.6 KiB
Text
[gd_scene load_steps=17 format=2]
|
|
|
|
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_165/pink_mask.png" type="BitMap" id=2]
|
|
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=3]
|
|
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_165.gd" type="Script" id=4]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_165/white.webp" type="Texture" id=5]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_165/blue_mask.png" type="BitMap" id=6]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_165/white_mask.png" type="BitMap" id=7]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_165/blue.webp" type="Texture" id=8]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_165/pink.webp" type="Texture" id=9]
|
|
[ext_resource path="res://resources/graphics/GUI/ChoiceButtonTexture.webp" type="Texture" id=10]
|
|
|
|
[sub_resource type="ShaderMaterial" id=32]
|
|
shader = ExtResource( 3 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=33]
|
|
shader = ExtResource( 3 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=30]
|
|
shader = ExtResource( 3 )
|
|
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 )
|
|
|
|
[sub_resource type="StyleBoxTexture" id=34]
|
|
texture = ExtResource( 10 )
|
|
region_rect = Rect2( 0, 0, 1001, 35 )
|
|
margin_left = 75.0
|
|
margin_right = 75.0
|
|
|
|
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="Left" type="TextureButton" parent="SpriteButtons" index="0"]
|
|
material = SubResource( 32 )
|
|
margin_left = 26.0
|
|
margin_top = 125.0
|
|
margin_right = 1135.0
|
|
margin_bottom = 2285.0
|
|
rect_scale = Vector2( 0.442, 0.442 )
|
|
texture_normal = ExtResource( 9 )
|
|
texture_click_mask = ExtResource( 2 )
|
|
|
|
[node name="Center" type="TextureButton" parent="SpriteButtons" index="1"]
|
|
material = SubResource( 33 )
|
|
margin_left = 598.0
|
|
margin_top = 18.0
|
|
margin_right = 2046.0
|
|
margin_bottom = 2178.0
|
|
rect_scale = Vector2( 0.492, 0.492 )
|
|
texture_normal = ExtResource( 5 )
|
|
texture_click_mask = ExtResource( 7 )
|
|
|
|
[node name="Right" type="TextureButton" parent="SpriteButtons" index="2"]
|
|
material = SubResource( 30 )
|
|
margin_left = 1300.0
|
|
margin_top = 128.0
|
|
margin_right = 2708.0
|
|
margin_bottom = 2288.0
|
|
rect_scale = Vector2( 0.441, 0.441 )
|
|
texture_normal = ExtResource( 8 )
|
|
texture_click_mask = ExtResource( 6 )
|
|
|
|
[node name="a1" type="Label" parent="Labels" index="0"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 31 )
|
|
custom_styles/normal = SubResource( 34 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="a2" type="Label" parent="Labels" index="1"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 31 )
|
|
custom_styles/normal = SubResource( 34 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="a3" type="Label" parent="Labels" index="2"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 31 )
|
|
custom_styles/normal = SubResource( 34 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="WaitTimer" type="Timer" parent="." index="2"]
|
|
one_shot = true
|
|
|
|
[connection signal="button_up" from="SpriteButtons/Left" to="." method="_on_Left_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/Center" to="." method="_on_Center_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/Right" to="." method="_on_Right_button_up"]
|
|
[connection signal="timeout" from="WaitTimer" to="." method="_on_WaitTimer_timeout"]
|