diff --git a/project.godot b/project.godot index b7f81b6..fc124ec 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,15 @@ config/name="Stick the Quick" config/features=PackedStringArray("4.3", "Forward Plus") config/icon="res://icon.svg" +[audio] + +buses/default_bus_layout="res://audio/default_bus_layout.tres" + [autoload] Wait="*res://autoload/Wait/Wait.gd" + +[gui] + +theme/custom="res://ui/Theme.tres" +theme/custom_font="res://ui/Blockies.otf" diff --git a/ui/Blockies.otf b/ui/Blockies.otf new file mode 100644 index 0000000..108d3ed --- /dev/null +++ b/ui/Blockies.otf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05122b5e2aa89103b5572ac62229c005864cf1065d73b35dbc957bdea8b8290 +size 7424 diff --git a/ui/Blockies.otf.import b/ui/Blockies.otf.import new file mode 100644 index 0000000..bb283b8 --- /dev/null +++ b/ui/Blockies.otf.import @@ -0,0 +1,33 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://epy1i2syesvl" +path="res://.godot/imported/Blockies.otf-ef855be1340bbd787fbd687054c3a5fc.fontdata" + +[deps] + +source_file="res://ui/Blockies.otf" +dest_files=["res://.godot/imported/Blockies.otf-ef855be1340bbd787fbd687054c3a5fc.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +allow_system_fallback=true +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/ui/FancyButton/DisabledN.tres b/ui/FancyButton/DisabledN.tres new file mode 100644 index 0000000..73cf86c --- /dev/null +++ b/ui/FancyButton/DisabledN.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://cx6kl6ar10uy7"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0, 0, 0, 1) +skew = Vector2(-0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +border_color = Color(0.12549, 0.12549, 0.12549, 1) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0.501961) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/DisabledP.tres b/ui/FancyButton/DisabledP.tres new file mode 100644 index 0000000..0e4046a --- /dev/null +++ b/ui/FancyButton/DisabledP.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://g7q4wqaqrvxd"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0, 0, 0, 1) +skew = Vector2(0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +border_color = Color(0.12549, 0.12549, 0.12549, 1) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0.501961) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/FocusN.tres b/ui/FancyButton/FocusN.tres new file mode 100644 index 0000000..4f500bf --- /dev/null +++ b/ui/FancyButton/FocusN.tres @@ -0,0 +1,20 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://bw2d7tiqv134p"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0.25098, 0.25098, 0.25098, 0) +skew = Vector2(-0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/FocusP.tres b/ui/FancyButton/FocusP.tres new file mode 100644 index 0000000..93cfc16 --- /dev/null +++ b/ui/FancyButton/FocusP.tres @@ -0,0 +1,20 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://cou4wl1h8xa84"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0.25098, 0.25098, 0.25098, 0) +skew = Vector2(0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/HoverN.tres b/ui/FancyButton/HoverN.tres new file mode 100644 index 0000000..c26095b --- /dev/null +++ b/ui/FancyButton/HoverN.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://ebu173hxw3nr"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0.25098, 0.25098, 0.25098, 1) +skew = Vector2(-0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +border_color = Color(0.376471, 0.376471, 0.376471, 1) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0.501961) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/HoverP.tres b/ui/FancyButton/HoverP.tres new file mode 100644 index 0000000..e6385fa --- /dev/null +++ b/ui/FancyButton/HoverP.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://yjek5otetrf5"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0.25098, 0.25098, 0.25098, 1) +skew = Vector2(0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +border_color = Color(0.376471, 0.376471, 0.376471, 1) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0.501961) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/NormalN.tres b/ui/FancyButton/NormalN.tres new file mode 100644 index 0000000..a3f8987 --- /dev/null +++ b/ui/FancyButton/NormalN.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://cx16vgay7khhl"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0.12549, 0.12549, 0.12549, 1) +skew = Vector2(-0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +border_color = Color(0.376471, 0.376471, 0.376471, 1) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0.501961) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/NormalP.tres b/ui/FancyButton/NormalP.tres new file mode 100644 index 0000000..3d5f4a3 --- /dev/null +++ b/ui/FancyButton/NormalP.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://d2sj5mwdcohl3"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0.12549, 0.12549, 0.12549, 1) +skew = Vector2(0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +border_color = Color(0.376471, 0.376471, 0.376471, 1) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0.501961) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/PressedN.tres b/ui/FancyButton/PressedN.tres new file mode 100644 index 0000000..da2477c --- /dev/null +++ b/ui/FancyButton/PressedN.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://c0sjumrk67asr"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0.376471, 0.376471, 0.376471, 1) +skew = Vector2(-0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +border_color = Color(0.25098, 0.25098, 0.25098, 1) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0.501961) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/FancyButton/PressedP.tres b/ui/FancyButton/PressedP.tres new file mode 100644 index 0000000..e8a26a1 --- /dev/null +++ b/ui/FancyButton/PressedP.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://dku14j07055r"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 32.0 +content_margin_right = 64.0 +content_margin_bottom = 32.0 +bg_color = Color(0.376471, 0.376471, 0.376471, 1) +skew = Vector2(0.5, 0) +border_width_left = 32 +border_width_top = 16 +border_width_right = 8 +border_width_bottom = 16 +border_color = Color(0.25098, 0.25098, 0.25098, 1) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 +shadow_color = Color(0, 0, 0, 0.501961) +shadow_size = 1 +shadow_offset = Vector2(16, 16) diff --git a/ui/MenuStyleBoxWithNarrowMargins.tres b/ui/MenuStyleBoxWithNarrowMargins.tres new file mode 100644 index 0000000..4261f3e --- /dev/null +++ b/ui/MenuStyleBoxWithNarrowMargins.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://bgjkis3i2sv5u"] + +[ext_resource type="Texture2D" uid="uid://2xflo6lkumll" path="res://ui/bg.tres" id="1_gsv4u"] + +[resource] +content_margin_left = 32.0 +content_margin_top = 32.0 +content_margin_right = 32.0 +content_margin_bottom = 32.0 +texture = ExtResource("1_gsv4u") +texture_margin_left = 10.0 +texture_margin_top = 10.0 +texture_margin_right = 10.0 +texture_margin_bottom = 10.0 +expand_margin_left = 8.0 +expand_margin_top = 8.0 +expand_margin_right = 8.0 +expand_margin_bottom = 8.0 +axis_stretch_horizontal = 2 +axis_stretch_vertical = 2 +modulate_color = Color(0.6, 0.6, 0.6, 0.752941) diff --git a/ui/MenuStyleBoxWithNoMargins.tres b/ui/MenuStyleBoxWithNoMargins.tres new file mode 100644 index 0000000..6d9a479 --- /dev/null +++ b/ui/MenuStyleBoxWithNoMargins.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://c8x8xqw7fatx6"] + +[ext_resource type="Texture2D" uid="uid://2xflo6lkumll" path="res://ui/bg.tres" id="1_6l38h"] + +[resource] +content_margin_left = 0.0 +content_margin_top = 0.0 +content_margin_right = 0.0 +content_margin_bottom = 0.0 +texture = ExtResource("1_6l38h") +texture_margin_left = 10.0 +texture_margin_top = 10.0 +texture_margin_right = 10.0 +texture_margin_bottom = 10.0 +expand_margin_left = 8.0 +expand_margin_top = 8.0 +expand_margin_right = 8.0 +expand_margin_bottom = 8.0 +axis_stretch_horizontal = 2 +axis_stretch_vertical = 2 +modulate_color = Color(0.6, 0.6, 0.6, 0.752941) diff --git a/ui/MenuStyleBoxWithWideMargins.tres b/ui/MenuStyleBoxWithWideMargins.tres new file mode 100644 index 0000000..4a1a012 --- /dev/null +++ b/ui/MenuStyleBoxWithWideMargins.tres @@ -0,0 +1,21 @@ +[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://cixomfcqh3o41"] + +[ext_resource type="Texture2D" uid="uid://2xflo6lkumll" path="res://ui/bg.tres" id="1_xwna5"] + +[resource] +content_margin_left = 64.0 +content_margin_top = 64.0 +content_margin_right = 64.0 +content_margin_bottom = 64.0 +texture = ExtResource("1_xwna5") +texture_margin_left = 10.0 +texture_margin_top = 10.0 +texture_margin_right = 10.0 +texture_margin_bottom = 10.0 +expand_margin_left = 8.0 +expand_margin_top = 8.0 +expand_margin_right = 8.0 +expand_margin_bottom = 8.0 +axis_stretch_horizontal = 2 +axis_stretch_vertical = 2 +modulate_color = Color(0.6, 0.6, 0.6, 0.752941) diff --git a/ui/PlainSolidStyleBox.tres b/ui/PlainSolidStyleBox.tres new file mode 100644 index 0000000..104eccc --- /dev/null +++ b/ui/PlainSolidStyleBox.tres @@ -0,0 +1,5 @@ +[gd_resource type="StyleBoxFlat" format=3 uid="uid://cxe7ju4yyvddr"] + +[resource] +bg_color = Color(1, 1, 1, 1) +corner_detail = 1 diff --git a/ui/Theme.tres b/ui/Theme.tres new file mode 100644 index 0000000..280df5d --- /dev/null +++ b/ui/Theme.tres @@ -0,0 +1,142 @@ +[gd_resource type="Theme" load_steps=30 format=3 uid="uid://c3gxhfiwbwosr"] + +[ext_resource type="StyleBox" uid="uid://cx6kl6ar10uy7" path="res://ui/FancyButton/DisabledN.tres" id="1_30kd2"] +[ext_resource type="StyleBox" uid="uid://g7q4wqaqrvxd" path="res://ui/FancyButton/DisabledP.tres" id="1_m50n6"] +[ext_resource type="StyleBox" uid="uid://d2sj5mwdcohl3" path="res://ui/FancyButton/NormalP.tres" id="1_myyjr"] +[ext_resource type="StyleBox" path="res://ui/MenuStyleBoxWithWideMargins.tres" id="1_qgrlj"] +[ext_resource type="FontFile" uid="uid://mkhsuyj6upt3" path="res://ui/Blockies.otf" id="1_xcfwb"] +[ext_resource type="StyleBox" uid="uid://bw2d7tiqv134p" path="res://ui/FancyButton/FocusN.tres" id="2_h5ibl"] +[ext_resource type="StyleBox" uid="uid://cou4wl1h8xa84" path="res://ui/FancyButton/FocusP.tres" id="2_tsibo"] +[ext_resource type="StyleBox" uid="uid://yjek5otetrf5" path="res://ui/FancyButton/HoverP.tres" id="3_g0df2"] +[ext_resource type="StyleBox" uid="uid://ebu173hxw3nr" path="res://ui/FancyButton/HoverN.tres" id="3_qllg4"] +[ext_resource type="StyleBox" uid="uid://cx16vgay7khhl" path="res://ui/FancyButton/NormalN.tres" id="4_c2ln8"] +[ext_resource type="StyleBox" uid="uid://c0sjumrk67asr" path="res://ui/FancyButton/PressedN.tres" id="5_3lkor"] +[ext_resource type="StyleBox" uid="uid://dku14j07055r" path="res://ui/FancyButton/PressedP.tres" id="5_ao7f0"] + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_a56ys"] +bg_color = Color(1, 1, 1, 0.0627451) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_75cuv"] +bg_color = Color(1, 1, 1, 0.188235) +border_width_left = 4 +border_width_top = 4 +border_width_right = 4 +border_width_bottom = 4 +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_o815n"] +bg_color = Color(1, 1, 1, 0.25098) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_am7gg"] +content_margin_left = 1.0 +content_margin_top = 8.0 +content_margin_right = 1.0 +content_margin_bottom = 1.0 +bg_color = Color(1, 1, 1, 0.12549) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_asfeg"] +bg_color = Color(1, 1, 1, 0.501961) +corner_radius_top_left = 8 +corner_radius_top_right = 8 +corner_radius_bottom_right = 8 +corner_radius_bottom_left = 8 + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_j3bqd"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_uu4yq"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3gnce"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_5quj4"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8gliy"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_r551l"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_oauuy"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3kbt0"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_oelj7"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_tcjrr"] + +[sub_resource type="FontVariation" id="FontVariation_n2jes"] +base_font = ExtResource("1_xcfwb") +variation_transform = Transform2D(1, -0.25, -0.25, 1, 0, 0) + +[sub_resource type="FontVariation" id="FontVariation_6kjqt"] +base_font = ExtResource("1_xcfwb") +variation_transform = Transform2D(1, 0.25, 0.25, 1, 0, 0) + +[resource] +default_base_scale = 2.0 +default_font = ExtResource("1_xcfwb") +Button/styles/disabled = SubResource("StyleBoxFlat_a56ys") +Button/styles/focus = SubResource("StyleBoxFlat_75cuv") +Button/styles/hover = SubResource("StyleBoxFlat_o815n") +Button/styles/normal = SubResource("StyleBoxFlat_am7gg") +Button/styles/pressed = SubResource("StyleBoxFlat_asfeg") +CheckButton/constants/h_separation = 0 +CheckButton/styles/disabled = SubResource("StyleBoxEmpty_j3bqd") +CheckButton/styles/hover = SubResource("StyleBoxEmpty_uu4yq") +CheckButton/styles/hover_pressed = SubResource("StyleBoxEmpty_3gnce") +CheckButton/styles/normal = SubResource("StyleBoxEmpty_5quj4") +CheckButton/styles/pressed = SubResource("StyleBoxEmpty_8gliy") +Conversation/base_type = &"RichTextLabel" +Conversation/font_sizes/bold_font_size = 40 +Conversation/font_sizes/bold_italics_font_size = 40 +Conversation/font_sizes/italics_font_size = 40 +Conversation/font_sizes/mono_font_size = 40 +Conversation/font_sizes/normal_font_size = 40 +ConversationChoice/base_type = &"Button" +ConversationChoice/font_sizes/font_size = 40 +ConversationChoice/styles/disabled = SubResource("StyleBoxEmpty_r551l") +ConversationChoice/styles/focus = SubResource("StyleBoxEmpty_oauuy") +ConversationChoice/styles/hover = SubResource("StyleBoxEmpty_3kbt0") +ConversationChoice/styles/normal = SubResource("StyleBoxEmpty_oelj7") +ConversationChoice/styles/pressed = SubResource("StyleBoxEmpty_tcjrr") +ConversationWidget/base_type = &"Label" +ConversationWidget/font_sizes/font_size = 40 +FancyButtonN/base_type = &"Button" +FancyButtonN/font_sizes/font_size = 48 +FancyButtonN/fonts/font = SubResource("FontVariation_n2jes") +FancyButtonN/styles/disabled = ExtResource("1_30kd2") +FancyButtonN/styles/focus = ExtResource("2_h5ibl") +FancyButtonN/styles/hover = ExtResource("3_qllg4") +FancyButtonN/styles/normal = ExtResource("4_c2ln8") +FancyButtonN/styles/pressed = ExtResource("5_3lkor") +FancyButtonP/base_type = &"Button" +FancyButtonP/font_sizes/font_size = 48 +FancyButtonP/fonts/font = SubResource("FontVariation_6kjqt") +FancyButtonP/styles/disabled = ExtResource("1_m50n6") +FancyButtonP/styles/focus = ExtResource("2_tsibo") +FancyButtonP/styles/hover = ExtResource("3_g0df2") +FancyButtonP/styles/normal = ExtResource("1_myyjr") +FancyButtonP/styles/pressed = ExtResource("5_ao7f0") +HeaderLarge/font_sizes/font_size = 56 +HeaderMedium/font_sizes/font_size = 48 +HeaderSmall/font_sizes/font_size = 40 +Label/colors/font_outline_color = Color(0, 0, 0, 0.247059) +Label/colors/font_shadow_color = Color(0, 0, 0, 0.247059) +Label/constants/outline_size = 8 +Label/constants/shadow_offset_x = 4 +Label/constants/shadow_offset_y = 4 +LinkButton/colors/font_color = Color(0, 0.5, 1, 1) +PanelContainer/styles/panel = ExtResource("1_qgrlj") +TextEdit/font_sizes/font_size = 22 diff --git a/ui/bg.tres b/ui/bg.tres new file mode 100644 index 0000000..ab14bae --- /dev/null +++ b/ui/bg.tres @@ -0,0 +1,83 @@ +[gd_resource type="AnimatedTexture" load_steps=27 format=3 uid="uid://2xflo6lkumll"] + +[ext_resource type="Texture2D" uid="uid://bcdwkv4y6vme5" path="res://ui/bgframe1.png" id="1_gpvje"] +[ext_resource type="Texture2D" uid="uid://tsbpthl0kovk" path="res://ui/bgframe2.png" id="2_q3j5t"] +[ext_resource type="Texture2D" uid="uid://ct7oo34eri120" path="res://ui/bgframe11.png" id="3_a4uh7"] +[ext_resource type="Texture2D" uid="uid://c0hc60ya1015x" path="res://ui/bgframe12.png" id="4_qvf2t"] +[ext_resource type="Texture2D" uid="uid://c52pququaghaj" path="res://ui/bgframe13.png" id="5_jrkoi"] +[ext_resource type="Texture2D" uid="uid://dxaeoelhhrd7w" path="res://ui/bgframe14.png" id="6_godb3"] +[ext_resource type="Texture2D" uid="uid://ggo05pdlshni" path="res://ui/bgframe15.png" id="7_esljy"] +[ext_resource type="Texture2D" uid="uid://b6d6s3xgrywdn" path="res://ui/bgframe16.png" id="8_bxuqt"] +[ext_resource type="Texture2D" uid="uid://b8p1xxpn5w1im" path="res://ui/bgframe17.png" id="9_maj5r"] +[ext_resource type="Texture2D" uid="uid://c55a5mibw7u4e" path="res://ui/bgframe18.png" id="10_0cy0s"] +[ext_resource type="Texture2D" uid="uid://d08sxg3oqtvhb" path="res://ui/bgframe19.png" id="11_g8t25"] +[ext_resource type="Texture2D" uid="uid://b6onc5f533e6h" path="res://ui/bgframe20.png" id="12_pmqfi"] +[ext_resource type="Texture2D" uid="uid://bvemyee1lw82v" path="res://ui/bgframe3.png" id="13_ch5rr"] +[ext_resource type="Texture2D" uid="uid://bioiqdhhp4j82" path="res://ui/bgframe21.png" id="14_a5q8k"] +[ext_resource type="Texture2D" uid="uid://bpgwf8ynt7u5w" path="res://ui/bgframe22.png" id="15_kim7g"] +[ext_resource type="Texture2D" uid="uid://bp7gsngf54mj7" path="res://ui/bgframe23.png" id="16_db3g6"] +[ext_resource type="Texture2D" uid="uid://ceox7urqvhynt" path="res://ui/bgframe24.png" id="17_fnv03"] +[ext_resource type="Texture2D" uid="uid://jd6wg6orwaug" path="res://ui/bgframe25.png" id="18_mii4l"] +[ext_resource type="Texture2D" uid="uid://5sw8o4lvwyyd" path="res://ui/bgframe26.png" id="19_o6ss7"] +[ext_resource type="Texture2D" uid="uid://5gpkan4t063d" path="res://ui/bgframe4.png" id="24_4apd2"] +[ext_resource type="Texture2D" uid="uid://n2apb5pr82ti" path="res://ui/bgframe5.png" id="35_cv0r5"] +[ext_resource type="Texture2D" uid="uid://fs77qily7le1" path="res://ui/bgframe6.png" id="36_fjqa8"] +[ext_resource type="Texture2D" uid="uid://wyc3g1mv71lv" path="res://ui/bgframe7.png" id="37_3dqpk"] +[ext_resource type="Texture2D" uid="uid://3dqf07jv5e23" path="res://ui/bgframe8.png" id="38_5ljsa"] +[ext_resource type="Texture2D" uid="uid://bjvr1vbgirjle" path="res://ui/bgframe9.png" id="39_rff3c"] +[ext_resource type="Texture2D" uid="uid://dhiocj8vp5noo" path="res://ui/bgframe10.png" id="40_fpf58"] + +[resource] +frames = 26 +speed_scale = 20.0 +frame_0/texture = ExtResource("1_gpvje") +frame_1/texture = ExtResource("2_q3j5t") +frame_1/duration = 1.0 +frame_2/texture = ExtResource("13_ch5rr") +frame_2/duration = 1.0 +frame_3/texture = ExtResource("24_4apd2") +frame_3/duration = 1.0 +frame_4/texture = ExtResource("35_cv0r5") +frame_4/duration = 1.0 +frame_5/texture = ExtResource("36_fjqa8") +frame_5/duration = 1.0 +frame_6/texture = ExtResource("37_3dqpk") +frame_6/duration = 1.0 +frame_7/texture = ExtResource("38_5ljsa") +frame_7/duration = 1.0 +frame_8/texture = ExtResource("39_rff3c") +frame_8/duration = 1.0 +frame_9/texture = ExtResource("40_fpf58") +frame_9/duration = 1.0 +frame_10/texture = ExtResource("3_a4uh7") +frame_10/duration = 1.0 +frame_11/texture = ExtResource("4_qvf2t") +frame_11/duration = 1.0 +frame_12/texture = ExtResource("5_jrkoi") +frame_12/duration = 1.0 +frame_13/texture = ExtResource("6_godb3") +frame_13/duration = 1.0 +frame_14/texture = ExtResource("7_esljy") +frame_14/duration = 1.0 +frame_15/texture = ExtResource("8_bxuqt") +frame_15/duration = 1.0 +frame_16/texture = ExtResource("9_maj5r") +frame_16/duration = 1.0 +frame_17/texture = ExtResource("10_0cy0s") +frame_17/duration = 1.0 +frame_18/texture = ExtResource("11_g8t25") +frame_18/duration = 1.0 +frame_19/texture = ExtResource("12_pmqfi") +frame_19/duration = 1.0 +frame_20/texture = ExtResource("14_a5q8k") +frame_20/duration = 1.0 +frame_21/texture = ExtResource("15_kim7g") +frame_21/duration = 1.0 +frame_22/texture = ExtResource("16_db3g6") +frame_22/duration = 1.0 +frame_23/texture = ExtResource("17_fnv03") +frame_23/duration = 1.0 +frame_24/texture = ExtResource("18_mii4l") +frame_24/duration = 1.0 +frame_25/texture = ExtResource("19_o6ss7") +frame_25/duration = 1.0 diff --git a/ui/bgframe1.png b/ui/bgframe1.png new file mode 100644 index 0000000..a07f19b --- /dev/null +++ b/ui/bgframe1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e55b2818ceb134e67a947def3dd6eb9bb57afc66252c7911e46d42dbe0e1216 +size 14692 diff --git a/ui/bgframe1.png.import b/ui/bgframe1.png.import new file mode 100644 index 0000000..4f7edb0 --- /dev/null +++ b/ui/bgframe1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bcdwkv4y6vme5" +path="res://.godot/imported/bgframe1.png-b21fd11b0d92089fa5f5d5c41c66334a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe1.png" +dest_files=["res://.godot/imported/bgframe1.png-b21fd11b0d92089fa5f5d5c41c66334a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe10.png b/ui/bgframe10.png new file mode 100644 index 0000000..693b510 --- /dev/null +++ b/ui/bgframe10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c1227b67b71dd74e7e635516af45f847f134456ccdca118efb367f14757007 +size 7032 diff --git a/ui/bgframe10.png.import b/ui/bgframe10.png.import new file mode 100644 index 0000000..ec4dbb5 --- /dev/null +++ b/ui/bgframe10.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dhiocj8vp5noo" +path="res://.godot/imported/bgframe10.png-8b44a7984e5e82d84030beebb2e765be.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe10.png" +dest_files=["res://.godot/imported/bgframe10.png-8b44a7984e5e82d84030beebb2e765be.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe11.png b/ui/bgframe11.png new file mode 100644 index 0000000..951d16b --- /dev/null +++ b/ui/bgframe11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dca830fda77e5c21c080050a6f88b250ab29e176fd8bca1ca16e93ef6161ba6 +size 7079 diff --git a/ui/bgframe11.png.import b/ui/bgframe11.png.import new file mode 100644 index 0000000..f5dc86f --- /dev/null +++ b/ui/bgframe11.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ct7oo34eri120" +path="res://.godot/imported/bgframe11.png-d5e09a02187c25cc061d82d3fdff5bfb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe11.png" +dest_files=["res://.godot/imported/bgframe11.png-d5e09a02187c25cc061d82d3fdff5bfb.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe12.png b/ui/bgframe12.png new file mode 100644 index 0000000..73d313d --- /dev/null +++ b/ui/bgframe12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe45216db1c862d2b140efebbed39b6a42cae2f419c6d25958b82b82539902c4 +size 7162 diff --git a/ui/bgframe12.png.import b/ui/bgframe12.png.import new file mode 100644 index 0000000..5357414 --- /dev/null +++ b/ui/bgframe12.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c0hc60ya1015x" +path="res://.godot/imported/bgframe12.png-c0ff1b5d92cf72572b1d9b71049b93ca.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe12.png" +dest_files=["res://.godot/imported/bgframe12.png-c0ff1b5d92cf72572b1d9b71049b93ca.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe13.png b/ui/bgframe13.png new file mode 100644 index 0000000..92ddc18 --- /dev/null +++ b/ui/bgframe13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fff0c41c2b75f004d1b8b9fd23d0ca645ba95fe1d9a9fbe6e3e6a3dedfff19 +size 7109 diff --git a/ui/bgframe13.png.import b/ui/bgframe13.png.import new file mode 100644 index 0000000..352a050 --- /dev/null +++ b/ui/bgframe13.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c52pququaghaj" +path="res://.godot/imported/bgframe13.png-6414a1904ac9ea7a40635cb8510c0c35.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe13.png" +dest_files=["res://.godot/imported/bgframe13.png-6414a1904ac9ea7a40635cb8510c0c35.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe14.png b/ui/bgframe14.png new file mode 100644 index 0000000..0ba890a --- /dev/null +++ b/ui/bgframe14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84759ec3dd096aa186113c9e245d73d8ec6aa6f394aa9280de9d1791b917ff5 +size 7101 diff --git a/ui/bgframe14.png.import b/ui/bgframe14.png.import new file mode 100644 index 0000000..d89c339 --- /dev/null +++ b/ui/bgframe14.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dxaeoelhhrd7w" +path="res://.godot/imported/bgframe14.png-0c45c6a48c76475cf85df40e91b4b016.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe14.png" +dest_files=["res://.godot/imported/bgframe14.png-0c45c6a48c76475cf85df40e91b4b016.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe15.png b/ui/bgframe15.png new file mode 100644 index 0000000..cf0ef29 --- /dev/null +++ b/ui/bgframe15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f151b20760f3de0fa86571cfad447e4c63e65686de02fb2c3f2e1d431d81faa2 +size 7166 diff --git a/ui/bgframe15.png.import b/ui/bgframe15.png.import new file mode 100644 index 0000000..e034848 --- /dev/null +++ b/ui/bgframe15.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ggo05pdlshni" +path="res://.godot/imported/bgframe15.png-f2ad27a56e702902d6fb311c7ac4c835.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe15.png" +dest_files=["res://.godot/imported/bgframe15.png-f2ad27a56e702902d6fb311c7ac4c835.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe16.png b/ui/bgframe16.png new file mode 100644 index 0000000..d2ee9c3 --- /dev/null +++ b/ui/bgframe16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8aa377f39d8777bfb78b3c3d0ab4fdc31c990f16e90fd294c39d52fc1d8474d +size 7156 diff --git a/ui/bgframe16.png.import b/ui/bgframe16.png.import new file mode 100644 index 0000000..69d20c8 --- /dev/null +++ b/ui/bgframe16.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6d6s3xgrywdn" +path="res://.godot/imported/bgframe16.png-dd42fc4eb00439d846b853b8d512c465.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe16.png" +dest_files=["res://.godot/imported/bgframe16.png-dd42fc4eb00439d846b853b8d512c465.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe17.png b/ui/bgframe17.png new file mode 100644 index 0000000..0638757 --- /dev/null +++ b/ui/bgframe17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6212d16cc99e983271126a962bae81fe0c73743f8e6c5f7dc9988ae6fbf87f9a +size 7104 diff --git a/ui/bgframe17.png.import b/ui/bgframe17.png.import new file mode 100644 index 0000000..44f8d5f --- /dev/null +++ b/ui/bgframe17.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b8p1xxpn5w1im" +path="res://.godot/imported/bgframe17.png-c707dc99e6dc57c3262513ade619ac45.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe17.png" +dest_files=["res://.godot/imported/bgframe17.png-c707dc99e6dc57c3262513ade619ac45.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe18.png b/ui/bgframe18.png new file mode 100644 index 0000000..fd01f36 --- /dev/null +++ b/ui/bgframe18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca98e63ed7ed45c32c098f15c2a07e3a0b08768e90db8430fd6324deb24bac02 +size 7100 diff --git a/ui/bgframe18.png.import b/ui/bgframe18.png.import new file mode 100644 index 0000000..e225a14 --- /dev/null +++ b/ui/bgframe18.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c55a5mibw7u4e" +path="res://.godot/imported/bgframe18.png-7e8939df2c089b73219749cecd4864d6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe18.png" +dest_files=["res://.godot/imported/bgframe18.png-7e8939df2c089b73219749cecd4864d6.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe19.png b/ui/bgframe19.png new file mode 100644 index 0000000..097120f --- /dev/null +++ b/ui/bgframe19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cbb6c8f229aae7b925d448353ba021bd82a686bd8d47d757fd84c2ead2415a +size 7097 diff --git a/ui/bgframe19.png.import b/ui/bgframe19.png.import new file mode 100644 index 0000000..0a97148 --- /dev/null +++ b/ui/bgframe19.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d08sxg3oqtvhb" +path="res://.godot/imported/bgframe19.png-a03a4a3ca3e97ec3f2943e77c491d810.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe19.png" +dest_files=["res://.godot/imported/bgframe19.png-a03a4a3ca3e97ec3f2943e77c491d810.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe2.png b/ui/bgframe2.png new file mode 100644 index 0000000..17d1360 --- /dev/null +++ b/ui/bgframe2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabdccc2c4e24eb6d9af46da6bb372de8649305ed74b51c89e802610a93371bb +size 7028 diff --git a/ui/bgframe2.png.import b/ui/bgframe2.png.import new file mode 100644 index 0000000..14eb7a5 --- /dev/null +++ b/ui/bgframe2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://tsbpthl0kovk" +path="res://.godot/imported/bgframe2.png-3413314d91f94232e4f0527ca85a6254.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe2.png" +dest_files=["res://.godot/imported/bgframe2.png-3413314d91f94232e4f0527ca85a6254.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe20.png b/ui/bgframe20.png new file mode 100644 index 0000000..d29c398 --- /dev/null +++ b/ui/bgframe20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eed4b555f9ad654e6072d26131d51dd11c481a3d1e0bd529b7173e8aff4afbc +size 7030 diff --git a/ui/bgframe20.png.import b/ui/bgframe20.png.import new file mode 100644 index 0000000..b0d57c9 --- /dev/null +++ b/ui/bgframe20.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b6onc5f533e6h" +path="res://.godot/imported/bgframe20.png-a2aef54117c3e682e79363b016f06602.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe20.png" +dest_files=["res://.godot/imported/bgframe20.png-a2aef54117c3e682e79363b016f06602.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe21.png b/ui/bgframe21.png new file mode 100644 index 0000000..acd1641 --- /dev/null +++ b/ui/bgframe21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5960cd2ec63db007cde86eab63054f473fe655b3ee1057bf6e128de8366b33c6 +size 7041 diff --git a/ui/bgframe21.png.import b/ui/bgframe21.png.import new file mode 100644 index 0000000..83e5461 --- /dev/null +++ b/ui/bgframe21.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bioiqdhhp4j82" +path="res://.godot/imported/bgframe21.png-6ad70a1eebf001d4eba5ebf3385adf75.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe21.png" +dest_files=["res://.godot/imported/bgframe21.png-6ad70a1eebf001d4eba5ebf3385adf75.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe22.png b/ui/bgframe22.png new file mode 100644 index 0000000..5709987 --- /dev/null +++ b/ui/bgframe22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac214004717bf8a6d3277891d9d68019f127f231fe8190b02f3ccd22e8839f5b +size 7086 diff --git a/ui/bgframe22.png.import b/ui/bgframe22.png.import new file mode 100644 index 0000000..0395f7a --- /dev/null +++ b/ui/bgframe22.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bpgwf8ynt7u5w" +path="res://.godot/imported/bgframe22.png-449f2e1472cc388d51669dc6977be8e7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe22.png" +dest_files=["res://.godot/imported/bgframe22.png-449f2e1472cc388d51669dc6977be8e7.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe23.png b/ui/bgframe23.png new file mode 100644 index 0000000..51d6622 --- /dev/null +++ b/ui/bgframe23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac70e84dcc7d13d5308d04bc35561b5347b3850f9cc73958aa639d65dc4c34e8 +size 7168 diff --git a/ui/bgframe23.png.import b/ui/bgframe23.png.import new file mode 100644 index 0000000..c235ca9 --- /dev/null +++ b/ui/bgframe23.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bp7gsngf54mj7" +path="res://.godot/imported/bgframe23.png-104ebcba675bf069e7f86cdec9eaef14.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe23.png" +dest_files=["res://.godot/imported/bgframe23.png-104ebcba675bf069e7f86cdec9eaef14.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe24.png b/ui/bgframe24.png new file mode 100644 index 0000000..3465fd5 --- /dev/null +++ b/ui/bgframe24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf91c3b41b6195376c1dfb4defbb29cf8457bf71254797cc3dd4f1d652ed7ed +size 7141 diff --git a/ui/bgframe24.png.import b/ui/bgframe24.png.import new file mode 100644 index 0000000..491e542 --- /dev/null +++ b/ui/bgframe24.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ceox7urqvhynt" +path="res://.godot/imported/bgframe24.png-a86a2ee75213cc894e694f17e3764fc4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe24.png" +dest_files=["res://.godot/imported/bgframe24.png-a86a2ee75213cc894e694f17e3764fc4.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe25.png b/ui/bgframe25.png new file mode 100644 index 0000000..1994756 --- /dev/null +++ b/ui/bgframe25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb6d02f79d253bd7de7c88080a3f26ad58482e27fe94c686d80f052620e8f66 +size 7071 diff --git a/ui/bgframe25.png.import b/ui/bgframe25.png.import new file mode 100644 index 0000000..b14f0c8 --- /dev/null +++ b/ui/bgframe25.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://jd6wg6orwaug" +path="res://.godot/imported/bgframe25.png-13ada20a1a2be5c3b3bc1ecd46c0a682.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe25.png" +dest_files=["res://.godot/imported/bgframe25.png-13ada20a1a2be5c3b3bc1ecd46c0a682.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe26.png b/ui/bgframe26.png new file mode 100644 index 0000000..48cc42f --- /dev/null +++ b/ui/bgframe26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f3418c4e1252238f76fdf7d4b084117c78fea7c68b1bf544b4f06a19475043 +size 6994 diff --git a/ui/bgframe26.png.import b/ui/bgframe26.png.import new file mode 100644 index 0000000..d4ea68e --- /dev/null +++ b/ui/bgframe26.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://5sw8o4lvwyyd" +path="res://.godot/imported/bgframe26.png-d1ca79320a2cc7a97295cc779d0d42d4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe26.png" +dest_files=["res://.godot/imported/bgframe26.png-d1ca79320a2cc7a97295cc779d0d42d4.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe3.png b/ui/bgframe3.png new file mode 100644 index 0000000..9b72a53 --- /dev/null +++ b/ui/bgframe3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62df89395a70e5fd221d6ad5bfcdbc5b7a3a04c361eca8ab52d4c4e83ead63e5 +size 6970 diff --git a/ui/bgframe3.png.import b/ui/bgframe3.png.import new file mode 100644 index 0000000..041b832 --- /dev/null +++ b/ui/bgframe3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bvemyee1lw82v" +path="res://.godot/imported/bgframe3.png-4a9bf73e9bce01609df6b3902c9cac9a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe3.png" +dest_files=["res://.godot/imported/bgframe3.png-4a9bf73e9bce01609df6b3902c9cac9a.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe4.png b/ui/bgframe4.png new file mode 100644 index 0000000..6342bc2 --- /dev/null +++ b/ui/bgframe4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d170b091c2586fcfa4d179392a0bd1114f4a1baf2e4cc74255c58da8449d8f +size 6956 diff --git a/ui/bgframe4.png.import b/ui/bgframe4.png.import new file mode 100644 index 0000000..27f6dba --- /dev/null +++ b/ui/bgframe4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://5gpkan4t063d" +path="res://.godot/imported/bgframe4.png-2949a53a12fc70cc2c4c1085dc294ecc.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe4.png" +dest_files=["res://.godot/imported/bgframe4.png-2949a53a12fc70cc2c4c1085dc294ecc.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe5.png b/ui/bgframe5.png new file mode 100644 index 0000000..1aa3fb8 --- /dev/null +++ b/ui/bgframe5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150299be221ed6cf625a2d03469d26b5b4869874c5420af84b677e299b938074 +size 6960 diff --git a/ui/bgframe5.png.import b/ui/bgframe5.png.import new file mode 100644 index 0000000..9605fb6 --- /dev/null +++ b/ui/bgframe5.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://n2apb5pr82ti" +path="res://.godot/imported/bgframe5.png-60d0cd857ff5223e7577caea018a9962.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe5.png" +dest_files=["res://.godot/imported/bgframe5.png-60d0cd857ff5223e7577caea018a9962.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe6.png b/ui/bgframe6.png new file mode 100644 index 0000000..5746431 --- /dev/null +++ b/ui/bgframe6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64609de0e37d1f764835f53c8bb6383129b500454bd5e8aa2f4d2caacc924d4 +size 7009 diff --git a/ui/bgframe6.png.import b/ui/bgframe6.png.import new file mode 100644 index 0000000..53f494b --- /dev/null +++ b/ui/bgframe6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://fs77qily7le1" +path="res://.godot/imported/bgframe6.png-e8d322266e67a07567ce8241b9d68891.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe6.png" +dest_files=["res://.godot/imported/bgframe6.png-e8d322266e67a07567ce8241b9d68891.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe7.png b/ui/bgframe7.png new file mode 100644 index 0000000..f0b0dcc --- /dev/null +++ b/ui/bgframe7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9328a7b2c57254e674d8370418789c1f9047c2546158d34596715ff80354c43a +size 6990 diff --git a/ui/bgframe7.png.import b/ui/bgframe7.png.import new file mode 100644 index 0000000..1f640b2 --- /dev/null +++ b/ui/bgframe7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://wyc3g1mv71lv" +path="res://.godot/imported/bgframe7.png-4c6429a66ac1553a73fc89c06f5626e3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe7.png" +dest_files=["res://.godot/imported/bgframe7.png-4c6429a66ac1553a73fc89c06f5626e3.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe8.png b/ui/bgframe8.png new file mode 100644 index 0000000..31b206d --- /dev/null +++ b/ui/bgframe8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d26aa214afd345dc0e494466d24b3ac9a93fa1e7507da8b98fc82fc3604c1c +size 7015 diff --git a/ui/bgframe8.png.import b/ui/bgframe8.png.import new file mode 100644 index 0000000..dbda23a --- /dev/null +++ b/ui/bgframe8.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://3dqf07jv5e23" +path="res://.godot/imported/bgframe8.png-39fa0ac6a4c0f633f30c0623b1dfc890.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe8.png" +dest_files=["res://.godot/imported/bgframe8.png-39fa0ac6a4c0f633f30c0623b1dfc890.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/ui/bgframe9.png b/ui/bgframe9.png new file mode 100644 index 0000000..f371e54 --- /dev/null +++ b/ui/bgframe9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b3e3ec60618dbb57a13029312ac3ba3b4edc37b4471804464366136e1bccbd +size 7054 diff --git a/ui/bgframe9.png.import b/ui/bgframe9.png.import new file mode 100644 index 0000000..e516d0d --- /dev/null +++ b/ui/bgframe9.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjvr1vbgirjle" +path="res://.godot/imported/bgframe9.png-b6ef8401c4bf81cca624b2cdad0d329f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://ui/bgframe9.png" +dest_files=["res://.godot/imported/bgframe9.png-b6ef8401c4bf81cca624b2cdad0d329f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1