107 lines
3.3 KiB
Text
107 lines
3.3 KiB
Text
[gd_scene load_steps=13 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_140_smoking.gd" type="Script" id=4]
|
|
[ext_resource path="res://resources/AlternativeChoices/Timeline_120_smoking/blue.webp" type="Texture" id=5]
|
|
|
|
[sub_resource type="ShaderMaterial" id=9]
|
|
shader = ExtResource( 2 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=11]
|
|
shader = ExtResource( 2 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="ShaderMaterial" id=12]
|
|
shader = ExtResource( 2 )
|
|
shader_param/mixing = 0.0
|
|
|
|
[sub_resource type="DynamicFontData" id=8]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=10]
|
|
size = 36
|
|
font_data = SubResource( 8 )
|
|
|
|
[sub_resource type="DynamicFontData" id=13]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=14]
|
|
size = 36
|
|
font_data = SubResource( 13 )
|
|
|
|
[node name="AlternativeChoice" instance=ExtResource( 1 )]
|
|
script = ExtResource( 4 )
|
|
|
|
[node name="ArrowFront" type="TextureButton" parent="SpriteButtons" index="0"]
|
|
material = SubResource( 9 )
|
|
margin_left = 50.0
|
|
margin_top = 650.0
|
|
margin_right = 170.0
|
|
margin_bottom = 740.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 3 )
|
|
|
|
[node name="ArrowGarage" type="TextureButton" parent="SpriteButtons" index="1"]
|
|
material = SubResource( 9 )
|
|
margin_left = 1800.0
|
|
margin_top = 650.0
|
|
margin_right = 1920.0
|
|
margin_bottom = 740.0
|
|
rect_scale = Vector2( 0.5, 0.5 )
|
|
texture_normal = ExtResource( 3 )
|
|
flip_h = true
|
|
|
|
[node name="Blue" type="TextureButton" parent="SpriteButtons" index="2"]
|
|
material = SubResource( 11 )
|
|
margin_left = 1019.0
|
|
margin_top = 691.0
|
|
margin_right = 1502.0
|
|
margin_bottom = 1916.0
|
|
rect_scale = Vector2( 0.205, 0.205 )
|
|
texture_normal = ExtResource( 5 )
|
|
flip_h = true
|
|
|
|
[node name="Body" type="TextureButton" parent="SpriteButtons" index="3"]
|
|
material = SubResource( 12 )
|
|
margin_left = 1553.0
|
|
margin_top = 733.0
|
|
margin_right = 2333.0
|
|
margin_bottom = 1237.0
|
|
rect_scale = Vector2( 0.25, 0.25 )
|
|
flip_h = true
|
|
|
|
[node name="ArrowLabel" type="Label" parent="Labels" index="0"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 10 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="ArrowLabel2" type="Label" parent="Labels" index="1"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 10 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="Blue" type="Label" parent="Labels" index="2"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 14 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[node name="Body" type="Label" parent="Labels" index="3"]
|
|
visible = false
|
|
margin_bottom = 45.0
|
|
custom_fonts/font = SubResource( 14 )
|
|
align = 1
|
|
valign = 1
|
|
|
|
[connection signal="button_up" from="SpriteButtons/ArrowFront" to="." method="_on_ArrowFront_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/ArrowGarage" to="." method="_on_ArrowGarage_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/Blue" to="." method="_on_Blue_button_up"]
|
|
[connection signal="button_up" from="SpriteButtons/Body" to="." method="_on_Body_button_up"]
|