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

80 lines
2.6 KiB
Text

[gd_scene load_steps=11 format=2]
[ext_resource path="res://scenes/AlternativeChoices/AlternativeChoiceBase.tscn" type="PackedScene" id=1]
[ext_resource path="res://scripts/AlternativeChoices/AlternativeChoiceTimeline_before_149.gd" type="Script" id=2]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=3]
[ext_resource path="res://resources/AlternativeChoices/Timeline_5/Arrow.webp" type="Texture" id=5]
[ext_resource path="res://resources/AlternativeChoices/Before_Timeline_149/orange.webp" type="Texture" id=6]
[sub_resource type="ShaderMaterial" id=8]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=9]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=10]
shader = ExtResource( 3 )
shader_param/mixing = 0.0
[sub_resource type="DynamicFontData" id=7]
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
[sub_resource type="DynamicFont" id=3]
size = 36
font_data = SubResource( 7 )
[node name="AlternativeChoice" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="Orange" type="TextureButton" parent="SpriteButtons" index="0"]
material = SubResource( 8 )
margin_left = 1262.0
margin_top = 386.0
margin_right = 1745.0
margin_bottom = 1611.0
rect_scale = Vector2( 0.55, 0.55 )
texture_normal = ExtResource( 6 )
[node name="Arrow" type="TextureButton" parent="SpriteButtons" index="1"]
material = SubResource( 9 )
margin_left = 43.0
margin_top = 508.0
margin_right = 163.0
margin_bottom = 598.0
rect_scale = Vector2( 0.5, 0.5 )
texture_normal = ExtResource( 5 )
[node name="Knife" type="TextureButton" parent="SpriteButtons" index="2"]
material = SubResource( 10 )
margin_left = 1639.0
margin_top = 498.0
margin_right = 1783.0
margin_bottom = 604.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="OrangeLabel" type="Label" parent="Labels" index="0"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 3 )
align = 1
valign = 1
[node name="ArrowLabel" type="Label" parent="Labels" index="1"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 3 )
align = 1
valign = 1
[node name="KnifeLabel" type="Label" parent="Labels" index="2"]
visible = false
margin_bottom = 45.0
custom_fonts/font = SubResource( 3 )
align = 1
valign = 1
[connection signal="button_up" from="SpriteButtons/Orange" to="." method="_on_Orange_button_up"]
[connection signal="button_up" from="SpriteButtons/Arrow" to="." method="_on_Arrow_button_up"]
[connection signal="button_up" from="SpriteButtons/Knife" to="." method="_on_Knife_button_up"]