Initial Android commit

This commit is contained in:
OleSTEEP 2024-11-10 03:34:28 +03:00
commit 1e2b80c13d
8521 changed files with 231475 additions and 0 deletions

View file

@ -0,0 +1,236 @@
[gd_scene load_steps=18 format=2]
[ext_resource path="res://resources/AlternativeChoices/HoverAlternative.gdshader" type="Shader" id=1]
[ext_resource path="res://resources/fonts/OneEleven.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://scripts/AlternativeChoices/Timeline_17.gd" type="Script" id=7]
[sub_resource type="ShaderMaterial" id=12]
shader = ExtResource( 1 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=13]
shader = ExtResource( 1 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=14]
shader = ExtResource( 1 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=15]
shader = ExtResource( 1 )
shader_param/mixing = 0.0
[sub_resource type="ShaderMaterial" id=16]
shader = ExtResource( 1 )
shader_param/mixing = 0.0
[sub_resource type="DynamicFont" id=19]
size = 72
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="StyleBoxEmpty" id=28]
[sub_resource type="DynamicFont" id=20]
size = 72
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="StyleBoxEmpty" id=27]
[sub_resource type="DynamicFont" id=21]
size = 72
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=22]
size = 72
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=23]
size = 72
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=24]
size = 72
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=25]
size = 72
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[node name="Node2D" type="Node2D"]
z_index = 4096
script = ExtResource( 7 )
[node name="Girls" type="Control" parent="."]
margin_right = 40.0
margin_bottom = 40.0
[node name="Black" type="TextureRect" parent="Girls"]
modulate = Color( 1, 1, 1, 0 )
material = SubResource( 12 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="Blue" type="TextureRect" parent="Girls"]
modulate = Color( 1, 1, 1, 0 )
material = SubResource( 13 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="Green" type="TextureRect" parent="Girls"]
modulate = Color( 1, 1, 1, 0 )
material = SubResource( 14 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="Orange" type="TextureRect" parent="Girls"]
modulate = Color( 1, 1, 1, 0 )
material = SubResource( 15 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="Pink" type="TextureRect" parent="Girls"]
modulate = Color( 1, 1, 1, 0 )
material = SubResource( 16 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="Purple" type="TextureRect" parent="Girls"]
modulate = Color( 1, 1, 1, 0 )
material = SubResource( 16 )
margin_right = 3840.0
margin_bottom = 2160.0
rect_scale = Vector2( 0.5, 0.5 )
[node name="Buttons" type="VBoxContainer" parent="."]
margin_left = 1231.0
margin_right = 1918.0
margin_bottom = 1080.0
custom_constants/separation = 10
alignment = 1
[node name="Pink" type="Button" parent="Buttons"]
margin_top = 181.0
margin_right = 687.0
margin_bottom = 275.0
custom_colors/font_color_disabled = Color( 0.278431, 0.278431, 0.278431, 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 19 )
custom_styles/focus = SubResource( 28 )
text = "AMANDA"
flat = true
align = 0
[node name="Purple" type="Button" parent="Buttons"]
margin_top = 285.0
margin_right = 687.0
margin_bottom = 379.0
custom_colors/font_color_disabled = Color( 0.278431, 0.278431, 0.278431, 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 20 )
custom_styles/focus = SubResource( 27 )
text = "DANA"
flat = true
align = 0
[node name="Green" type="Button" parent="Buttons"]
margin_top = 389.0
margin_right = 687.0
margin_bottom = 483.0
custom_colors/font_color_disabled = Color( 0.278431, 0.278431, 0.278431, 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 21 )
custom_styles/focus = SubResource( 27 )
text = "AGATHA"
flat = true
align = 0
[node name="Black" type="Button" parent="Buttons"]
margin_top = 493.0
margin_right = 687.0
margin_bottom = 587.0
custom_colors/font_color_disabled = Color( 0.278431, 0.278431, 0.278431, 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 22 )
custom_styles/focus = SubResource( 27 )
text = "LINDA"
flat = true
align = 0
[node name="Blue" type="Button" parent="Buttons"]
margin_top = 597.0
margin_right = 687.0
margin_bottom = 691.0
custom_colors/font_color_disabled = Color( 0.278431, 0.278431, 0.278431, 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 23 )
custom_styles/focus = SubResource( 27 )
text = "EMILIA"
flat = true
align = 0
[node name="Orange" type="Button" parent="Buttons"]
margin_top = 701.0
margin_right = 687.0
margin_bottom = 795.0
custom_colors/font_color_disabled = Color( 0.278431, 0.278431, 0.278431, 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 24 )
custom_styles/focus = SubResource( 27 )
text = "GO TO BAR"
flat = true
align = 0
[node name="Guys" type="Button" parent="Buttons"]
margin_top = 805.0
margin_right = 687.0
margin_bottom = 899.0
custom_colors/font_color_disabled = Color( 0.278431, 0.278431, 0.278431, 1 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 25 )
custom_styles/focus = SubResource( 27 )
text = "ПОЙТИ К ПАРНЯМ."
flat = true
align = 0
[connection signal="button_up" from="Buttons/Pink" to="." method="_on_Pink_button_up"]
[connection signal="button_up" from="Buttons/Purple" to="." method="_on_Purple_button_up"]
[connection signal="button_up" from="Buttons/Green" to="." method="_on_Green_button_up"]
[connection signal="button_up" from="Buttons/Black" to="." method="_on_Black_button_up"]
[connection signal="button_up" from="Buttons/Blue" to="." method="_on_Blue_button_up"]
[connection signal="button_up" from="Buttons/Orange" to="." method="_on_Orange_button_up"]
[connection signal="button_up" from="Buttons/Guys" to="." method="_on_Guys_button_up"]
[connection signal="mouse_entered" from="Buttons/Guys" to="." method="_on_Guys_mouse_entered"]
[connection signal="mouse_exited" from="Buttons/Guys" to="." method="_on_Guys_mouse_exited"]