1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 15:54:20 +00:00
pineapple-surf/menu/Menu.tscn

135 lines
3.8 KiB
Text
Raw Normal View History

2023-01-07 02:29:15 +00:00
[gd_scene load_steps=10 format=3 uid="uid://bufi0wh54u5x5"]
2023-01-07 02:27:44 +00:00
2023-01-07 02:29:15 +00:00
[ext_resource type="FontFile" uid="uid://dvfq5l72ynw4s" path="res://assets/pixel_operator.ttf" id="1_t4wyx"]
[ext_resource type="Texture2D" uid="uid://bxyximtgui1ux" path="res://assets/grass_menu_tile.png" id="2_q14jx"]
2023-01-07 02:27:44 +00:00
[sub_resource type="FontVariation" id="FontVariation_srw5c"]
2023-01-07 02:29:15 +00:00
base_font = ExtResource("1_t4wyx")
2023-01-07 02:27:44 +00:00
variation_embolden = 0.01
spacing_bottom = 2
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cqq4b"]
bg_color = Color(0.670588, 0.317647, 0.188235, 0.627451)
border_color = Color(0.670588, 0.317647, 0.188235, 0.627451)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
corner_detail = 2
shadow_color = Color(0, 0, 0, 1)
anti_aliasing = false
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_t0r2r"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_msefr"]
bg_color = Color(0.388235, 0.670588, 0.247059, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
corner_detail = 2
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o1gp3"]
bg_color = Color(0.156863, 0.207843, 0.25098, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
corner_detail = 2
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xmx50"]
bg_color = Color(0.388235, 0.670588, 0.247059, 1)
border_color = Color(0.388235, 0.670588, 0.247059, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
corner_detail = 2
shadow_color = Color(1, 1, 1, 1)
anti_aliasing = false
[sub_resource type="Theme" id="Theme_fanch"]
Button/font_sizes/font_size = 16
Button/fonts/font = SubResource("FontVariation_srw5c")
Button/styles/disabled = SubResource("StyleBoxFlat_cqq4b")
Button/styles/focus = SubResource("StyleBoxEmpty_t0r2r")
Button/styles/hover = SubResource("StyleBoxFlat_msefr")
Button/styles/normal = SubResource("StyleBoxFlat_o1gp3")
Button/styles/pressed = SubResource("StyleBoxFlat_xmx50")
Label/colors/font_color = Color(1, 1, 1, 1)
Label/constants/line_spacing = 2
Label/font_sizes/font_size = 16
2023-01-07 02:29:15 +00:00
Label/fonts/font = ExtResource("1_t4wyx")
2023-01-07 02:27:44 +00:00
[node name="Menu" type="Control"]
texture_filter = 1
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_vertical = 3
theme = SubResource("Theme_fanch")
[node name="Panel" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
2023-01-07 02:29:15 +00:00
texture = ExtResource("2_q14jx")
2023-01-07 02:27:44 +00:00
stretch_mode = 1
[node name="Content" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
alignment = 1
[node name="Authors" type="Label" parent="Content"]
layout_mode = 2
text = "A game by Ichicoro and Steffo"
horizontal_alignment = 1
[node name="Title" type="Label" parent="Content"]
layout_mode = 2
size_flags_vertical = 6
theme_override_font_sizes/font_size = 48
text = "Harvest"
horizontal_alignment = 1
[node name="Control" type="Control" parent="Content"]
layout_mode = 2
size_flags_vertical = 6
[node name="Play" type="Button" parent="Content/Control"]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -13.0
offset_top = -9.0
offset_right = 13.0
offset_bottom = 9.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
size_flags_vertical = 4
theme_override_font_sizes/font_size = 0
text = "Play"
[node name="Authors2" type="Label" parent="Content"]
layout_mode = 2
size_flags_vertical = 1
text = "Ludum Dare 52 - Harvest"
horizontal_alignment = 1