|
@@ -0,0 +1,272 @@
|
|
|
+[gd_scene load_steps=5 format=3 uid="uid://cd0xdv24ktxi"]
|
|
|
+
|
|
|
+[ext_resource type="Texture2D" uid="uid://c3vxfjwswbbps" path="res://logo.png" id="1_f3t2f"]
|
|
|
+[ext_resource type="Script" path="res://Bagelicious.gd" id="1_ya5nu"]
|
|
|
+[ext_resource type="Texture2D" uid="uid://b8fsbj1y78kk2" path="res://banner.png" id="2_mgmb0"]
|
|
|
+
|
|
|
+[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_l6t2m"]
|
|
|
+content_margin_left = 10.0
|
|
|
+content_margin_top = 10.0
|
|
|
+content_margin_right = 10.0
|
|
|
+content_margin_bottom = 10.0
|
|
|
+bg_color = Color(0.427451, 0.313726, 0.537255, 1)
|
|
|
+expand_margin_left = 5.0
|
|
|
+expand_margin_top = 5.0
|
|
|
+expand_margin_right = 5.0
|
|
|
+expand_margin_bottom = 5.0
|
|
|
+
|
|
|
+[node name="Bagelicious" type="Control"]
|
|
|
+layout_mode = 3
|
|
|
+anchors_preset = 15
|
|
|
+anchor_right = 1.0
|
|
|
+anchor_bottom = 1.0
|
|
|
+grow_horizontal = 2
|
|
|
+grow_vertical = 2
|
|
|
+mouse_filter = 1
|
|
|
+script = ExtResource("1_ya5nu")
|
|
|
+
|
|
|
+[node name="MainScreen" type="VBoxContainer" parent="."]
|
|
|
+visible = false
|
|
|
+layout_mode = 1
|
|
|
+anchors_preset = 15
|
|
|
+anchor_right = 1.0
|
|
|
+anchor_bottom = 1.0
|
|
|
+grow_horizontal = 2
|
|
|
+grow_vertical = 2
|
|
|
+
|
|
|
+[node name="s" type="TextureRect" parent="MainScreen"]
|
|
|
+custom_minimum_size = Vector2(0, 220)
|
|
|
+layout_mode = 2
|
|
|
+size_flags_vertical = 0
|
|
|
+texture = ExtResource("2_mgmb0")
|
|
|
+expand_mode = 1
|
|
|
+stretch_mode = 6
|
|
|
+
|
|
|
+[node name="AspectRatioContainer" type="AspectRatioContainer" parent="MainScreen"]
|
|
|
+layout_mode = 2
|
|
|
+ratio = 0.6
|
|
|
+stretch_mode = 1
|
|
|
+
|
|
|
+[node name="Description" type="MarginContainer" parent="MainScreen/AspectRatioContainer"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_constants/margin_left = 10
|
|
|
+theme_override_constants/margin_top = 10
|
|
|
+theme_override_constants/margin_right = 10
|
|
|
+theme_override_constants/margin_bottom = 10
|
|
|
+
|
|
|
+[node name="VBoxContainer" type="VBoxContainer" parent="MainScreen/AspectRatioContainer/Description"]
|
|
|
+layout_mode = 2
|
|
|
+
|
|
|
+[node name="RichTextLabel" type="RichTextLabel" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+bbcode_enabled = true
|
|
|
+text = "[color=#f9a9abff][font_size=24]Far Away Bagels[/font_size][/color]
|
|
|
+[color=#b14b54ff][font_size=16]★★☆☆☆[/font_size] [font_size=9]61 reviews[/font_size][/color]
|
|
|
+
|
|
|
+[color=#f9a9abff][font_size=18]Popular[/font_size][/color]"
|
|
|
+fit_content = true
|
|
|
+
|
|
|
+[node name="Offers" type="VBoxContainer" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_horizontal = 3
|
|
|
+
|
|
|
+[node name="Bagel" type="MarginContainer" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer/Offers"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_constants/margin_left = 5
|
|
|
+theme_override_constants/margin_top = 5
|
|
|
+theme_override_constants/margin_right = 5
|
|
|
+theme_override_constants/margin_bottom = 5
|
|
|
+
|
|
|
+[node name="HBoxContainer" type="HBoxContainer" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer/Offers/Bagel"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_vertical = 0
|
|
|
+
|
|
|
+[node name="RichTextLabel2" type="RichTextLabel" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer/Offers/Bagel/HBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_horizontal = 3
|
|
|
+size_flags_vertical = 0
|
|
|
+bbcode_enabled = true
|
|
|
+text = "[color=#f9ddabff][b]1. Bagel Deluxe[/b]
|
|
|
+[font_size=10]With no additives or chemicals and only organic 100% premium hormone-free brown sugar, we serve up a bagel so delicious you will be left speechless.[/font_size][/color]
|
|
|
+[color=#f9a9abff][font_size=15]4.99 💰[/font_size][/color]"
|
|
|
+fit_content = true
|
|
|
+scroll_active = false
|
|
|
+
|
|
|
+[node name="Button" type="Button" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer/Offers/Bagel/HBoxContainer" groups=["bagelbutton"]]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_vertical = 0
|
|
|
+theme_override_colors/font_color = Color(0.976471, 0.866667, 0.670588, 1)
|
|
|
+text = " + "
|
|
|
+metadata/bagelid = 0
|
|
|
+
|
|
|
+[node name="Bagel2" type="MarginContainer" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer/Offers"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_constants/margin_left = 5
|
|
|
+theme_override_constants/margin_top = 5
|
|
|
+theme_override_constants/margin_right = 5
|
|
|
+theme_override_constants/margin_bottom = 5
|
|
|
+
|
|
|
+[node name="HBoxContainer" type="HBoxContainer" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer/Offers/Bagel2"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_vertical = 0
|
|
|
+
|
|
|
+[node name="RichTextLabel2" type="RichTextLabel" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer/Offers/Bagel2/HBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_horizontal = 3
|
|
|
+size_flags_vertical = 0
|
|
|
+bbcode_enabled = true
|
|
|
+text = "[color=#f9ddabff][b]4. Concrete Bagel[/b]
|
|
|
+[font_size=10]This bagel is an eternal classic. The base of the bagel is a concrete patty that's layered with laminate.[/font_size][/color]
|
|
|
+[color=#f9a9abff][font_size=15]14.99 💰[/font_size][/color]"
|
|
|
+fit_content = true
|
|
|
+scroll_active = false
|
|
|
+
|
|
|
+[node name="Button" type="Button" parent="MainScreen/AspectRatioContainer/Description/VBoxContainer/Offers/Bagel2/HBoxContainer" groups=["bagelbutton"]]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_vertical = 0
|
|
|
+theme_override_colors/font_color = Color(0.976471, 0.866667, 0.670588, 1)
|
|
|
+text = " + "
|
|
|
+metadata/bagelid = 1
|
|
|
+
|
|
|
+[node name="Delivery" type="CenterContainer" parent="MainScreen/AspectRatioContainer"]
|
|
|
+visible = false
|
|
|
+layout_mode = 2
|
|
|
+
|
|
|
+[node name="Panel" type="PanelContainer" parent="MainScreen/AspectRatioContainer/Delivery"]
|
|
|
+layout_mode = 2
|
|
|
+mouse_filter = 1
|
|
|
+theme_override_styles/panel = SubResource("StyleBoxFlat_l6t2m")
|
|
|
+
|
|
|
+[node name="VBoxContainer" type="VBoxContainer" parent="MainScreen/AspectRatioContainer/Delivery/Panel"]
|
|
|
+layout_mode = 2
|
|
|
+
|
|
|
+[node name="RichTextLabel" type="RichTextLabel" parent="MainScreen/AspectRatioContainer/Delivery/Panel/VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+bbcode_enabled = true
|
|
|
+text = " [color=#f9ddabff]Delivery address[/color]"
|
|
|
+fit_content = true
|
|
|
+autowrap_mode = 0
|
|
|
+
|
|
|
+[node name="HBoxContainer2" type="HBoxContainer" parent="MainScreen/AspectRatioContainer/Delivery/Panel/VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+
|
|
|
+[node name="LineEditS" type="LineEdit" parent="MainScreen/AspectRatioContainer/Delivery/Panel/VBoxContainer/HBoxContainer2"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_horizontal = 3
|
|
|
+virtual_keyboard_type = 2
|
|
|
+
|
|
|
+[node name="Label" type="Label" parent="MainScreen/AspectRatioContainer/Delivery/Panel/VBoxContainer/HBoxContainer2"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_colors/font_color = Color(0.976471, 0.866667, 0.670588, 1)
|
|
|
+text = "°S"
|
|
|
+
|
|
|
+[node name="HBoxContainer" type="HBoxContainer" parent="MainScreen/AspectRatioContainer/Delivery/Panel/VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+
|
|
|
+[node name="LineEditE" type="LineEdit" parent="MainScreen/AspectRatioContainer/Delivery/Panel/VBoxContainer/HBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_horizontal = 3
|
|
|
+virtual_keyboard_type = 2
|
|
|
+
|
|
|
+[node name="Label" type="Label" parent="MainScreen/AspectRatioContainer/Delivery/Panel/VBoxContainer/HBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_colors/font_color = Color(0.976471, 0.866667, 0.670588, 1)
|
|
|
+text = "°E"
|
|
|
+
|
|
|
+[node name="SendBB" type="Button" parent="MainScreen/AspectRatioContainer/Delivery/Panel/VBoxContainer"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_colors/font_color = Color(0.976471, 0.866667, 0.670588, 1)
|
|
|
+text = " Send "
|
|
|
+flat = true
|
|
|
+
|
|
|
+[node name="OtherScreen" type="AspectRatioContainer" parent="."]
|
|
|
+layout_mode = 1
|
|
|
+anchors_preset = -1
|
|
|
+anchor_top = 0.1
|
|
|
+anchor_right = 1.0
|
|
|
+anchor_bottom = 0.9
|
|
|
+grow_horizontal = 2
|
|
|
+grow_vertical = 2
|
|
|
+ratio = 0.6
|
|
|
+stretch_mode = 1
|
|
|
+
|
|
|
+[node name="LoginScreen" type="VBoxContainer" parent="OtherScreen"]
|
|
|
+layout_mode = 2
|
|
|
+size_flags_vertical = 4
|
|
|
+
|
|
|
+[node name="MarginContainer" type="MarginContainer" parent="OtherScreen/LoginScreen"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_constants/margin_left = 30
|
|
|
+theme_override_constants/margin_top = 30
|
|
|
+theme_override_constants/margin_right = 30
|
|
|
+theme_override_constants/margin_bottom = 5
|
|
|
+
|
|
|
+[node name="TextureRect" type="TextureRect" parent="OtherScreen/LoginScreen/MarginContainer"]
|
|
|
+layout_mode = 2
|
|
|
+texture = ExtResource("1_f3t2f")
|
|
|
+expand_mode = 4
|
|
|
+
|
|
|
+[node name="Label" type="RichTextLabel" parent="OtherScreen/LoginScreen"]
|
|
|
+layout_mode = 2
|
|
|
+bbcode_enabled = true
|
|
|
+text = "[center][b]Bagelicious[/b].me[/center]"
|
|
|
+fit_content = true
|
|
|
+
|
|
|
+[node name="MarginContainer2" type="MarginContainer" parent="OtherScreen/LoginScreen"]
|
|
|
+layout_mode = 2
|
|
|
+theme_override_constants/margin_top = 30
|
|
|
+
|
|
|
+[node name="EnterCode" type="LineEdit" parent="OtherScreen/LoginScreen/MarginContainer2"]
|
|
|
+custom_minimum_size = Vector2(0, 30)
|
|
|
+layout_mode = 2
|
|
|
+placeholder_text = "Enter code"
|
|
|
+alignment = 1
|
|
|
+max_length = 4
|
|
|
+
|
|
|
+[node name="PosSpy" type="PanelContainer" parent="."]
|
|
|
+visible = false
|
|
|
+layout_mode = 1
|
|
|
+anchors_preset = -1
|
|
|
+anchor_top = 1.0
|
|
|
+anchor_right = 1.0
|
|
|
+anchor_bottom = 1.0
|
|
|
+grow_horizontal = 2
|
|
|
+grow_vertical = 0
|
|
|
+
|
|
|
+[node name="RichTextLabel" type="RichTextLabel" parent="PosSpy"]
|
|
|
+layout_mode = 2
|
|
|
+bbcode_enabled = true
|
|
|
+text = "[center][color=#f9ddabff]Your location: unreachable[/color][/center]"
|
|
|
+fit_content = true
|
|
|
+
|
|
|
+[node name="PosSpyTimer" type="Timer" parent="."]
|
|
|
+wait_time = 0.5
|
|
|
+autostart = true
|
|
|
+
|
|
|
+[node name="Delivering" type="ColorRect" parent="."]
|
|
|
+visible = false
|
|
|
+layout_mode = 1
|
|
|
+anchors_preset = 15
|
|
|
+anchor_right = 1.0
|
|
|
+anchor_bottom = 1.0
|
|
|
+grow_horizontal = 2
|
|
|
+grow_vertical = 2
|
|
|
+color = Color(0.286275, 0.12549, 0.270588, 1)
|
|
|
+
|
|
|
+[node name="RichTextLabel" type="RichTextLabel" parent="Delivering"]
|
|
|
+layout_mode = 1
|
|
|
+anchors_preset = 8
|
|
|
+anchor_left = 0.5
|
|
|
+anchor_top = 0.5
|
|
|
+anchor_right = 0.5
|
|
|
+anchor_bottom = 0.5
|
|
|
+offset_left = -20.0
|
|
|
+offset_top = -20.0
|
|
|
+offset_right = 20.0
|
|
|
+offset_bottom = 20.0
|
|
|
+grow_horizontal = 2
|
|
|
+grow_vertical = 2
|
|
|
+bbcode_enabled = true
|
|
|
+text = "[font_size=32][color=#f9ddab]Delivering...[/color][/font_size]"
|
|
|
+fit_content = true
|
|
|
+autowrap_mode = 0
|