diff --git a/credits.toml b/credits.toml
index dfa523c..cd0c11e 100644
--- a/credits.toml
+++ b/credits.toml
@@ -67,6 +67,9 @@ link = "https://www.kenney.nl/"
[[people.credits]]
credit = "Game icons"
link = "https://opengameart.org/content/game-icons"
+[[people.credits]]
+credit = "UI Pack - Sci Fi"
+link = "https://www.kenney.nl/assets/ui-pack-sci-fi"
[[people]]
name = "section31"
@@ -109,3 +112,9 @@ name = "congusbongus"
[[people.credits]]
credit = "Bones rattle"
link = "https://opengameart.org/content/bones-rattle"
+
+[[people]]
+name = "Florian Karsten"
+[[people.credits]]
+credit = "Space Grotesk"
+link = "https://floriankarsten.github.io/space-grotesk/"
diff --git a/godot/default_theme.tres b/godot/default_theme.tres
new file mode 100644
index 0000000..52cbbca
--- /dev/null
+++ b/godot/default_theme.tres
@@ -0,0 +1,99 @@
+[gd_resource type="Theme" format=3 uid="uid://drydbnrcdv4pk"]
+
+[ext_resource type="FontFile" uid="uid://hptdnjg4ec58" path="res://font/static/SpaceGrotesk-Medium.ttf" id="1_e7bfs"]
+[ext_resource type="Texture2D" uid="uid://bfgi8ede3thtm" path="res://raw_assets/ui_pack/Vector/Extra/panel_glass.svg" id="2_50bnw"]
+[ext_resource type="Texture2D" uid="uid://bkn85nst4nats" path="res://raw_assets/ui_pack/Vector/Extra/panel_square.svg" id="2_cefca"]
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_meo00"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.1584723, 0.15847233, 0.1584723, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_ed8xq"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.65882355, 0.5529412, 0.2509804, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_yehm5"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.40069774, 0.40069774, 0.40069768, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_lh46g"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.40069774, 0.40069774, 0.40069768, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_rwh25"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.28118682, 0.28118688, 0.2811868, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_4dgt1"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 6.0
+texture_margin_top = 6.0
+texture_margin_right = 6.0
+texture_margin_bottom = 6.0
+modulate_color = Color(0.40069774, 0.40069774, 0.40069768, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_u7cj8"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 6.0
+texture_margin_top = 6.0
+texture_margin_right = 6.0
+texture_margin_bottom = 6.0
+modulate_color = Color(0.40069774, 0.40069774, 0.40069768, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_v0r2u"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 6.0
+texture_margin_top = 6.0
+texture_margin_right = 6.0
+texture_margin_bottom = 6.0
+modulate_color = Color(0.1584723, 0.15847233, 0.1584723, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_7j863"]
+texture = ExtResource("2_50bnw")
+texture_margin_left = 6.0
+texture_margin_top = 6.0
+texture_margin_right = 6.0
+texture_margin_bottom = 6.0
+region_rect = Rect2(-1, 0, 65, 64)
+modulate_color = Color(0.24115604, 0.24115604, 0.24115604, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_h8adi"]
+texture = ExtResource("2_cefca")
+texture_margin_left = 6.0
+texture_margin_top = 6.0
+texture_margin_right = 6.0
+texture_margin_bottom = 6.0
+modulate_color = Color(0.40069774, 0.40069774, 0.40069768, 1)
+
+[resource]
+default_font = ExtResource("1_e7bfs")
+Button/styles/disabled = SubResource("StyleBoxTexture_meo00")
+Button/styles/focus = SubResource("StyleBoxTexture_ed8xq")
+Button/styles/hover = SubResource("StyleBoxTexture_yehm5")
+Button/styles/normal = SubResource("StyleBoxTexture_lh46g")
+Button/styles/pressed = SubResource("StyleBoxTexture_rwh25")
+LineEdit/styles/focus = SubResource("StyleBoxTexture_4dgt1")
+LineEdit/styles/normal = SubResource("StyleBoxTexture_u7cj8")
+LineEdit/styles/read_only = SubResource("StyleBoxTexture_v0r2u")
+Panel/styles/panel = SubResource("StyleBoxTexture_7j863")
+TextEdit/styles/normal = SubResource("StyleBoxTexture_h8adi")
diff --git a/godot/font/OFL.txt b/godot/font/OFL.txt
new file mode 100644
index 0000000..6a31484
--- /dev/null
+++ b/godot/font/OFL.txt
@@ -0,0 +1,93 @@
+Copyright 2020 The Space Grotesk Project Authors (https://github.com/floriankarsten/space-grotesk)
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+https://openfontlicense.org
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/godot/font/README.txt b/godot/font/README.txt
new file mode 100644
index 0000000..ead30cd
--- /dev/null
+++ b/godot/font/README.txt
@@ -0,0 +1,67 @@
+Space Grotesk Variable Font
+===========================
+
+This download contains Space Grotesk as both a variable font and static fonts.
+
+Space Grotesk is a variable font with this axis:
+ wght
+
+This means all the styles are contained in a single file:
+ SpaceGrotesk-VariableFont_wght.ttf
+
+If your app fully supports variable fonts, you can now pick intermediate styles
+that aren’t available as static fonts. Not all apps support variable fonts, and
+in those cases you can use the static font files for Space Grotesk:
+ static/SpaceGrotesk-Light.ttf
+ static/SpaceGrotesk-Regular.ttf
+ static/SpaceGrotesk-Medium.ttf
+ static/SpaceGrotesk-SemiBold.ttf
+ static/SpaceGrotesk-Bold.ttf
+
+Get started
+-----------
+
+1. Install the font files you want to use
+
+2. Use your app's font picker to view the font family and all the
+available styles
+
+Learn more about variable fonts
+-------------------------------
+
+ https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
+ https://variablefonts.typenetwork.com
+ https://medium.com/variable-fonts
+
+In desktop apps
+
+ https://theblog.adobe.com/can-variable-fonts-illustrator-cc
+ https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
+
+Online
+
+ https://developers.google.com/fonts/docs/getting_started
+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
+ https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
+
+Installing fonts
+
+ MacOS: https://support.apple.com/en-us/HT201749
+ Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
+ Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
+
+Android Apps
+
+ https://developers.google.com/fonts/docs/android
+ https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
+
+License
+-------
+Please read the full license text (OFL.txt) to understand the permissions,
+restrictions and requirements for usage, redistribution, and modification.
+
+You can use them in your products & projects – print or digital,
+commercial or otherwise.
+
+This isn't legal advice, please consider consulting a lawyer and see the full
+license for all details.
diff --git a/godot/font/SpaceGrotesk-VariableFont_wght.ttf b/godot/font/SpaceGrotesk-VariableFont_wght.ttf
new file mode 100644
index 0000000..2c6cc59
Binary files /dev/null and b/godot/font/SpaceGrotesk-VariableFont_wght.ttf differ
diff --git a/godot/font/SpaceGrotesk-VariableFont_wght.ttf.import b/godot/font/SpaceGrotesk-VariableFont_wght.ttf.import
new file mode 100644
index 0000000..89a7442
--- /dev/null
+++ b/godot/font/SpaceGrotesk-VariableFont_wght.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://bgu4qk8lnd724"
+path="res://.godot/imported/SpaceGrotesk-VariableFont_wght.ttf-984a044250747730f3ee0c3fed8f81b7.fontdata"
+
+[deps]
+
+source_file="res://font/SpaceGrotesk-VariableFont_wght.ttf"
+dest_files=["res://.godot/imported/SpaceGrotesk-VariableFont_wght.ttf-984a044250747730f3ee0c3fed8f81b7.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=3
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/godot/font/Space_Grotesk.zip b/godot/font/Space_Grotesk.zip
new file mode 100644
index 0000000..b106ffb
Binary files /dev/null and b/godot/font/Space_Grotesk.zip differ
diff --git a/godot/font/static/SpaceGrotesk-Bold.ttf b/godot/font/static/SpaceGrotesk-Bold.ttf
new file mode 100644
index 0000000..8a8611a
Binary files /dev/null and b/godot/font/static/SpaceGrotesk-Bold.ttf differ
diff --git a/godot/font/static/SpaceGrotesk-Bold.ttf.import b/godot/font/static/SpaceGrotesk-Bold.ttf.import
new file mode 100644
index 0000000..9c0120a
--- /dev/null
+++ b/godot/font/static/SpaceGrotesk-Bold.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://dderkpmink08d"
+path="res://.godot/imported/SpaceGrotesk-Bold.ttf-5e7f61666b28dac778127d9499c0c509.fontdata"
+
+[deps]
+
+source_file="res://font/static/SpaceGrotesk-Bold.ttf"
+dest_files=["res://.godot/imported/SpaceGrotesk-Bold.ttf-5e7f61666b28dac778127d9499c0c509.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=3
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/godot/font/static/SpaceGrotesk-Light.ttf b/godot/font/static/SpaceGrotesk-Light.ttf
new file mode 100644
index 0000000..0f03f08
Binary files /dev/null and b/godot/font/static/SpaceGrotesk-Light.ttf differ
diff --git a/godot/font/static/SpaceGrotesk-Light.ttf.import b/godot/font/static/SpaceGrotesk-Light.ttf.import
new file mode 100644
index 0000000..22cb66e
--- /dev/null
+++ b/godot/font/static/SpaceGrotesk-Light.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://nemud3u2qjbj"
+path="res://.godot/imported/SpaceGrotesk-Light.ttf-7298c24eefb1d7efcb882f5d8679504a.fontdata"
+
+[deps]
+
+source_file="res://font/static/SpaceGrotesk-Light.ttf"
+dest_files=["res://.godot/imported/SpaceGrotesk-Light.ttf-7298c24eefb1d7efcb882f5d8679504a.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=3
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/godot/font/static/SpaceGrotesk-Medium.ttf b/godot/font/static/SpaceGrotesk-Medium.ttf
new file mode 100644
index 0000000..e530cf8
Binary files /dev/null and b/godot/font/static/SpaceGrotesk-Medium.ttf differ
diff --git a/godot/font/static/SpaceGrotesk-Medium.ttf.import b/godot/font/static/SpaceGrotesk-Medium.ttf.import
new file mode 100644
index 0000000..e85df78
--- /dev/null
+++ b/godot/font/static/SpaceGrotesk-Medium.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://hptdnjg4ec58"
+path="res://.godot/imported/SpaceGrotesk-Medium.ttf-5b638d1ab5685426252c9101751c9279.fontdata"
+
+[deps]
+
+source_file="res://font/static/SpaceGrotesk-Medium.ttf"
+dest_files=["res://.godot/imported/SpaceGrotesk-Medium.ttf-5b638d1ab5685426252c9101751c9279.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=3
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/godot/font/static/SpaceGrotesk-Regular.ttf b/godot/font/static/SpaceGrotesk-Regular.ttf
new file mode 100644
index 0000000..8215f81
Binary files /dev/null and b/godot/font/static/SpaceGrotesk-Regular.ttf differ
diff --git a/godot/font/static/SpaceGrotesk-Regular.ttf.import b/godot/font/static/SpaceGrotesk-Regular.ttf.import
new file mode 100644
index 0000000..0c47d1a
--- /dev/null
+++ b/godot/font/static/SpaceGrotesk-Regular.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://lje4jhv344ln"
+path="res://.godot/imported/SpaceGrotesk-Regular.ttf-bb1e3a7c668b0009d90bb2a5df8d1131.fontdata"
+
+[deps]
+
+source_file="res://font/static/SpaceGrotesk-Regular.ttf"
+dest_files=["res://.godot/imported/SpaceGrotesk-Regular.ttf-bb1e3a7c668b0009d90bb2a5df8d1131.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=3
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/godot/font/static/SpaceGrotesk-SemiBold.ttf b/godot/font/static/SpaceGrotesk-SemiBold.ttf
new file mode 100644
index 0000000..e05b967
Binary files /dev/null and b/godot/font/static/SpaceGrotesk-SemiBold.ttf differ
diff --git a/godot/font/static/SpaceGrotesk-SemiBold.ttf.import b/godot/font/static/SpaceGrotesk-SemiBold.ttf.import
new file mode 100644
index 0000000..f376953
--- /dev/null
+++ b/godot/font/static/SpaceGrotesk-SemiBold.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://bm60f2otvnr6c"
+path="res://.godot/imported/SpaceGrotesk-SemiBold.ttf-427c4760fba1142deeccccda38b8d638.fontdata"
+
+[deps]
+
+source_file="res://font/static/SpaceGrotesk-SemiBold.ttf"
+dest_files=["res://.godot/imported/SpaceGrotesk-SemiBold.ttf-427c4760fba1142deeccccda38b8d638.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=3
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/godot/raw_assets/ui_pack/Font/Kenney Future Narrow.ttf b/godot/raw_assets/ui_pack/Font/Kenney Future Narrow.ttf
new file mode 100644
index 0000000..c4cc8a0
Binary files /dev/null and b/godot/raw_assets/ui_pack/Font/Kenney Future Narrow.ttf differ
diff --git a/godot/raw_assets/ui_pack/Font/Kenney Future Narrow.ttf.import b/godot/raw_assets/ui_pack/Font/Kenney Future Narrow.ttf.import
new file mode 100644
index 0000000..bbe90d5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Font/Kenney Future Narrow.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://dgl6l4hbib6y2"
+path="res://.godot/imported/Kenney Future Narrow.ttf-c170c1e4c9ac30ff575614fbdcaed10a.fontdata"
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Font/Kenney Future Narrow.ttf"
+dest_files=["res://.godot/imported/Kenney Future Narrow.ttf-c170c1e4c9ac30ff575614fbdcaed10a.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=3
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/godot/raw_assets/ui_pack/Font/Kenney Future.ttf b/godot/raw_assets/ui_pack/Font/Kenney Future.ttf
new file mode 100644
index 0000000..17e2b6c
Binary files /dev/null and b/godot/raw_assets/ui_pack/Font/Kenney Future.ttf differ
diff --git a/godot/raw_assets/ui_pack/Font/Kenney Future.ttf.import b/godot/raw_assets/ui_pack/Font/Kenney Future.ttf.import
new file mode 100644
index 0000000..c696ed0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Font/Kenney Future.ttf.import
@@ -0,0 +1,36 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://cendktlhc4dbb"
+path="res://.godot/imported/Kenney Future.ttf-55077b09355f051f40072ca45448696f.fontdata"
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Font/Kenney Future.ttf"
+dest_files=["res://.godot/imported/Kenney Future.ttf-55077b09355f051f40072ca45448696f.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+modulate_color_glyphs=false
+hinting=3
+subpixel_positioning=4
+keep_rounding_remainders=true
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/godot/raw_assets/ui_pack/License.txt b/godot/raw_assets/ui_pack/License.txt
new file mode 100644
index 0000000..ba34428
--- /dev/null
+++ b/godot/raw_assets/ui_pack/License.txt
@@ -0,0 +1,22 @@
+
+
+ UI Pack: Sci-fi (2.0)
+
+ Created/distributed by Kenney (www.kenney.nl)
+ Creation date: 19-08-2024
+
+ ------------------------------
+
+ License: (Creative Commons Zero, CC0)
+ http://creativecommons.org/publicdomain/zero/1.0/
+
+ This content is free to use in personal, educational and commercial projects.
+ Support us by crediting Kenney or www.kenney.nl (this is not mandatory)
+
+ ------------------------------
+
+ Donate: http://support.kenney.nl
+ Patreon: http://patreon.com/kenney/
+
+ Follow on Twitter for updates:
+ http://twitter.com/KenneyNL
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large.png
new file mode 100644
index 0000000..329f1d6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..370ee5d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://jqooudipnndm"
+path="res://.godot/imported/bar_round_gloss_large.png-d64873e5d5694841b62a0c391e22541e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-d64873e5d5694841b62a0c391e22541e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..ca0e59d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..c511877
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjlwv4frlnlxn"
+path="res://.godot/imported/bar_round_gloss_large_l.png-662f698ae5f5926b39b54eeee7a0190b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-662f698ae5f5926b39b54eeee7a0190b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..aa55907
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..611e2c0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://daquwljg4sicb"
+path="res://.godot/imported/bar_round_gloss_large_m.png-dae2d38571b990675d51ec9fa7d7f6dc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-dae2d38571b990675d51ec9fa7d7f6dc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..61c0421
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..28ce801
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://14ob7iuvstt"
+path="res://.godot/imported/bar_round_gloss_large_r.png-cd52ce033f3f0974b6cbaf56310ac625.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-cd52ce033f3f0974b6cbaf56310ac625.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..073a859
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..656a986
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d27komh7piyui"
+path="res://.godot/imported/bar_round_gloss_large_square.png-f33b0e22e845561c1a0223a8cc0a7efb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-f33b0e22e845561c1a0223a8cc0a7efb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small.png
new file mode 100644
index 0000000..2398b4a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..e19752d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cm1g2kii1nf21"
+path="res://.godot/imported/bar_round_gloss_small.png-5954f9b97db0d5d612d05d65f165921c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-5954f9b97db0d5d612d05d65f165921c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..88d52dc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..a3c7721
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://3g3l0jjtk73u"
+path="res://.godot/imported/bar_round_gloss_small_l.png-c104750b4094c903675800a79ad7e00d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-c104750b4094c903675800a79ad7e00d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..8cb69e5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..32e4a95
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bb0wsb7pi21f1"
+path="res://.godot/imported/bar_round_gloss_small_m.png-2049940e9d99ce2624df3d8b4232f9ce.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-2049940e9d99ce2624df3d8b4232f9ce.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..a32a138
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..b79811d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ggjchnqprsu6"
+path="res://.godot/imported/bar_round_gloss_small_r.png-0620a29df9c5fb4125c7685a49a68a14.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-0620a29df9c5fb4125c7685a49a68a14.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..ee0ddda
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..e28dbae
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6372jdlqhuyx"
+path="res://.godot/imported/bar_round_gloss_small_square.png-3da88cd4acd0b9f81ebb79d953eebade.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-3da88cd4acd0b9f81ebb79d953eebade.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large.png
new file mode 100644
index 0000000..084c6f8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large.png.import
new file mode 100644
index 0000000..c765ee4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dk5tbvqxjwq4e"
+path="res://.godot/imported/bar_round_large.png-4757fba5793162bc076b8ca731fe99b8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-4757fba5793162bc076b8ca731fe99b8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_l.png
new file mode 100644
index 0000000..b5f7e43
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_l.png.import
new file mode 100644
index 0000000..1108cd6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjxia3wshh8bc"
+path="res://.godot/imported/bar_round_large_l.png-a8eaa647dcda4307cd59455d9f036052.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-a8eaa647dcda4307cd59455d9f036052.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_m.png
new file mode 100644
index 0000000..43aefbd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_m.png.import
new file mode 100644
index 0000000..dc2ee7b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1fep6yl8276"
+path="res://.godot/imported/bar_round_large_m.png-7bd058706b8a0b71fd1a6cefc2043566.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-7bd058706b8a0b71fd1a6cefc2043566.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_r.png
new file mode 100644
index 0000000..9e1bc83
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_r.png.import
new file mode 100644
index 0000000..dc28864
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b3h8mxvlo1p72"
+path="res://.godot/imported/bar_round_large_r.png-ae3e10ba785aca4cc74ce2b56fc2857e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-ae3e10ba785aca4cc74ce2b56fc2857e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_square.png
new file mode 100644
index 0000000..fd6d0b8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_square.png.import
new file mode 100644
index 0000000..14dfc56
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://upre6xrdqdgb"
+path="res://.godot/imported/bar_round_large_square.png-ee63470e6010c0c2eb121390dc3b6f0e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-ee63470e6010c0c2eb121390dc3b6f0e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small.png
new file mode 100644
index 0000000..22fba0b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small.png.import
new file mode 100644
index 0000000..bec057a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpp2yr3dleyd2"
+path="res://.godot/imported/bar_round_small.png-5a2227c5f25b6e9c19ac4b06f2fbd7d7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-5a2227c5f25b6e9c19ac4b06f2fbd7d7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_l.png
new file mode 100644
index 0000000..80aea2f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_l.png.import
new file mode 100644
index 0000000..b67dc68
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cnuy6ffdgxsvy"
+path="res://.godot/imported/bar_round_small_l.png-e86ef7d4de1dde8997fd50e58d1b2bbf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-e86ef7d4de1dde8997fd50e58d1b2bbf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_m.png
new file mode 100644
index 0000000..7de4f8a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_m.png.import
new file mode 100644
index 0000000..339ac73
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bytitplk0sidn"
+path="res://.godot/imported/bar_round_small_m.png-f03e65b87d1f6f3adc45d41572038df3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-f03e65b87d1f6f3adc45d41572038df3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_r.png
new file mode 100644
index 0000000..5570e82
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_r.png.import
new file mode 100644
index 0000000..f9816f9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1efx7xjefh4w"
+path="res://.godot/imported/bar_round_small_r.png-cdb837f199ceac6f6c3a98a032e16fc9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-cdb837f199ceac6f6c3a98a032e16fc9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_square.png
new file mode 100644
index 0000000..4ca8699
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_square.png.import
new file mode 100644
index 0000000..673b2f7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqaui3virmlpo"
+path="res://.godot/imported/bar_round_small_square.png-cfad274c19323bd8692070a8aefab683.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-cfad274c19323bd8692070a8aefab683.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large.png
new file mode 100644
index 0000000..583099c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..5bda9c4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c5u14dkaebh1l"
+path="res://.godot/imported/bar_square_gloss_large.png-7419327854f221f617583a1a21770b7d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-7419327854f221f617583a1a21770b7d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..d5d2b12
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..ecbb28a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1l4kicx1pu6s"
+path="res://.godot/imported/bar_square_gloss_large_l.png-1752d8f92b4c54c152a98ed02db8758b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-1752d8f92b4c54c152a98ed02db8758b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..aa55907
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..889ee32
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xfj7im42ropk"
+path="res://.godot/imported/bar_square_gloss_large_m.png-7a64267c30541629ec5350eac324251e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-7a64267c30541629ec5350eac324251e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..5b3470e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..8702d12
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://behbpdp5r1y7g"
+path="res://.godot/imported/bar_square_gloss_large_r.png-77ab09f381c17297a98ea1da49e9792d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-77ab09f381c17297a98ea1da49e9792d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..9ea3ee9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..ae26a77
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b8jf4s3rslc22"
+path="res://.godot/imported/bar_square_gloss_large_square.png-9478a2c2ebaa60bb08e00f03152c1889.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-9478a2c2ebaa60bb08e00f03152c1889.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small.png
new file mode 100644
index 0000000..1d234ce
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..ae5d5f3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b5uor8wrt1kq6"
+path="res://.godot/imported/bar_square_gloss_small.png-089f36324de7b59818d7356f07e8f73a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-089f36324de7b59818d7356f07e8f73a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..1bb5120
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..a578615
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bktc7pvlsriwa"
+path="res://.godot/imported/bar_square_gloss_small_l.png-1bcf787f26007103d39a05d3b5d93c5e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-1bcf787f26007103d39a05d3b5d93c5e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..8cb69e5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..bb76567
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://p81ydhidmige"
+path="res://.godot/imported/bar_square_gloss_small_m.png-4687f512a68f360e8ce37681e1667ae9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-4687f512a68f360e8ce37681e1667ae9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..7cb4bd7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..c29cd46
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ca74bfrgqj0ak"
+path="res://.godot/imported/bar_square_gloss_small_r.png-60c4467824d928cce712ab04bdd8c43b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-60c4467824d928cce712ab04bdd8c43b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..f6ed7d6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..58ce3c5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dundc0whapshu"
+path="res://.godot/imported/bar_square_gloss_small_square.png-1faa309eded639bfecc54dcca96136a0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-1faa309eded639bfecc54dcca96136a0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large.png
new file mode 100644
index 0000000..962a46d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large.png.import
new file mode 100644
index 0000000..ccf5d7e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3ooq67b2qics"
+path="res://.godot/imported/bar_square_large.png-0d56c4c1a54c6edf414d5ac6924135f9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-0d56c4c1a54c6edf414d5ac6924135f9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_l.png
new file mode 100644
index 0000000..cc4d848
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_l.png.import
new file mode 100644
index 0000000..00e28e5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b638pc04acok4"
+path="res://.godot/imported/bar_square_large_l.png-f1572cf3202f0d7e725b810b9c571517.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-f1572cf3202f0d7e725b810b9c571517.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_m.png
new file mode 100644
index 0000000..43aefbd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_m.png.import
new file mode 100644
index 0000000..3daecf6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ds8f1xxxl8qkp"
+path="res://.godot/imported/bar_square_large_m.png-7b135ef5e70e478648b15573ec2fd1a1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-7b135ef5e70e478648b15573ec2fd1a1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_r.png
new file mode 100644
index 0000000..a85ac79
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_r.png.import
new file mode 100644
index 0000000..ed55933
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1h847s34smrb"
+path="res://.godot/imported/bar_square_large_r.png-e1af3ccd7f9df02cfe8ab9812ad38fac.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-e1af3ccd7f9df02cfe8ab9812ad38fac.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_square.png
new file mode 100644
index 0000000..61c96c2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_square.png.import
new file mode 100644
index 0000000..4a36fcd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bwq38d20wmpdl"
+path="res://.godot/imported/bar_square_large_square.png-fa71ec69deb3888a2a1d86f7eae43391.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-fa71ec69deb3888a2a1d86f7eae43391.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small.png
new file mode 100644
index 0000000..717044b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small.png.import
new file mode 100644
index 0000000..38ad3d4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://tktwv85a8q6"
+path="res://.godot/imported/bar_square_small.png-8b4f923e7712e9687231e4ffdb9dd57d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-8b4f923e7712e9687231e4ffdb9dd57d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_l.png
new file mode 100644
index 0000000..03d7896
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_l.png.import
new file mode 100644
index 0000000..0f5b641
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://do3ppsdjl6elv"
+path="res://.godot/imported/bar_square_small_l.png-bdd02cbc7e91b7f8cbd21a9a195b6cb3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-bdd02cbc7e91b7f8cbd21a9a195b6cb3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_m.png
new file mode 100644
index 0000000..7de4f8a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_m.png.import
new file mode 100644
index 0000000..2daa574
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cp4d163h2hin6"
+path="res://.godot/imported/bar_square_small_m.png-c0672b35e0110019ee18b6c08adfff8c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-c0672b35e0110019ee18b6c08adfff8c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_r.png
new file mode 100644
index 0000000..e25abfd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_r.png.import
new file mode 100644
index 0000000..bbc4b33
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3d4qm3fvy0fc"
+path="res://.godot/imported/bar_square_small_r.png-27ff2524e9c9b8c4e47f79abe93ea5f6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-27ff2524e9c9b8c4e47f79abe93ea5f6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_square.png
new file mode 100644
index 0000000..b39a8ca
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_square.png.import
new file mode 100644
index 0000000..2e33717
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://y5p5v6rl8krs"
+path="res://.godot/imported/bar_square_small_square.png-732c63815aeed690f586c940a9cc6a85.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-732c63815aeed690f586c940a9cc6a85.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..ccc11a9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..cc0f13e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0cdmwxewoaod"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-6523c7880500651029fe2793b5810045.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-6523c7880500651029fe2793b5810045.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..5618bac
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..cf027a1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b5wj02k315pwf"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-40f4d76071102b207f05e8bcf652a1ad.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-40f4d76071102b207f05e8bcf652a1ad.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square.png
new file mode 100644
index 0000000..6f8e1db
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..a7e4af6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bi64l3dwuoun1"
+path="res://.godot/imported/button_square_header_blade_square.png-30b89b00625c67001c2f79f44d0f8315.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-30b89b00625c67001c2f79f44d0f8315.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..db65f2d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..d7781de
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://caxl2hlbdmr80"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-937e37dd55d2f1d7a9b0d6ebade03ee2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-937e37dd55d2f1d7a9b0d6ebade03ee2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..21ce20a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..9689521
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqilpvb7k0r3"
+path="res://.godot/imported/button_square_header_large_rectangle.png-b4c4c4416c60a86da4b8643c524891c5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-b4c4c4416c60a86da4b8643c524891c5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..4f4c084
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..8b0b32f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://qlguxntep738"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-0765a9f9d52424c52ea74e5e69019a42.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-0765a9f9d52424c52ea74e5e69019a42.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square.png
new file mode 100644
index 0000000..61e48f8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square.png.import
new file mode 100644
index 0000000..cf8be05
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c2qw7whnkykaw"
+path="res://.godot/imported/button_square_header_large_square.png-8021c338c2bd814ad3c0c21ef97278b0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-8021c338c2bd814ad3c0c21ef97278b0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..cf7cd25
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..ddeea8f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c738sxtc556ul"
+path="res://.godot/imported/button_square_header_large_square_screws.png-1da86d83cbdafd7035333652c0472ad1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-1da86d83cbdafd7035333652c0472ad1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..6eb1338
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..04a7ec3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bydhc38687ot4"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-803e856dd2357ff421887d9672f8bfdc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-803e856dd2357ff421887d9672f8bfdc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..6bbe2a2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..ee55bee
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d13bpgwya2ai8"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-4e7fae0e5827abb1fb49c176f767d663.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-4e7fae0e5827abb1fb49c176f767d663.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square.png
new file mode 100644
index 0000000..67c9cce
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..db9f8da
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://yhtwgafd4022"
+path="res://.godot/imported/button_square_header_notch_square.png-8f9ddeea30a3f2b36265e32795ac8a5a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-8f9ddeea30a3f2b36265e32795ac8a5a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..28a523a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..95618b1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bfg7irhjt3dem"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-30083fb53d4e56711333cae63d99a94e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-30083fb53d4e56711333cae63d99a94e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..2e87264
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..0d83570
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://croiidj3o2plc"
+path="res://.godot/imported/button_square_header_small_rectangle.png-22f2be1d9c15fe1352e9e59074e82b8c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-22f2be1d9c15fe1352e9e59074e82b8c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..0a46798
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..439d4f2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdqgunx8nidlg"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-03b410dd6dada29a5583158156c567f7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-03b410dd6dada29a5583158156c567f7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square.png
new file mode 100644
index 0000000..d6e96a6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square.png.import
new file mode 100644
index 0000000..43e7f69
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhlorfn8qy3jf"
+path="res://.godot/imported/button_square_header_small_square.png-02bc56ec4bfa4965d1f87b5a057b88ec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-02bc56ec4bfa4965d1f87b5a057b88ec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..06b2097
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..ae901c8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d22p0en81lwtt"
+path="res://.godot/imported/button_square_header_small_square_screws.png-c4210e7ebdb0513bb35f0fd7a5389e83.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-c4210e7ebdb0513bb35f0fd7a5389e83.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_a.png
new file mode 100644
index 0000000..1178ef7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_a.png.import
new file mode 100644
index 0000000..5d05f65
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dh46fbq1ofy6m"
+path="res://.godot/imported/crosshair_color_a.png-976755a3b5e459c6c3b69ce1153121b8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-976755a3b5e459c6c3b69ce1153121b8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_b.png
new file mode 100644
index 0000000..eba4ad1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_b.png.import
new file mode 100644
index 0000000..ac3bd38
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://csqjie3wvtc76"
+path="res://.godot/imported/crosshair_color_b.png-21003ec691be88ab492d98b16a9bcba7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-21003ec691be88ab492d98b16a9bcba7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_c.png
new file mode 100644
index 0000000..5e3ab66
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_c.png.import
new file mode 100644
index 0000000..709426b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dcxdy317ntpu1"
+path="res://.godot/imported/crosshair_color_c.png-45aef4c506cc2d8175259636beca26db.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-45aef4c506cc2d8175259636beca26db.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_d.png
new file mode 100644
index 0000000..de52a47
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_d.png.import
new file mode 100644
index 0000000..eb36da0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cq6sex5xysnhb"
+path="res://.godot/imported/crosshair_color_d.png-9f9a03d77710ce9eb39920ea91986ee6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Default/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-9f9a03d77710ce9eb39920ea91986ee6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large.png
new file mode 100644
index 0000000..d8e2033
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..d94f07a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1uy1mtefc28a"
+path="res://.godot/imported/bar_round_gloss_large.png-cd9e483200907d8e378e2eedf3aa551e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-cd9e483200907d8e378e2eedf3aa551e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..9b2e34e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..344cfca
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxir62fwj51a8"
+path="res://.godot/imported/bar_round_gloss_large_l.png-0cb4c2a06445dee22c22b75e483910d0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-0cb4c2a06445dee22c22b75e483910d0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..4760ddf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..288c066
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cedd8nh534j56"
+path="res://.godot/imported/bar_round_gloss_large_m.png-114b13aea434f1c3da20c8c13d848fdb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-114b13aea434f1c3da20c8c13d848fdb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..a699095
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..b81c557
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dxgdsxiris4lb"
+path="res://.godot/imported/bar_round_gloss_large_r.png-8716caf90ead790287179f12dac00414.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-8716caf90ead790287179f12dac00414.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..52128a1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..ce6d9df
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://tfnvp01wohcw"
+path="res://.godot/imported/bar_round_gloss_large_square.png-cd7b2195eafc91b288f9260113bec6a1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-cd7b2195eafc91b288f9260113bec6a1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small.png
new file mode 100644
index 0000000..442d5b0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..2df588b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://u7ekuox7eupj"
+path="res://.godot/imported/bar_round_gloss_small.png-d636059777e2ea6332668442be20990e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-d636059777e2ea6332668442be20990e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..f739d68
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..2e6c55e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://g0uhnbhw5hyk"
+path="res://.godot/imported/bar_round_gloss_small_l.png-1213dee569e15e98f85d35e39e017006.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-1213dee569e15e98f85d35e39e017006.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..ac5452e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..4eb3468
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://brnnrto57v302"
+path="res://.godot/imported/bar_round_gloss_small_m.png-9902a0dd80dd970803b7dabe4497329f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-9902a0dd80dd970803b7dabe4497329f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..0be0130
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..140294f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bwd53t1htcwtb"
+path="res://.godot/imported/bar_round_gloss_small_r.png-055404a9244ab2248159ce3ef69cd132.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-055404a9244ab2248159ce3ef69cd132.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..3eebe2c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..017df83
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bghr3rqsa8073"
+path="res://.godot/imported/bar_round_gloss_small_square.png-34373540dc65fb61c7fe80c180323148.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-34373540dc65fb61c7fe80c180323148.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large.png
new file mode 100644
index 0000000..58168fa
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large.png.import
new file mode 100644
index 0000000..f1e45d8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ydokaxqty1di"
+path="res://.godot/imported/bar_round_large.png-084aff07122233d9b06c706de62290d4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-084aff07122233d9b06c706de62290d4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_l.png
new file mode 100644
index 0000000..70422f7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_l.png.import
new file mode 100644
index 0000000..2677247
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cdj7s0r10qlfs"
+path="res://.godot/imported/bar_round_large_l.png-a390843092fc15cb455b9710fd732893.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-a390843092fc15cb455b9710fd732893.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_m.png
new file mode 100644
index 0000000..dee1d17
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_m.png.import
new file mode 100644
index 0000000..e55c540
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://tpll5jl8pwsb"
+path="res://.godot/imported/bar_round_large_m.png-7c3d79bfa44121f4447f373534dd02dd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-7c3d79bfa44121f4447f373534dd02dd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_r.png
new file mode 100644
index 0000000..ce76dfc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_r.png.import
new file mode 100644
index 0000000..8fcb37b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bgx0mhdc00xup"
+path="res://.godot/imported/bar_round_large_r.png-fa507ad558108577d45df156cb80f390.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-fa507ad558108577d45df156cb80f390.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_square.png
new file mode 100644
index 0000000..45a340a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_square.png.import
new file mode 100644
index 0000000..11c4bf3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b0dvar0atbhw1"
+path="res://.godot/imported/bar_round_large_square.png-3b3c1c722b600a5adef80186980255ea.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-3b3c1c722b600a5adef80186980255ea.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small.png
new file mode 100644
index 0000000..33b0aaf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small.png.import
new file mode 100644
index 0000000..b70c1bd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0tqiw4wh6wfk"
+path="res://.godot/imported/bar_round_small.png-fc209dfe4c835793593e8f3cc45e5bc2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-fc209dfe4c835793593e8f3cc45e5bc2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_l.png
new file mode 100644
index 0000000..a261e08
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_l.png.import
new file mode 100644
index 0000000..0e0e917
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://l1oq63q42fm8"
+path="res://.godot/imported/bar_round_small_l.png-69e4d41ad7b8e9bbfe6ed2b4bed1ce82.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-69e4d41ad7b8e9bbfe6ed2b4bed1ce82.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_m.png
new file mode 100644
index 0000000..08c7c0f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_m.png.import
new file mode 100644
index 0000000..fa16c38
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://nbftbbo4k7wo"
+path="res://.godot/imported/bar_round_small_m.png-908b1acc7ee0a85ba789a7dd235b2048.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-908b1acc7ee0a85ba789a7dd235b2048.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_r.png
new file mode 100644
index 0000000..495dc48
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_r.png.import
new file mode 100644
index 0000000..3041ee6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1mm5e74qe17b"
+path="res://.godot/imported/bar_round_small_r.png-9cc9554a5ef52ee88eceb8f43980be25.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-9cc9554a5ef52ee88eceb8f43980be25.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_square.png
new file mode 100644
index 0000000..e546808
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_square.png.import
new file mode 100644
index 0000000..a4038ec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dp1s8samiomh"
+path="res://.godot/imported/bar_round_small_square.png-a35a3801ce325b66edded3176d5a95a7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-a35a3801ce325b66edded3176d5a95a7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large.png
new file mode 100644
index 0000000..e917dcd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..a5fd8ae
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bcsqu172cvjye"
+path="res://.godot/imported/bar_square_gloss_large.png-6b9e6824eef9c835a340c4648257984b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-6b9e6824eef9c835a340c4648257984b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..0449a03
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..1ac4d1b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://q312i6iiy32d"
+path="res://.godot/imported/bar_square_gloss_large_l.png-06d9e446ba8b6596723620c0c504d48c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-06d9e446ba8b6596723620c0c504d48c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..4760ddf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..73283ed
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bh8mjv40derua"
+path="res://.godot/imported/bar_square_gloss_large_m.png-9b9948b5cb82cd78e92da090afa80b3f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-9b9948b5cb82cd78e92da090afa80b3f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..1bfdaee
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..4417ed1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdn5itaylkgrc"
+path="res://.godot/imported/bar_square_gloss_large_r.png-9eb8324235cb843ea02854238f91b980.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-9eb8324235cb843ea02854238f91b980.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..451d1a4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..6b8b680
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://6bhclscsfbk6"
+path="res://.godot/imported/bar_square_gloss_large_square.png-e7396b4104a6da60773dd83ba5625704.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-e7396b4104a6da60773dd83ba5625704.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small.png
new file mode 100644
index 0000000..e8af7d6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..5a2dd94
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://don2p3aper70a"
+path="res://.godot/imported/bar_square_gloss_small.png-b4728fe5ae7d8745e7fa1b562057d5ed.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-b4728fe5ae7d8745e7fa1b562057d5ed.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..95ba0c9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..3281130
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://65kruere8575"
+path="res://.godot/imported/bar_square_gloss_small_l.png-62371bdb55f4ded7189330911c2b34d1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-62371bdb55f4ded7189330911c2b34d1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..ac5452e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..fa4b998
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cehukjdsu4a6m"
+path="res://.godot/imported/bar_square_gloss_small_m.png-e257a427aa8a513fec945d3b4fb3d450.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-e257a427aa8a513fec945d3b4fb3d450.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..6b9a3e9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..8ea9065
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dxqybsenqkph7"
+path="res://.godot/imported/bar_square_gloss_small_r.png-9c6cac4b0b1ec23e4cec6af5158ab648.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-9c6cac4b0b1ec23e4cec6af5158ab648.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..e6f53b2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..7f099dc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3teta42dl72h"
+path="res://.godot/imported/bar_square_gloss_small_square.png-2dad7e132b3a513ad25836ac24bae980.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-2dad7e132b3a513ad25836ac24bae980.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large.png
new file mode 100644
index 0000000..9d1149f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large.png.import
new file mode 100644
index 0000000..e13c9ec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dc3ts570s5iie"
+path="res://.godot/imported/bar_square_large.png-3e256f2760f5bd43855f02371a4f8c55.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-3e256f2760f5bd43855f02371a4f8c55.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_l.png
new file mode 100644
index 0000000..0cabcf4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_l.png.import
new file mode 100644
index 0000000..a16ff6b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvc6spyn85mau"
+path="res://.godot/imported/bar_square_large_l.png-43b40410859c2a96abbe22ee1aee4b34.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-43b40410859c2a96abbe22ee1aee4b34.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_m.png
new file mode 100644
index 0000000..dee1d17
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_m.png.import
new file mode 100644
index 0000000..90e86ae
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://co1vbn2m7gauu"
+path="res://.godot/imported/bar_square_large_m.png-8c68ae7a3d5ba59684091328ffd76219.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-8c68ae7a3d5ba59684091328ffd76219.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_r.png
new file mode 100644
index 0000000..4a98548
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_r.png.import
new file mode 100644
index 0000000..fb6d2c9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7ukqaoxkk17j"
+path="res://.godot/imported/bar_square_large_r.png-6d05dc08859bfa1a0e7c50d82787ede8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-6d05dc08859bfa1a0e7c50d82787ede8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_square.png
new file mode 100644
index 0000000..d89078d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_square.png.import
new file mode 100644
index 0000000..f4d0a89
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bkfr8xonfarx3"
+path="res://.godot/imported/bar_square_large_square.png-c3dbcaa3f21864e7ba8e560e80e51e8a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-c3dbcaa3f21864e7ba8e560e80e51e8a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small.png
new file mode 100644
index 0000000..2f40f17
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small.png.import
new file mode 100644
index 0000000..46c8124
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bd7ewlswqdhx8"
+path="res://.godot/imported/bar_square_small.png-a64d0050542056f35f7a69819ec0ccd3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-a64d0050542056f35f7a69819ec0ccd3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_l.png
new file mode 100644
index 0000000..141033f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_l.png.import
new file mode 100644
index 0000000..edf4e47
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bsse4vghb7drh"
+path="res://.godot/imported/bar_square_small_l.png-ebfbec98e08fae33b096d8b5f3b02541.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-ebfbec98e08fae33b096d8b5f3b02541.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_m.png
new file mode 100644
index 0000000..08c7c0f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_m.png.import
new file mode 100644
index 0000000..3ce9948
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b4uebcnn1xxo3"
+path="res://.godot/imported/bar_square_small_m.png-d9100e3acd4775f11ff484f3c96d8913.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-d9100e3acd4775f11ff484f3c96d8913.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_r.png
new file mode 100644
index 0000000..8acf6fd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_r.png.import
new file mode 100644
index 0000000..ca47c36
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://chhxe8xxbq87t"
+path="res://.godot/imported/bar_square_small_r.png-6478f9f3eaca4dcb7c8684d31ba18f1a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-6478f9f3eaca4dcb7c8684d31ba18f1a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_square.png
new file mode 100644
index 0000000..a24b2af
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_square.png.import
new file mode 100644
index 0000000..e80d93d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://fblmokw2av2m"
+path="res://.godot/imported/bar_square_small_square.png-330d353cc739317e36f7ccea1c736c0a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-330d353cc739317e36f7ccea1c736c0a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..3ce0201
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..dcac186
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cr1232uqcktc6"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-fbfd5ae70f2d01a33377aeb86b13e5ca.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-fbfd5ae70f2d01a33377aeb86b13e5ca.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..eea3ba2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..e8295d6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6wjajfn84i4k"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-c6c327fa6cf5c9288ac36341a1b86860.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-c6c327fa6cf5c9288ac36341a1b86860.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square.png
new file mode 100644
index 0000000..c56c47c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..951cf56
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://74mx8r3lfgx4"
+path="res://.godot/imported/button_square_header_blade_square.png-d057fc3f642f19b40221dde4a38d936a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-d057fc3f642f19b40221dde4a38d936a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..5317d5f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..bcd7941
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://duokopovob3qb"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-a16af263da43e55d58b3d62e2da894f8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-a16af263da43e55d58b3d62e2da894f8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..829eb39
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..26bf61b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://sxqmkk0l1at2"
+path="res://.godot/imported/button_square_header_large_rectangle.png-e6e8ed2e5a02b80200f52637ae573ad7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-e6e8ed2e5a02b80200f52637ae573ad7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..a642a0b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..d5b4f6c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxhbldhl0a7x5"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-fd40804f108d0ed1ba09a8d5592cf5fc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-fd40804f108d0ed1ba09a8d5592cf5fc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square.png
new file mode 100644
index 0000000..8ed99ee
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square.png.import
new file mode 100644
index 0000000..00a13a7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bpwsruu7pc6y8"
+path="res://.godot/imported/button_square_header_large_square.png-bc4c9972059d1a582a15c52c1c8d1499.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-bc4c9972059d1a582a15c52c1c8d1499.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..658fdc5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..8b596dc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://tox2rta4mpl2"
+path="res://.godot/imported/button_square_header_large_square_screws.png-2715bfb44f3a34cbe91d3b12a28fb5a9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-2715bfb44f3a34cbe91d3b12a28fb5a9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..f3e783e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..11aec7e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://chcypadi075mj"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-137376c271bac52cd3665ba0b03c7daf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-137376c271bac52cd3665ba0b03c7daf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..0a9630e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..9a639c1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ce063k5rq0437"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-370401a337054226ab9e754c45c8c910.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-370401a337054226ab9e754c45c8c910.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square.png
new file mode 100644
index 0000000..7c88a16
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..79a1c50
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4hx6kdh4tb2w"
+path="res://.godot/imported/button_square_header_notch_square.png-7ab62d6b3126ed50105f3310504e1993.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-7ab62d6b3126ed50105f3310504e1993.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..c0ff25d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..f34b8e0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cdlm4axha2rq7"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-a104e375919268dd3f0f5972382452bf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-a104e375919268dd3f0f5972382452bf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..fa58bf9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..89ad27c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ho5p8icqvbaa"
+path="res://.godot/imported/button_square_header_small_rectangle.png-caf8e05d3974b6026139fc00a7c1cd4b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-caf8e05d3974b6026139fc00a7c1cd4b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..def341a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..bffed73
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://l8k237tii1tf"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-916c61e9fae108c9d31138b12bf90235.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-916c61e9fae108c9d31138b12bf90235.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square.png
new file mode 100644
index 0000000..9646402
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square.png.import
new file mode 100644
index 0000000..238367f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ovyx3rojfy07"
+path="res://.godot/imported/button_square_header_small_square.png-fa265a0b8438df84c778fdd31ab95a7d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-fa265a0b8438df84c778fdd31ab95a7d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..42d3153
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..d9cef78
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bh0qvqdhntgs5"
+path="res://.godot/imported/button_square_header_small_square_screws.png-eba80977242592575b1c09bfb85e8d94.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-eba80977242592575b1c09bfb85e8d94.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_a.png
new file mode 100644
index 0000000..01dd21c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_a.png.import
new file mode 100644
index 0000000..fb6435e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://3hod8tsinwqs"
+path="res://.godot/imported/crosshair_color_a.png-acb4aba2ca97f997c9d8467d6cd988bb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-acb4aba2ca97f997c9d8467d6cd988bb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_b.png
new file mode 100644
index 0000000..ccc3b03
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_b.png.import
new file mode 100644
index 0000000..2d6bac0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bsm5bj44jujy0"
+path="res://.godot/imported/crosshair_color_b.png-52bba0dc74cefcc75c7e61da89a7613f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-52bba0dc74cefcc75c7e61da89a7613f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_c.png
new file mode 100644
index 0000000..aad94a2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_c.png.import
new file mode 100644
index 0000000..d0ff07a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dwwuc2skrbhux"
+path="res://.godot/imported/crosshair_color_c.png-f385cd43cc6c9a405994ee7822f9c8cc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-f385cd43cc6c9a405994ee7822f9c8cc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_d.png
new file mode 100644
index 0000000..ba21913
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_d.png.import
new file mode 100644
index 0000000..2bf87e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b8ln4iy2xhnag"
+path="res://.godot/imported/crosshair_color_d.png-5b123c453a200b3080e6ba0b8ed685cb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Blue/Double/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-5b123c453a200b3080e6ba0b8ed685cb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large.png
new file mode 100644
index 0000000..0c97fd4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large.png.import
new file mode 100644
index 0000000..53b478d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gtdpkqdmly7p"
+path="res://.godot/imported/bar_shadow_round_large.png-07f31f603cf99b88533fb2fdd1a144ff.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large.png-07f31f603cf99b88533fb2fdd1a144ff.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_l.png
new file mode 100644
index 0000000..e6df322
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_l.png.import
new file mode 100644
index 0000000..e29fda4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dr62viprqmpq4"
+path="res://.godot/imported/bar_shadow_round_large_l.png-2ec1512bf9b5a416080ee0dc6cc32e8f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_l.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large_l.png-2ec1512bf9b5a416080ee0dc6cc32e8f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_m.png
new file mode 100644
index 0000000..91c7dff
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_m.png.import
new file mode 100644
index 0000000..60d396e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b5ndwwvyvp0cy"
+path="res://.godot/imported/bar_shadow_round_large_m.png-9dec096e11b286aa94bc655bc906124a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_m.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large_m.png-9dec096e11b286aa94bc655bc906124a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_r.png
new file mode 100644
index 0000000..697e72c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_r.png.import
new file mode 100644
index 0000000..37947a6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0uoheeh8p3d3"
+path="res://.godot/imported/bar_shadow_round_large_r.png-4d449d2248206a2052f52474429e8fbd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_r.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large_r.png-4d449d2248206a2052f52474429e8fbd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_square.png
new file mode 100644
index 0000000..92983b7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_square.png.import
new file mode 100644
index 0000000..f3d7eb3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://tdt3u2v2moim"
+path="res://.godot/imported/bar_shadow_round_large_square.png-f33177ade5347a72880445271c5bf710.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_large_square.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large_square.png-f33177ade5347a72880445271c5bf710.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large.png
new file mode 100644
index 0000000..ca4b552
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large.png.import
new file mode 100644
index 0000000..5fe2495
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ncisseo6cxr5"
+path="res://.godot/imported/bar_shadow_round_outline_large.png-ab1ea4d7dd64676203f8b40df64ba625.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large.png-ab1ea4d7dd64676203f8b40df64ba625.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_l.png
new file mode 100644
index 0000000..272e9df
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_l.png.import
new file mode 100644
index 0000000..721c19d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dybxrgngxexjp"
+path="res://.godot/imported/bar_shadow_round_outline_large_l.png-15f46c49fdbdfd54dd1b02adb9d795ab.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_l.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_l.png-15f46c49fdbdfd54dd1b02adb9d795ab.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_m.png
new file mode 100644
index 0000000..9412aee
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_m.png.import
new file mode 100644
index 0000000..6d46af5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bg2daksx0efdb"
+path="res://.godot/imported/bar_shadow_round_outline_large_m.png-0ff6d3ed1c972720bbba965e47573060.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_m.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_m.png-0ff6d3ed1c972720bbba965e47573060.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_r.png
new file mode 100644
index 0000000..caa3cdd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_r.png.import
new file mode 100644
index 0000000..59e2ba9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwi0dldufcvy"
+path="res://.godot/imported/bar_shadow_round_outline_large_r.png-d0bf02a8dcf38a03c1aa03af00fbd452.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_r.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_r.png-d0bf02a8dcf38a03c1aa03af00fbd452.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_square.png
new file mode 100644
index 0000000..87c00f2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_square.png.import
new file mode 100644
index 0000000..b0a09e6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d2o005b7efpq8"
+path="res://.godot/imported/bar_shadow_round_outline_large_square.png-b51a01e44657bbe7e5290ef993ee3086.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_large_square.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_square.png-b51a01e44657bbe7e5290ef993ee3086.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small.png
new file mode 100644
index 0000000..f18ac2c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small.png.import
new file mode 100644
index 0000000..d03a600
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://oy622pv0yqo"
+path="res://.godot/imported/bar_shadow_round_outline_small.png-4f39da44b4a81eab7f4b9644e9ad4b39.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small.png-4f39da44b4a81eab7f4b9644e9ad4b39.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_l.png
new file mode 100644
index 0000000..e0ad69e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_l.png.import
new file mode 100644
index 0000000..43c4d57
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cot551bgxbck4"
+path="res://.godot/imported/bar_shadow_round_outline_small_l.png-135c745471b6671fe0b42d97ace04fae.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_l.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_l.png-135c745471b6671fe0b42d97ace04fae.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_m.png
new file mode 100644
index 0000000..aa3fbc2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_m.png.import
new file mode 100644
index 0000000..9255a56
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7uy38glsh18b"
+path="res://.godot/imported/bar_shadow_round_outline_small_m.png-2755e985d5ae418897ad25b5382fcab1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_m.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_m.png-2755e985d5ae418897ad25b5382fcab1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_r.png
new file mode 100644
index 0000000..5c332d9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_r.png.import
new file mode 100644
index 0000000..fd583fa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://76httbv36vgc"
+path="res://.godot/imported/bar_shadow_round_outline_small_r.png-05c8d330ea470274381cfe0043956310.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_r.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_r.png-05c8d330ea470274381cfe0043956310.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_square.png
new file mode 100644
index 0000000..11e5b7d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_square.png.import
new file mode 100644
index 0000000..4701e62
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctxrkqj87a4rk"
+path="res://.godot/imported/bar_shadow_round_outline_small_square.png-3a93c8fb586d52d4f091801ac23da029.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_outline_small_square.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_square.png-3a93c8fb586d52d4f091801ac23da029.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small.png
new file mode 100644
index 0000000..32bf61d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small.png.import
new file mode 100644
index 0000000..0f25f17
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3x0kb2liudcb"
+path="res://.godot/imported/bar_shadow_round_small.png-676d91d3fc43ca29e6ceb5aaf0ba6434.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small.png-676d91d3fc43ca29e6ceb5aaf0ba6434.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_l.png
new file mode 100644
index 0000000..3c5039e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_l.png.import
new file mode 100644
index 0000000..19c692f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://chb8ayl4uiicl"
+path="res://.godot/imported/bar_shadow_round_small_l.png-78b5c0b118dd05cf675cad97603d0c19.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_l.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small_l.png-78b5c0b118dd05cf675cad97603d0c19.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_m.png
new file mode 100644
index 0000000..b8388a3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_m.png.import
new file mode 100644
index 0000000..7efce32
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dyraf0ihrdfyp"
+path="res://.godot/imported/bar_shadow_round_small_m.png-8ff654eec362725abd10003eddce15a7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_m.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small_m.png-8ff654eec362725abd10003eddce15a7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_r.png
new file mode 100644
index 0000000..76621ca
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_r.png.import
new file mode 100644
index 0000000..9cf685f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cipfhrxo0160j"
+path="res://.godot/imported/bar_shadow_round_small_r.png-2345eba2eef6f3466a78b2b6ed42cb33.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_r.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small_r.png-2345eba2eef6f3466a78b2b6ed42cb33.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_square.png
new file mode 100644
index 0000000..3fb3151
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_square.png.import
new file mode 100644
index 0000000..ca6ce8f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b2gdmxp6au0ic"
+path="res://.godot/imported/bar_shadow_round_small_square.png-39a303e8a49540dcc45feef56a9c5855.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_round_small_square.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small_square.png-39a303e8a49540dcc45feef56a9c5855.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large.png
new file mode 100644
index 0000000..78d7b69
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large.png.import
new file mode 100644
index 0000000..b775222
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0duxknjx1c4j"
+path="res://.godot/imported/bar_shadow_square_large.png-8853d697514e3ea8e0675f9bef517511.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large.png-8853d697514e3ea8e0675f9bef517511.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_l.png
new file mode 100644
index 0000000..d4faa76
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_l.png.import
new file mode 100644
index 0000000..be6a25c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bbggrn1kartx0"
+path="res://.godot/imported/bar_shadow_square_large_l.png-4f241ba670b55b24d6aa68fd7ff732a1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_l.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large_l.png-4f241ba670b55b24d6aa68fd7ff732a1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_m.png
new file mode 100644
index 0000000..91c7dff
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_m.png.import
new file mode 100644
index 0000000..de01774
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://pmxp0q81uaav"
+path="res://.godot/imported/bar_shadow_square_large_m.png-304fdca6576fb546cbb7dc17474ee616.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_m.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large_m.png-304fdca6576fb546cbb7dc17474ee616.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_r.png
new file mode 100644
index 0000000..67cdcce
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_r.png.import
new file mode 100644
index 0000000..7360fad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://jkdn3p8d8v1x"
+path="res://.godot/imported/bar_shadow_square_large_r.png-8ef2640d94e86073d08525ded8b17b26.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_r.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large_r.png-8ef2640d94e86073d08525ded8b17b26.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_square.png
new file mode 100644
index 0000000..ba86e7e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_square.png.import
new file mode 100644
index 0000000..899e9b9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://okykeen8ou5s"
+path="res://.godot/imported/bar_shadow_square_large_square.png-d3cf4ef6e5a0c32650b50dfc7e5ee946.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_large_square.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large_square.png-d3cf4ef6e5a0c32650b50dfc7e5ee946.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large.png
new file mode 100644
index 0000000..172b5cb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large.png.import
new file mode 100644
index 0000000..32c6dc9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://sohn13ekkdwc"
+path="res://.godot/imported/bar_shadow_square_outline_large.png-d4c804ab6a7c4d80666caa4e56392e52.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large.png-d4c804ab6a7c4d80666caa4e56392e52.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_l.png
new file mode 100644
index 0000000..2ead5a2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_l.png.import
new file mode 100644
index 0000000..a51e531
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4tubmbkuurte"
+path="res://.godot/imported/bar_shadow_square_outline_large_l.png-05b3663ab4f382a2963bf19c7b3de65c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_l.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_l.png-05b3663ab4f382a2963bf19c7b3de65c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_m.png
new file mode 100644
index 0000000..9412aee
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_m.png.import
new file mode 100644
index 0000000..80081ed
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bkroxqrs178e4"
+path="res://.godot/imported/bar_shadow_square_outline_large_m.png-fd9c4836090e425f0509248cec1fc39f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_m.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_m.png-fd9c4836090e425f0509248cec1fc39f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_r.png
new file mode 100644
index 0000000..dbc35bf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_r.png.import
new file mode 100644
index 0000000..68debea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b31d63y10pq10"
+path="res://.godot/imported/bar_shadow_square_outline_large_r.png-7433c3b544a83c42e66cc67f6abe6e67.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_r.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_r.png-7433c3b544a83c42e66cc67f6abe6e67.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_square.png
new file mode 100644
index 0000000..bca5aa5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_square.png.import
new file mode 100644
index 0000000..caa900b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dxkh4q55pxbf8"
+path="res://.godot/imported/bar_shadow_square_outline_large_square.png-913e49dbddc4ab5b665c8b9a6fc3f6c7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_large_square.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_square.png-913e49dbddc4ab5b665c8b9a6fc3f6c7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small.png
new file mode 100644
index 0000000..47ca480
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small.png.import
new file mode 100644
index 0000000..0dc8318
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3bu5x0pi2fhi"
+path="res://.godot/imported/bar_shadow_square_outline_small.png-95bc8dec8bb5e5f8baad09ad275ec77c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small.png-95bc8dec8bb5e5f8baad09ad275ec77c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_l.png
new file mode 100644
index 0000000..09427a6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_l.png.import
new file mode 100644
index 0000000..1ec4d32
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bi1p7wkeumahv"
+path="res://.godot/imported/bar_shadow_square_outline_small_l.png-41d8cb2b38751a74d1164b30a259c9a6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_l.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_l.png-41d8cb2b38751a74d1164b30a259c9a6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_m.png
new file mode 100644
index 0000000..aa3fbc2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_m.png.import
new file mode 100644
index 0000000..e183ecc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfshoykbolloh"
+path="res://.godot/imported/bar_shadow_square_outline_small_m.png-e25ecfaf024ab8f32697e3ae7226ac66.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_m.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_m.png-e25ecfaf024ab8f32697e3ae7226ac66.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_r.png
new file mode 100644
index 0000000..1647e47
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_r.png.import
new file mode 100644
index 0000000..51087fa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bm5kupl4gid4h"
+path="res://.godot/imported/bar_shadow_square_outline_small_r.png-5711cc2c9e1efcd5f7f498490d7d83a4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_r.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_r.png-5711cc2c9e1efcd5f7f498490d7d83a4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_square.png
new file mode 100644
index 0000000..4ee06d8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_square.png.import
new file mode 100644
index 0000000..caf866f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://hm3eq6504ij"
+path="res://.godot/imported/bar_shadow_square_outline_small_square.png-424abcc987a26b61a6fefddd02f16bb7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_outline_small_square.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_square.png-424abcc987a26b61a6fefddd02f16bb7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small.png
new file mode 100644
index 0000000..b14d590
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small.png.import
new file mode 100644
index 0000000..ee8629b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1owpqy12huoe"
+path="res://.godot/imported/bar_shadow_square_small.png-4ebc3ead182313b198fb9fe8a6c31d1c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small.png-4ebc3ead182313b198fb9fe8a6c31d1c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_l.png
new file mode 100644
index 0000000..b906123
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_l.png.import
new file mode 100644
index 0000000..54079d6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dotf04eyuq7qr"
+path="res://.godot/imported/bar_shadow_square_small_l.png-8d2f1e72180e559289ea589bfe75b62d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_l.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small_l.png-8d2f1e72180e559289ea589bfe75b62d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_m.png
new file mode 100644
index 0000000..b8388a3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_m.png.import
new file mode 100644
index 0000000..89087fc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bt5usew6eg0m"
+path="res://.godot/imported/bar_shadow_square_small_m.png-0c0f0328149a65af20e9d9f3df7a4c0a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_m.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small_m.png-0c0f0328149a65af20e9d9f3df7a4c0a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_r.png
new file mode 100644
index 0000000..035f2c2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_r.png.import
new file mode 100644
index 0000000..c94bb60
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ddbdknluq5x5c"
+path="res://.godot/imported/bar_shadow_square_small_r.png-60b631ae0707b4570dae03b95fc61fdc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_r.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small_r.png-60b631ae0707b4570dae03b95fc61fdc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_square.png
new file mode 100644
index 0000000..07ac4f1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_square.png.import
new file mode 100644
index 0000000..080e00e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3ujavrcwnwhy"
+path="res://.godot/imported/bar_shadow_square_small_square.png-74a511d46ca765d3c5d1950714cc0a3a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/bar_shadow_square_small_square.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small_square.png-74a511d46ca765d3c5d1950714cc0a3a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle.png
new file mode 100644
index 0000000..9fccaf9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle.png.import
new file mode 100644
index 0000000..6e6e165
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://baioakldjce2b"
+path="res://.godot/imported/button_rectangle.png-e2d0befa08154c87b67bc1bdd41635fd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/button_rectangle.png"
+dest_files=["res://.godot/imported/button_rectangle.png-e2d0befa08154c87b67bc1bdd41635fd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle_depth.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle_depth.png
new file mode 100644
index 0000000..e1fc783
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle_depth.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle_depth.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle_depth.png.import
new file mode 100644
index 0000000..0a9f31e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_rectangle_depth.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqpk1bwldtkrr"
+path="res://.godot/imported/button_rectangle_depth.png-68f8edad8032fc32e1e7ee2459d244e2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/button_rectangle_depth.png"
+dest_files=["res://.godot/imported/button_rectangle_depth.png-68f8edad8032fc32e1e7ee2459d244e2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square.png
new file mode 100644
index 0000000..790a55e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square.png.import
new file mode 100644
index 0000000..4ca6872
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dsnoqdnxg1m51"
+path="res://.godot/imported/button_square.png-aed9142699323b93e7bd9bbc9338e3af.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/button_square.png"
+dest_files=["res://.godot/imported/button_square.png-aed9142699323b93e7bd9bbc9338e3af.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square_depth.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square_depth.png
new file mode 100644
index 0000000..7c48cd4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square_depth.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square_depth.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square_depth.png.import
new file mode 100644
index 0000000..a1006b2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/button_square_depth.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cbtw3xyyp2121"
+path="res://.godot/imported/button_square_depth.png-ad030ebf95687113967d0ca2c994b74b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/button_square_depth.png"
+dest_files=["res://.godot/imported/button_square_depth.png-ad030ebf95687113967d0ca2c994b74b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_a.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_a.png
new file mode 100644
index 0000000..dda02d0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_a.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_a.png.import
new file mode 100644
index 0000000..5e0e7b3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gdgb7aed7em7"
+path="res://.godot/imported/crosshair_a.png-332c048b605d205b46a128f2c4b75d42.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/crosshair_a.png"
+dest_files=["res://.godot/imported/crosshair_a.png-332c048b605d205b46a128f2c4b75d42.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_b.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_b.png
new file mode 100644
index 0000000..a91aee1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_b.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_b.png.import
new file mode 100644
index 0000000..01be24b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dqde5bpdlqb6s"
+path="res://.godot/imported/crosshair_b.png-b10a84f1cdcb47c1c5cb50438156bba0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/crosshair_b.png"
+dest_files=["res://.godot/imported/crosshair_b.png-b10a84f1cdcb47c1c5cb50438156bba0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_c.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_c.png
new file mode 100644
index 0000000..022d47d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_c.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_c.png.import
new file mode 100644
index 0000000..4bb9a7f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://x2ar14egv76p"
+path="res://.godot/imported/crosshair_c.png-90706a6ae7db31a1d8cd1a77e815ffc8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/crosshair_c.png"
+dest_files=["res://.godot/imported/crosshair_c.png-90706a6ae7db31a1d8cd1a77e815ffc8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_d.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_d.png
new file mode 100644
index 0000000..27a8e0d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_d.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_d.png.import
new file mode 100644
index 0000000..38e931f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/crosshair_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c83xyf30rtvny"
+path="res://.godot/imported/crosshair_d.png-09f7301f75ed1525fcc86cf5301858bb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/crosshair_d.png"
+dest_files=["res://.godot/imported/crosshair_d.png-09f7301f75ed1525fcc86cf5301858bb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_a.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_a.png
new file mode 100644
index 0000000..42d21d0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_a.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_a.png.import
new file mode 100644
index 0000000..b1d0c71
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0bdsaosqmwof"
+path="res://.godot/imported/cursor_a.png-7c93db0851d6e90d9044b4057fa3e8a4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/cursor_a.png"
+dest_files=["res://.godot/imported/cursor_a.png-7c93db0851d6e90d9044b4057fa3e8a4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_b.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_b.png
new file mode 100644
index 0000000..8ce7890
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_b.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_b.png.import
new file mode 100644
index 0000000..bee6aad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dnxl3bc72thq1"
+path="res://.godot/imported/cursor_b.png-7c6bf736003e177c8a6d8d14d4d86379.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/cursor_b.png"
+dest_files=["res://.godot/imported/cursor_b.png-7c6bf736003e177c8a6d8d14d4d86379.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_c.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_c.png
new file mode 100644
index 0000000..f61df8e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_c.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_c.png.import
new file mode 100644
index 0000000..4f28674
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dp1d7otu5gid1"
+path="res://.godot/imported/cursor_c.png-a247680426e1dfacf63d6220d09a850d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/cursor_c.png"
+dest_files=["res://.godot/imported/cursor_c.png-a247680426e1dfacf63d6220d09a850d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_d.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_d.png
new file mode 100644
index 0000000..5b06058
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_d.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_d.png.import
new file mode 100644
index 0000000..a0af1ad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxfiijm5wx4p2"
+path="res://.godot/imported/cursor_d.png-572a3907e0f4fb5c61e737390d844ff7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/cursor_d.png"
+dest_files=["res://.godot/imported/cursor_d.png-572a3907e0f4fb5c61e737390d844ff7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_e.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_e.png
new file mode 100644
index 0000000..40272b8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_e.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_e.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_e.png.import
new file mode 100644
index 0000000..703e7a7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_e.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c442lgfn8lhne"
+path="res://.godot/imported/cursor_e.png-9d079c3d79c8e89256d8dff4d65f1b44.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/cursor_e.png"
+dest_files=["res://.godot/imported/cursor_e.png-9d079c3d79c8e89256d8dff4d65f1b44.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_f.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_f.png
new file mode 100644
index 0000000..fdbb580
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_f.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_f.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_f.png.import
new file mode 100644
index 0000000..00ec5bc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_f.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkph3w53cvdck"
+path="res://.godot/imported/cursor_f.png-2606c600132eb7e0bbcad750189eaed0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/cursor_f.png"
+dest_files=["res://.godot/imported/cursor_f.png-2606c600132eb7e0bbcad750189eaed0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_g.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_g.png
new file mode 100644
index 0000000..38ca9b5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_g.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_g.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_g.png.import
new file mode 100644
index 0000000..71270c3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_g.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://6vlwmebow021"
+path="res://.godot/imported/cursor_g.png-5abc4240d72bb9a63b9e0d308ecaab18.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/cursor_g.png"
+dest_files=["res://.godot/imported/cursor_g.png-5abc4240d72bb9a63b9e0d308ecaab18.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_h.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_h.png
new file mode 100644
index 0000000..49e31e8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_h.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_h.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_h.png.import
new file mode 100644
index 0000000..332307b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/cursor_h.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://fh5dj60ocmk5"
+path="res://.godot/imported/cursor_h.png-cf6f732ca64fdbd394940c3d7176c262.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/cursor_h.png"
+dest_files=["res://.godot/imported/cursor_h.png-cf6f732ca64fdbd394940c3d7176c262.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass.png
new file mode 100644
index 0000000..0990473
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass.png.import
new file mode 100644
index 0000000..ba632a2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvrcbukia04ae"
+path="res://.godot/imported/panel_glass.png-928d77f666dd5e693236b42f39526972.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass.png"
+dest_files=["res://.godot/imported/panel_glass.png-928d77f666dd5e693236b42f39526972.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_bl.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_bl.png
new file mode 100644
index 0000000..00f847f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_bl.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_bl.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_bl.png.import
new file mode 100644
index 0000000..98de96c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_bl.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dyh58r1wv22su"
+path="res://.godot/imported/panel_glass_notch_bl.png-719f3ca7ae6263a82fc270b0a5f63744.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_bl.png"
+dest_files=["res://.godot/imported/panel_glass_notch_bl.png-719f3ca7ae6263a82fc270b0a5f63744.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_br.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_br.png
new file mode 100644
index 0000000..d49d964
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_br.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_br.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_br.png.import
new file mode 100644
index 0000000..4ba40d2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_br.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://rj84fuxkrtum"
+path="res://.godot/imported/panel_glass_notch_br.png-f42e4c889ebb20f88dc8bcd8ec62cab5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_br.png"
+dest_files=["res://.godot/imported/panel_glass_notch_br.png-f42e4c889ebb20f88dc8bcd8ec62cab5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tl.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tl.png
new file mode 100644
index 0000000..98b8e5f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tl.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tl.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tl.png.import
new file mode 100644
index 0000000..fe4006d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tl.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xfc0dnvs6cle"
+path="res://.godot/imported/panel_glass_notch_tl.png-fe98897a1c05bb5aa6cc19ba183fa868.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tl.png"
+dest_files=["res://.godot/imported/panel_glass_notch_tl.png-fe98897a1c05bb5aa6cc19ba183fa868.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tr.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tr.png
new file mode 100644
index 0000000..9078d3a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tr.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tr.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tr.png.import
new file mode 100644
index 0000000..ac2af53
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tr.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ug8tw21vsn8"
+path="res://.godot/imported/panel_glass_notch_tr.png-652a0acecb6de8f688e92441f2a473e1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notch_tr.png"
+dest_files=["res://.godot/imported/panel_glass_notch_tr.png-652a0acecb6de8f688e92441f2a473e1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches.png
new file mode 100644
index 0000000..6527e7c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches.png.import
new file mode 100644
index 0000000..8e540c9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0owelmbe5jwo"
+path="res://.godot/imported/panel_glass_notches.png-ad505d160f6f657aba9847bad9e688f1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches.png"
+dest_files=["res://.godot/imported/panel_glass_notches.png-ad505d160f6f657aba9847bad9e688f1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches_top.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches_top.png
new file mode 100644
index 0000000..f78a8a3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches_top.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches_top.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches_top.png.import
new file mode 100644
index 0000000..bd41ecb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches_top.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://73t8h0x8fboa"
+path="res://.godot/imported/panel_glass_notches_top.png-41f4276c82ca08ebe1eae25be3a81877.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_notches_top.png"
+dest_files=["res://.godot/imported/panel_glass_notches_top.png-41f4276c82ca08ebe1eae25be3a81877.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_screws.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_screws.png
new file mode 100644
index 0000000..790a55e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_screws.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_screws.png.import
new file mode 100644
index 0000000..66ced82
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjfex1hu7oy88"
+path="res://.godot/imported/panel_glass_screws.png-bd2475b59cb07c49d089ea7f7c5080ba.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_screws.png"
+dest_files=["res://.godot/imported/panel_glass_screws.png-bd2475b59cb07c49d089ea7f7c5080ba.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab.png
new file mode 100644
index 0000000..5452785
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab.png.import
new file mode 100644
index 0000000..30ab9c8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2vd1fb7knw2b"
+path="res://.godot/imported/panel_glass_tab.png-863624cd0b400847ea2fa94756ce7f38.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab.png"
+dest_files=["res://.godot/imported/panel_glass_tab.png-863624cd0b400847ea2fa94756ce7f38.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab_blade.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab_blade.png
new file mode 100644
index 0000000..d3a5308
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab_blade.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab_blade.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab_blade.png.import
new file mode 100644
index 0000000..bc1551e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab_blade.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7ootxhsbp1il"
+path="res://.godot/imported/panel_glass_tab_blade.png-b929fb82964d32e8bbf4a059a79cf853.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_glass_tab_blade.png"
+dest_files=["res://.godot/imported/panel_glass_tab_blade.png-b929fb82964d32e8bbf4a059a79cf853.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle.png
new file mode 100644
index 0000000..904e238
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle.png.import
new file mode 100644
index 0000000..d4442f8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d206qipv3fpj2"
+path="res://.godot/imported/panel_rectangle.png-0fd9da783daeb9586d9f94c76261e8d8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle.png"
+dest_files=["res://.godot/imported/panel_rectangle.png-0fd9da783daeb9586d9f94c76261e8d8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle_screws.png
new file mode 100644
index 0000000..5160900
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle_screws.png.import
new file mode 100644
index 0000000..78e0be8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gr0mfiiv5wye"
+path="res://.godot/imported/panel_rectangle_screws.png-0e5a51c2e4ec57a50218039264d865a0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_rectangle_screws.png"
+dest_files=["res://.godot/imported/panel_rectangle_screws.png-0e5a51c2e4ec57a50218039264d865a0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square.png
new file mode 100644
index 0000000..3b5ac10
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square.png.import
new file mode 100644
index 0000000..892800d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cv612ig20ptq"
+path="res://.godot/imported/panel_square.png-209612668442121a9152ae735b316699.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_square.png"
+dest_files=["res://.godot/imported/panel_square.png-209612668442121a9152ae735b316699.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square_screws.png b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square_screws.png
new file mode 100644
index 0000000..986a23c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square_screws.png.import
new file mode 100644
index 0000000..94e0f69
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Default/panel_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dqp570f88go8o"
+path="res://.godot/imported/panel_square_screws.png-fe122b8869ed54145f48d774a05cb0ba.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Default/panel_square_screws.png"
+dest_files=["res://.godot/imported/panel_square_screws.png-fe122b8869ed54145f48d774a05cb0ba.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large.png
new file mode 100644
index 0000000..9ad735b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large.png.import
new file mode 100644
index 0000000..5a7cba1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cjptylsjc5btt"
+path="res://.godot/imported/bar_shadow_round_large.png-3ff71151ecd79f878059cc8e95093921.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large.png-3ff71151ecd79f878059cc8e95093921.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_l.png
new file mode 100644
index 0000000..d043dba
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_l.png.import
new file mode 100644
index 0000000..c368542
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqfxjxrfy4gl7"
+path="res://.godot/imported/bar_shadow_round_large_l.png-3d84d69d1a9857f8391284703154726b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_l.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large_l.png-3d84d69d1a9857f8391284703154726b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_m.png
new file mode 100644
index 0000000..92983d1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_m.png.import
new file mode 100644
index 0000000..39504dc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3e8g0cc68fn2"
+path="res://.godot/imported/bar_shadow_round_large_m.png-0f9bc05385de375b924a280d21c99301.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_m.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large_m.png-0f9bc05385de375b924a280d21c99301.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_r.png
new file mode 100644
index 0000000..2da0172
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_r.png.import
new file mode 100644
index 0000000..0c9602c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bpq5a8jewakje"
+path="res://.godot/imported/bar_shadow_round_large_r.png-a959196dc895507d6f521401f2c803d6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_r.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large_r.png-a959196dc895507d6f521401f2c803d6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_square.png
new file mode 100644
index 0000000..7113131
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_square.png.import
new file mode 100644
index 0000000..746b053
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cx64grncaff3a"
+path="res://.godot/imported/bar_shadow_round_large_square.png-8438ae008d0c956f2d697389ca90c4a0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_large_square.png"
+dest_files=["res://.godot/imported/bar_shadow_round_large_square.png-8438ae008d0c956f2d697389ca90c4a0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large.png
new file mode 100644
index 0000000..3cd03c5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large.png.import
new file mode 100644
index 0000000..7c70ea8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbh6p02sk402p"
+path="res://.godot/imported/bar_shadow_round_outline_large.png-f51edac857c554a3b1b7be41f2b144dd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large.png-f51edac857c554a3b1b7be41f2b144dd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_l.png
new file mode 100644
index 0000000..17c80bf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_l.png.import
new file mode 100644
index 0000000..534c727
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b18k0e1hvp5og"
+path="res://.godot/imported/bar_shadow_round_outline_large_l.png-90e6219a4f47ec8ea12812ef2f9933e9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_l.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_l.png-90e6219a4f47ec8ea12812ef2f9933e9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_m.png
new file mode 100644
index 0000000..5e44dac
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_m.png.import
new file mode 100644
index 0000000..8390141
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://crxp5ggpapewr"
+path="res://.godot/imported/bar_shadow_round_outline_large_m.png-dd6e5f965432d0153991fcf11bff1cb4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_m.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_m.png-dd6e5f965432d0153991fcf11bff1cb4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_r.png
new file mode 100644
index 0000000..253ef38
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_r.png.import
new file mode 100644
index 0000000..4d41bea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bp388cr1ioyxx"
+path="res://.godot/imported/bar_shadow_round_outline_large_r.png-30753820277678b0dd462be8bf259c9d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_r.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_r.png-30753820277678b0dd462be8bf259c9d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_square.png
new file mode 100644
index 0000000..5f00dd9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_square.png.import
new file mode 100644
index 0000000..c55dc50
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctnqhhifps7an"
+path="res://.godot/imported/bar_shadow_round_outline_large_square.png-7040cfd6794ff9bc60a64221953b2f4d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_large_square.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_square.png-7040cfd6794ff9bc60a64221953b2f4d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small.png
new file mode 100644
index 0000000..99c50e6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small.png.import
new file mode 100644
index 0000000..bba539e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://li0hvfdy0ojv"
+path="res://.godot/imported/bar_shadow_round_outline_small.png-3fcd854320a2902064ddf69cf51942d5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small.png-3fcd854320a2902064ddf69cf51942d5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_l.png
new file mode 100644
index 0000000..4453f76
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_l.png.import
new file mode 100644
index 0000000..85acbf8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b4xp6x2rf1w1s"
+path="res://.godot/imported/bar_shadow_round_outline_small_l.png-a2a709b00e6318e990c19c6ed5e40871.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_l.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_l.png-a2a709b00e6318e990c19c6ed5e40871.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_m.png
new file mode 100644
index 0000000..c423592
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_m.png.import
new file mode 100644
index 0000000..f544a8e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bpo08xts5lqn5"
+path="res://.godot/imported/bar_shadow_round_outline_small_m.png-8d1e74f6e8b0017f798d81058d54019a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_m.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_m.png-8d1e74f6e8b0017f798d81058d54019a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_r.png
new file mode 100644
index 0000000..a47cdf1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_r.png.import
new file mode 100644
index 0000000..f33328f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://eua7tmgh5uqc"
+path="res://.godot/imported/bar_shadow_round_outline_small_r.png-6cb421a5357fc58cc6d7c45e7b7a3f9d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_r.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_r.png-6cb421a5357fc58cc6d7c45e7b7a3f9d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_square.png
new file mode 100644
index 0000000..7db8755
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_square.png.import
new file mode 100644
index 0000000..671d1c5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6nbo3so8b2y5"
+path="res://.godot/imported/bar_shadow_round_outline_small_square.png-ec4a1c128dd24e17ac7d3fdd825f5284.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_outline_small_square.png"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_square.png-ec4a1c128dd24e17ac7d3fdd825f5284.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small.png
new file mode 100644
index 0000000..924e08d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small.png.import
new file mode 100644
index 0000000..104c9a9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bgkjh5k2mm4el"
+path="res://.godot/imported/bar_shadow_round_small.png-27472163da4f2142215750bb1feee639.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small.png-27472163da4f2142215750bb1feee639.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_l.png
new file mode 100644
index 0000000..b930e20
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_l.png.import
new file mode 100644
index 0000000..21bc883
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b3fw3plbuw2yk"
+path="res://.godot/imported/bar_shadow_round_small_l.png-8a745732e8abb713503fca6fda5abae4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_l.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small_l.png-8a745732e8abb713503fca6fda5abae4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_m.png
new file mode 100644
index 0000000..80faaff
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_m.png.import
new file mode 100644
index 0000000..459305d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cj7ppsnb7h8a4"
+path="res://.godot/imported/bar_shadow_round_small_m.png-a562b25e7bcdda2f1a4cd60d9c5abe76.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_m.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small_m.png-a562b25e7bcdda2f1a4cd60d9c5abe76.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_r.png
new file mode 100644
index 0000000..7d092f6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_r.png.import
new file mode 100644
index 0000000..9c55977
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://kludtt01kbu8"
+path="res://.godot/imported/bar_shadow_round_small_r.png-a92e8077319c5a232885cd3a51744f4e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_r.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small_r.png-a92e8077319c5a232885cd3a51744f4e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_square.png
new file mode 100644
index 0000000..332cb07
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_square.png.import
new file mode 100644
index 0000000..64d5f21
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bit2igi13hfn6"
+path="res://.godot/imported/bar_shadow_round_small_square.png-2108032ec3657393c6356369c8f7e7a5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_round_small_square.png"
+dest_files=["res://.godot/imported/bar_shadow_round_small_square.png-2108032ec3657393c6356369c8f7e7a5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large.png
new file mode 100644
index 0000000..5ee85a8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large.png.import
new file mode 100644
index 0000000..13b48f6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c08fdjlbn7fvs"
+path="res://.godot/imported/bar_shadow_square_large.png-83cc4e86faed0b738e39eb38651be247.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large.png-83cc4e86faed0b738e39eb38651be247.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_l.png
new file mode 100644
index 0000000..653ea66
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_l.png.import
new file mode 100644
index 0000000..fcf8ea7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bbc42vr6a4bky"
+path="res://.godot/imported/bar_shadow_square_large_l.png-fa25d4349641f74f6ce9326e19412a4b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_l.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large_l.png-fa25d4349641f74f6ce9326e19412a4b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_m.png
new file mode 100644
index 0000000..92983d1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_m.png.import
new file mode 100644
index 0000000..36b1291
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://g5k5yyjw3dy6"
+path="res://.godot/imported/bar_shadow_square_large_m.png-9316406be9bd94c38a0ccf4a3f6b4b26.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_m.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large_m.png-9316406be9bd94c38a0ccf4a3f6b4b26.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_r.png
new file mode 100644
index 0000000..e57008c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_r.png.import
new file mode 100644
index 0000000..f61635b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b18jbc6hnqm0"
+path="res://.godot/imported/bar_shadow_square_large_r.png-8487245fc96cfb8f5ef414ade2e29a51.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_r.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large_r.png-8487245fc96cfb8f5ef414ade2e29a51.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_square.png
new file mode 100644
index 0000000..3815206
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_square.png.import
new file mode 100644
index 0000000..88d62cb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d08ydpvoru6qr"
+path="res://.godot/imported/bar_shadow_square_large_square.png-0bb1eacfd085c335478f8388001b350e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_large_square.png"
+dest_files=["res://.godot/imported/bar_shadow_square_large_square.png-0bb1eacfd085c335478f8388001b350e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large.png
new file mode 100644
index 0000000..ca240ed
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large.png.import
new file mode 100644
index 0000000..a767960
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://s8uhk3u10c7x"
+path="res://.godot/imported/bar_shadow_square_outline_large.png-14da29a61a4e0332c7c18c82919f0760.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large.png-14da29a61a4e0332c7c18c82919f0760.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_l.png
new file mode 100644
index 0000000..7a89359
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_l.png.import
new file mode 100644
index 0000000..fdace18
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://by1fadrt5pdd6"
+path="res://.godot/imported/bar_shadow_square_outline_large_l.png-f1736dfb8c90badb83abc5b1f8ef945c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_l.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_l.png-f1736dfb8c90badb83abc5b1f8ef945c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_m.png
new file mode 100644
index 0000000..5e44dac
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_m.png.import
new file mode 100644
index 0000000..b925f9a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b0l7qyd02xhg0"
+path="res://.godot/imported/bar_shadow_square_outline_large_m.png-e13170eede2b5a2119387e7eb2b9a5a9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_m.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_m.png-e13170eede2b5a2119387e7eb2b9a5a9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_r.png
new file mode 100644
index 0000000..5cc3889
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_r.png.import
new file mode 100644
index 0000000..11082b0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cq38gh3a0ggss"
+path="res://.godot/imported/bar_shadow_square_outline_large_r.png-ffe31d8e7318fb93de9cc23486fd2cc0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_r.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_r.png-ffe31d8e7318fb93de9cc23486fd2cc0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_square.png
new file mode 100644
index 0000000..a30a761
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_square.png.import
new file mode 100644
index 0000000..3d60e24
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://8aky5e1jmdna"
+path="res://.godot/imported/bar_shadow_square_outline_large_square.png-bf20f8f83609008e6d6234dfca56ac84.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_large_square.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_square.png-bf20f8f83609008e6d6234dfca56ac84.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small.png
new file mode 100644
index 0000000..72ff81d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small.png.import
new file mode 100644
index 0000000..329e353
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://580bldog6nt3"
+path="res://.godot/imported/bar_shadow_square_outline_small.png-e2710bb38f1f2a5481f6cfbfe0007e73.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small.png-e2710bb38f1f2a5481f6cfbfe0007e73.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_l.png
new file mode 100644
index 0000000..41d30fb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_l.png.import
new file mode 100644
index 0000000..4eb06e3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bwllpdvmtq1uf"
+path="res://.godot/imported/bar_shadow_square_outline_small_l.png-d831787e2c801aae2d6ef8d64a7cf7aa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_l.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_l.png-d831787e2c801aae2d6ef8d64a7cf7aa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_m.png
new file mode 100644
index 0000000..c423592
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_m.png.import
new file mode 100644
index 0000000..231b3f0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cfvp5wc4wwq3e"
+path="res://.godot/imported/bar_shadow_square_outline_small_m.png-407e6c09df547189d420a0c110198696.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_m.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_m.png-407e6c09df547189d420a0c110198696.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_r.png
new file mode 100644
index 0000000..8e8d9d4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_r.png.import
new file mode 100644
index 0000000..942889f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d18yym2ycb4lx"
+path="res://.godot/imported/bar_shadow_square_outline_small_r.png-d669fe6748a9c8e780b3f31e12694937.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_r.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_r.png-d669fe6748a9c8e780b3f31e12694937.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_square.png
new file mode 100644
index 0000000..04ab077
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_square.png.import
new file mode 100644
index 0000000..e267722
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dccir84qxeimb"
+path="res://.godot/imported/bar_shadow_square_outline_small_square.png-7da13d8ec61be80b51f045e4621df2ad.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_outline_small_square.png"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_square.png-7da13d8ec61be80b51f045e4621df2ad.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small.png
new file mode 100644
index 0000000..010f814
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small.png.import
new file mode 100644
index 0000000..883dd14
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bytpyho4ic6ci"
+path="res://.godot/imported/bar_shadow_square_small.png-2fc2bf19fcb2c1d6304d2d8a2a88c040.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small.png-2fc2bf19fcb2c1d6304d2d8a2a88c040.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_l.png
new file mode 100644
index 0000000..49ea825
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_l.png.import
new file mode 100644
index 0000000..2ffe223
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dc735huyt51pl"
+path="res://.godot/imported/bar_shadow_square_small_l.png-f6aa4805cd7e6a8521492295798aae9d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_l.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small_l.png-f6aa4805cd7e6a8521492295798aae9d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_m.png
new file mode 100644
index 0000000..80faaff
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_m.png.import
new file mode 100644
index 0000000..992a6ac
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7sxxu46gs02a"
+path="res://.godot/imported/bar_shadow_square_small_m.png-274ed54952a02ff8b8c47ba28c7acd1e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_m.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small_m.png-274ed54952a02ff8b8c47ba28c7acd1e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_r.png
new file mode 100644
index 0000000..b190c39
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_r.png.import
new file mode 100644
index 0000000..cd05a04
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://wnhlkye41qs0"
+path="res://.godot/imported/bar_shadow_square_small_r.png-1913ecda724c0e5e5a9c74bdc46f54f0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_r.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small_r.png-1913ecda724c0e5e5a9c74bdc46f54f0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_square.png
new file mode 100644
index 0000000..ee4bf82
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_square.png.import
new file mode 100644
index 0000000..b5af519
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0lcw5wc3d3om"
+path="res://.godot/imported/bar_shadow_square_small_square.png-ca7dbbe22868806715c9bc99bcc8657f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/bar_shadow_square_small_square.png"
+dest_files=["res://.godot/imported/bar_shadow_square_small_square.png-ca7dbbe22868806715c9bc99bcc8657f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle.png
new file mode 100644
index 0000000..87c86a3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle.png.import
new file mode 100644
index 0000000..81bbd84
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bpyw4ry56rubh"
+path="res://.godot/imported/button_rectangle.png-af2b3d486359ef6a36f237978583259d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/button_rectangle.png"
+dest_files=["res://.godot/imported/button_rectangle.png-af2b3d486359ef6a36f237978583259d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle_depth.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle_depth.png
new file mode 100644
index 0000000..6023489
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle_depth.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle_depth.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle_depth.png.import
new file mode 100644
index 0000000..12cda0f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_rectangle_depth.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctyt4rr57l6l7"
+path="res://.godot/imported/button_rectangle_depth.png-f44c2291114d652ed20dc20c2a7bf3f1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/button_rectangle_depth.png"
+dest_files=["res://.godot/imported/button_rectangle_depth.png-f44c2291114d652ed20dc20c2a7bf3f1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square.png
new file mode 100644
index 0000000..f2c25b0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square.png.import
new file mode 100644
index 0000000..e082596
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bgrprahqtw53x"
+path="res://.godot/imported/button_square.png-a1de752d443a0aaef52c0ecea50e88bd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/button_square.png"
+dest_files=["res://.godot/imported/button_square.png-a1de752d443a0aaef52c0ecea50e88bd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square_depth.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square_depth.png
new file mode 100644
index 0000000..d9c2b46
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square_depth.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square_depth.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square_depth.png.import
new file mode 100644
index 0000000..fd47b7f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/button_square_depth.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bf0ocgtc3ospg"
+path="res://.godot/imported/button_square_depth.png-62677f3065332bb60ceb9d3eaf81e11a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/button_square_depth.png"
+dest_files=["res://.godot/imported/button_square_depth.png-62677f3065332bb60ceb9d3eaf81e11a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_a.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_a.png
new file mode 100644
index 0000000..f40e2b9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_a.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_a.png.import
new file mode 100644
index 0000000..c2a97a9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4pymvd3jvjif"
+path="res://.godot/imported/crosshair_a.png-de56b9c1e2f4ad68043b88aa3c031589.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/crosshair_a.png"
+dest_files=["res://.godot/imported/crosshair_a.png-de56b9c1e2f4ad68043b88aa3c031589.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_b.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_b.png
new file mode 100644
index 0000000..b7a4307
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_b.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_b.png.import
new file mode 100644
index 0000000..8521781
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b0l11u8pqefy2"
+path="res://.godot/imported/crosshair_b.png-e849accee1f74ed04badcacb5e921ee6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/crosshair_b.png"
+dest_files=["res://.godot/imported/crosshair_b.png-e849accee1f74ed04badcacb5e921ee6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_c.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_c.png
new file mode 100644
index 0000000..9574d86
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_c.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_c.png.import
new file mode 100644
index 0000000..83184bc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bueiac3tdfxhv"
+path="res://.godot/imported/crosshair_c.png-4a0c49e28ab0a1f40604b1d319836a1e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/crosshair_c.png"
+dest_files=["res://.godot/imported/crosshair_c.png-4a0c49e28ab0a1f40604b1d319836a1e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_d.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_d.png
new file mode 100644
index 0000000..c254bfc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_d.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_d.png.import
new file mode 100644
index 0000000..b342ec5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/crosshair_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bh5b3qsb8n8fd"
+path="res://.godot/imported/crosshair_d.png-1880d791341d105ff4bf72d2c4961303.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/crosshair_d.png"
+dest_files=["res://.godot/imported/crosshair_d.png-1880d791341d105ff4bf72d2c4961303.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_a.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_a.png
new file mode 100644
index 0000000..8343255
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_a.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_a.png.import
new file mode 100644
index 0000000..7de1fa1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bs7cxd2ulpdng"
+path="res://.godot/imported/cursor_a.png-6fd402746b8870637f615d6584dcfbbc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/cursor_a.png"
+dest_files=["res://.godot/imported/cursor_a.png-6fd402746b8870637f615d6584dcfbbc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_b.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_b.png
new file mode 100644
index 0000000..4f9cb8d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_b.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_b.png.import
new file mode 100644
index 0000000..cf8c564
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfk41617esi62"
+path="res://.godot/imported/cursor_b.png-7c65207e52bdbfad66171fc4b82073f9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/cursor_b.png"
+dest_files=["res://.godot/imported/cursor_b.png-7c65207e52bdbfad66171fc4b82073f9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_c.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_c.png
new file mode 100644
index 0000000..ebc1b63
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_c.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_c.png.import
new file mode 100644
index 0000000..ede5387
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxesv0mto36d3"
+path="res://.godot/imported/cursor_c.png-0bc17c2054cb179de72ecedac066d8a4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/cursor_c.png"
+dest_files=["res://.godot/imported/cursor_c.png-0bc17c2054cb179de72ecedac066d8a4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_d.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_d.png
new file mode 100644
index 0000000..561ee2f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_d.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_d.png.import
new file mode 100644
index 0000000..425bd8b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfjqvi1mqx0yx"
+path="res://.godot/imported/cursor_d.png-ff9497274271af72b1c0c568e8c688ad.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/cursor_d.png"
+dest_files=["res://.godot/imported/cursor_d.png-ff9497274271af72b1c0c568e8c688ad.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_e.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_e.png
new file mode 100644
index 0000000..07eea56
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_e.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_e.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_e.png.import
new file mode 100644
index 0000000..17c2e1b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_e.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cmikofxejpywd"
+path="res://.godot/imported/cursor_e.png-fa572009e8a083a1c55cce94bcfd3080.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/cursor_e.png"
+dest_files=["res://.godot/imported/cursor_e.png-fa572009e8a083a1c55cce94bcfd3080.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_f.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_f.png
new file mode 100644
index 0000000..bf53665
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_f.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_f.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_f.png.import
new file mode 100644
index 0000000..0449605
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_f.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cl7vy6e66u25o"
+path="res://.godot/imported/cursor_f.png-d6f45745c0baac6dc168217345743ea2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/cursor_f.png"
+dest_files=["res://.godot/imported/cursor_f.png-d6f45745c0baac6dc168217345743ea2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_g.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_g.png
new file mode 100644
index 0000000..6d6d781
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_g.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_g.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_g.png.import
new file mode 100644
index 0000000..7f64be7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_g.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b6rv1at6nj8x0"
+path="res://.godot/imported/cursor_g.png-3ebf7650abdfc75f15554e671dc69d8f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/cursor_g.png"
+dest_files=["res://.godot/imported/cursor_g.png-3ebf7650abdfc75f15554e671dc69d8f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_h.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_h.png
new file mode 100644
index 0000000..248e6eb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_h.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_h.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_h.png.import
new file mode 100644
index 0000000..f5511ab
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/cursor_h.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xolbpnoqp2us"
+path="res://.godot/imported/cursor_h.png-07cffb8520aef94ab40d49f87119ca3e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/cursor_h.png"
+dest_files=["res://.godot/imported/cursor_h.png-07cffb8520aef94ab40d49f87119ca3e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass.png
new file mode 100644
index 0000000..8e07205
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass.png.import
new file mode 100644
index 0000000..89a23d5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dd35sncakmjjc"
+path="res://.godot/imported/panel_glass.png-a52183bce2be6e000b44978abc28277d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass.png"
+dest_files=["res://.godot/imported/panel_glass.png-a52183bce2be6e000b44978abc28277d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_bl.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_bl.png
new file mode 100644
index 0000000..30a0556
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_bl.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_bl.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_bl.png.import
new file mode 100644
index 0000000..41faba8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_bl.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b55xxsk62fs7q"
+path="res://.godot/imported/panel_glass_notch_bl.png-9a3367143ee60c8ed2f07534b22f91db.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_bl.png"
+dest_files=["res://.godot/imported/panel_glass_notch_bl.png-9a3367143ee60c8ed2f07534b22f91db.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_br.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_br.png
new file mode 100644
index 0000000..448d278
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_br.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_br.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_br.png.import
new file mode 100644
index 0000000..2123d9a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_br.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bubxw343g2k5h"
+path="res://.godot/imported/panel_glass_notch_br.png-cc88c6ebe9826b8f09c5f9afad69a1f0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_br.png"
+dest_files=["res://.godot/imported/panel_glass_notch_br.png-cc88c6ebe9826b8f09c5f9afad69a1f0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tl.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tl.png
new file mode 100644
index 0000000..557a7e5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tl.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tl.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tl.png.import
new file mode 100644
index 0000000..a0b95ad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tl.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqwgnrlcaqgqu"
+path="res://.godot/imported/panel_glass_notch_tl.png-9dc97e68dcf21a8c08661382eab0b6aa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tl.png"
+dest_files=["res://.godot/imported/panel_glass_notch_tl.png-9dc97e68dcf21a8c08661382eab0b6aa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tr.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tr.png
new file mode 100644
index 0000000..cb9942b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tr.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tr.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tr.png.import
new file mode 100644
index 0000000..2ba9d25
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tr.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bky0unb4paypi"
+path="res://.godot/imported/panel_glass_notch_tr.png-d1215eda832b45729e608e24111db691.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notch_tr.png"
+dest_files=["res://.godot/imported/panel_glass_notch_tr.png-d1215eda832b45729e608e24111db691.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches.png
new file mode 100644
index 0000000..2661acb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches.png.import
new file mode 100644
index 0000000..6623175
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bgd65c1o42i33"
+path="res://.godot/imported/panel_glass_notches.png-96194ec1c13b1914e9a06c25914147f2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches.png"
+dest_files=["res://.godot/imported/panel_glass_notches.png-96194ec1c13b1914e9a06c25914147f2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches_top.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches_top.png
new file mode 100644
index 0000000..23075c2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches_top.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches_top.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches_top.png.import
new file mode 100644
index 0000000..8c45f2f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches_top.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bj23pwitmieci"
+path="res://.godot/imported/panel_glass_notches_top.png-28b3e0eea6a902829f75ffb915d1f3ad.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_notches_top.png"
+dest_files=["res://.godot/imported/panel_glass_notches_top.png-28b3e0eea6a902829f75ffb915d1f3ad.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_screws.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_screws.png
new file mode 100644
index 0000000..f2c25b0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_screws.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_screws.png.import
new file mode 100644
index 0000000..6d6118d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b654fowy7x8un"
+path="res://.godot/imported/panel_glass_screws.png-00f2d0558865653f7ca1c63e9361071d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_screws.png"
+dest_files=["res://.godot/imported/panel_glass_screws.png-00f2d0558865653f7ca1c63e9361071d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab.png
new file mode 100644
index 0000000..be14a82
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab.png.import
new file mode 100644
index 0000000..010261a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://buw2smqxey56c"
+path="res://.godot/imported/panel_glass_tab.png-e982cc44b6f5e08a9c2a412eb1edb30f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab.png"
+dest_files=["res://.godot/imported/panel_glass_tab.png-e982cc44b6f5e08a9c2a412eb1edb30f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab_blade.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab_blade.png
new file mode 100644
index 0000000..7c3b713
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab_blade.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab_blade.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab_blade.png.import
new file mode 100644
index 0000000..1e479b4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab_blade.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://kju1wq8f47fw"
+path="res://.godot/imported/panel_glass_tab_blade.png-5226bc7e28d12cb348f5b8f6204f35c6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_glass_tab_blade.png"
+dest_files=["res://.godot/imported/panel_glass_tab_blade.png-5226bc7e28d12cb348f5b8f6204f35c6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle.png
new file mode 100644
index 0000000..bd3c155
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle.png.import
new file mode 100644
index 0000000..fbd1b78
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cfxwd4xuka26n"
+path="res://.godot/imported/panel_rectangle.png-cedcb061ef8beebd5aa2465bc4cbd32f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle.png"
+dest_files=["res://.godot/imported/panel_rectangle.png-cedcb061ef8beebd5aa2465bc4cbd32f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle_screws.png
new file mode 100644
index 0000000..6e59b51
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle_screws.png.import
new file mode 100644
index 0000000..121ea81
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://coqqnkrl1r2n2"
+path="res://.godot/imported/panel_rectangle_screws.png-71e1bb78e8cd59fb47e64815c071483b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_rectangle_screws.png"
+dest_files=["res://.godot/imported/panel_rectangle_screws.png-71e1bb78e8cd59fb47e64815c071483b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square.png
new file mode 100644
index 0000000..dd22991
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square.png.import
new file mode 100644
index 0000000..f17fa31
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://hyelq5dpfu2o"
+path="res://.godot/imported/panel_square.png-42ef4bafb80bec0c5a723eed3515a41d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_square.png"
+dest_files=["res://.godot/imported/panel_square.png-42ef4bafb80bec0c5a723eed3515a41d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square_screws.png b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square_screws.png
new file mode 100644
index 0000000..c2e8c5b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square_screws.png.import
new file mode 100644
index 0000000..bacc877
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Extra/Double/panel_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bur5yes6v0sdu"
+path="res://.godot/imported/panel_square_screws.png-d4c154c9a886886937cac8b387489acc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Extra/Double/panel_square_screws.png"
+dest_files=["res://.godot/imported/panel_square_screws.png-d4c154c9a886886937cac8b387489acc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large.png
new file mode 100644
index 0000000..ce6a3fa
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..2aa1765
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvv8r4hxsqfgb"
+path="res://.godot/imported/bar_round_gloss_large.png-ea9adcc24f4d0d319b125687be7e7f7e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-ea9adcc24f4d0d319b125687be7e7f7e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..f42217e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..3436ac3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cge0xakw4kgki"
+path="res://.godot/imported/bar_round_gloss_large_l.png-98b68130234f9d5281a4752898c70c2a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-98b68130234f9d5281a4752898c70c2a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..15e966c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..16ce80a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://crafd3l0wr6j6"
+path="res://.godot/imported/bar_round_gloss_large_m.png-420b6ef6cdd45360567c43c48bd7a202.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-420b6ef6cdd45360567c43c48bd7a202.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..a0abe05
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..16e0e38
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://uadhxjmuga6g"
+path="res://.godot/imported/bar_round_gloss_large_r.png-ef17f920b758f9db7ffa55ae2889d529.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-ef17f920b758f9db7ffa55ae2889d529.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..4be44c2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..8917737
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ba2rtrv1fvmxq"
+path="res://.godot/imported/bar_round_gloss_large_square.png-d2312105bbd4e294ad2d28f41183e2b6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-d2312105bbd4e294ad2d28f41183e2b6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small.png
new file mode 100644
index 0000000..6892532
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..444674f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c2vijwwy4opvp"
+path="res://.godot/imported/bar_round_gloss_small.png-cecf114f05e84d66ddc4d0ded92a5d02.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-cecf114f05e84d66ddc4d0ded92a5d02.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..f070955
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..7efa1aa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dndr6baswjp03"
+path="res://.godot/imported/bar_round_gloss_small_l.png-dbc5ebae523baad70a838e005e4931a9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-dbc5ebae523baad70a838e005e4931a9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..c9b5493
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..7eecc6a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxpgdfjuswr6r"
+path="res://.godot/imported/bar_round_gloss_small_m.png-6a39e2dd0120d5a44bf74612e44ae8b1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-6a39e2dd0120d5a44bf74612e44ae8b1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..2a6c541
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..35c90f9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqbwvf2qvt4ci"
+path="res://.godot/imported/bar_round_gloss_small_r.png-7550e15efe7bcb0a5a767584122937c3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-7550e15efe7bcb0a5a767584122937c3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..7e4e0f3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..7216e01
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://lnklvivt3j3"
+path="res://.godot/imported/bar_round_gloss_small_square.png-358fbb847506c79dfa6dea65d649d614.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-358fbb847506c79dfa6dea65d649d614.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large.png
new file mode 100644
index 0000000..3f9f8fa
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large.png.import
new file mode 100644
index 0000000..e232301
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdjwktrfoetdf"
+path="res://.godot/imported/bar_round_large.png-cde685d7294d4a966f7d3d491bb074bc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-cde685d7294d4a966f7d3d491bb074bc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_l.png
new file mode 100644
index 0000000..b840969
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_l.png.import
new file mode 100644
index 0000000..e205856
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dsj1s8mp8le5j"
+path="res://.godot/imported/bar_round_large_l.png-73cb590dddf94269d547eac1d827e17d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-73cb590dddf94269d547eac1d827e17d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_m.png
new file mode 100644
index 0000000..a76299d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_m.png.import
new file mode 100644
index 0000000..7e7fd36
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b1h65wdis238h"
+path="res://.godot/imported/bar_round_large_m.png-9a1b71e304191ea66379930ac2670076.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-9a1b71e304191ea66379930ac2670076.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_r.png
new file mode 100644
index 0000000..ef1fe92
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_r.png.import
new file mode 100644
index 0000000..5454c63
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://chvuwx8r75wsi"
+path="res://.godot/imported/bar_round_large_r.png-3f24fa077c4d3405e68d71feae7eba13.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-3f24fa077c4d3405e68d71feae7eba13.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_square.png
new file mode 100644
index 0000000..ac7bfab
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_square.png.import
new file mode 100644
index 0000000..561de9c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ddiqwvyf17yak"
+path="res://.godot/imported/bar_round_large_square.png-b5a6dfd8d9d82b8be30d5d338e5d59d1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-b5a6dfd8d9d82b8be30d5d338e5d59d1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small.png
new file mode 100644
index 0000000..c41c363
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small.png.import
new file mode 100644
index 0000000..8a49b6c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1eqf3nyi6obg"
+path="res://.godot/imported/bar_round_small.png-d12f2359e54ac70bfcb1f6ec03cdbe96.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-d12f2359e54ac70bfcb1f6ec03cdbe96.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_l.png
new file mode 100644
index 0000000..a822846
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_l.png.import
new file mode 100644
index 0000000..5f7b1c4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctrn70qpoojuc"
+path="res://.godot/imported/bar_round_small_l.png-87680fe7cf10e1227d515647ee633bb7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-87680fe7cf10e1227d515647ee633bb7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_m.png
new file mode 100644
index 0000000..8ddadf9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_m.png.import
new file mode 100644
index 0000000..3109878
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://diyd07c1so8wo"
+path="res://.godot/imported/bar_round_small_m.png-1c66fc1b4b1f27d2cb86950893715f4e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-1c66fc1b4b1f27d2cb86950893715f4e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_r.png
new file mode 100644
index 0000000..f16e136
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_r.png.import
new file mode 100644
index 0000000..cd265dc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://3m4f1wwhkh5t"
+path="res://.godot/imported/bar_round_small_r.png-2febc5a072f556e8b08ecd8a6517e8d1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-2febc5a072f556e8b08ecd8a6517e8d1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_square.png
new file mode 100644
index 0000000..371c83b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_square.png.import
new file mode 100644
index 0000000..6d2207e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c72ce2ead7r78"
+path="res://.godot/imported/bar_round_small_square.png-4139fea6aae77d6d91d181e1557bf20b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-4139fea6aae77d6d91d181e1557bf20b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large.png
new file mode 100644
index 0000000..6e805db
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..40ca6f0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cylauw4evvmeg"
+path="res://.godot/imported/bar_square_gloss_large.png-759d24868995d08c624a9f7e9eefc8bb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-759d24868995d08c624a9f7e9eefc8bb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..eb171fd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..b543aa6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjjwuxe82gfjf"
+path="res://.godot/imported/bar_square_gloss_large_l.png-443e362bca5b4f2adfa18fdb779e50e9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-443e362bca5b4f2adfa18fdb779e50e9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..15e966c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..0207bb2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cvim3lgnhiyx2"
+path="res://.godot/imported/bar_square_gloss_large_m.png-95cb201ee8e97a2620c04ebbb203fdb5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-95cb201ee8e97a2620c04ebbb203fdb5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..54a8722
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..b7b89b8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cv2miai7pgpu7"
+path="res://.godot/imported/bar_square_gloss_large_r.png-553ddbde57f25759acb563d5d46c8054.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-553ddbde57f25759acb563d5d46c8054.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..b387a3b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..2f1bb84
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bk47ob1uesyvd"
+path="res://.godot/imported/bar_square_gloss_large_square.png-0a41a9f7f6413d5e666b8ac166d9db07.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-0a41a9f7f6413d5e666b8ac166d9db07.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small.png
new file mode 100644
index 0000000..5d5d3d7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..c8b4891
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7w6x12rlpt8i"
+path="res://.godot/imported/bar_square_gloss_small.png-aa42bc44ad2e833393be2a8d7b23353f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-aa42bc44ad2e833393be2a8d7b23353f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..8084267
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..f561f93
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b3vykrnymk4sm"
+path="res://.godot/imported/bar_square_gloss_small_l.png-cdf3648043dee259d113aba8de55f961.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-cdf3648043dee259d113aba8de55f961.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..c9b5493
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..62abb72
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4m0ris1l85ve"
+path="res://.godot/imported/bar_square_gloss_small_m.png-e99ee2da91efe43862d8448d2694e0ba.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-e99ee2da91efe43862d8448d2694e0ba.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..e770111
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..2807331
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkrqtpyh36kcs"
+path="res://.godot/imported/bar_square_gloss_small_r.png-a0ab72d779a85e30d2e4d84eb17c9574.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-a0ab72d779a85e30d2e4d84eb17c9574.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..fe5c43e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..275a82c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://brr8rvw3jji5c"
+path="res://.godot/imported/bar_square_gloss_small_square.png-a2504e235c2a8c111e569f40325f9d0d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-a2504e235c2a8c111e569f40325f9d0d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large.png
new file mode 100644
index 0000000..6f7eee9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large.png.import
new file mode 100644
index 0000000..f45e4e0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpgx5exedyeh3"
+path="res://.godot/imported/bar_square_large.png-858397d8a3b56958dc3bab9cb1fb0a09.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-858397d8a3b56958dc3bab9cb1fb0a09.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_l.png
new file mode 100644
index 0000000..369b51d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_l.png.import
new file mode 100644
index 0000000..71ab8f5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0h8rl4n7n1ha"
+path="res://.godot/imported/bar_square_large_l.png-ca5839e4c5e81d908ba04f8f34362f25.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-ca5839e4c5e81d908ba04f8f34362f25.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_m.png
new file mode 100644
index 0000000..a76299d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_m.png.import
new file mode 100644
index 0000000..eb55dec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://byvac5hey3dvd"
+path="res://.godot/imported/bar_square_large_m.png-f3e035a1f48d9d53ce5e0d8d398a3883.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-f3e035a1f48d9d53ce5e0d8d398a3883.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_r.png
new file mode 100644
index 0000000..68c406c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_r.png.import
new file mode 100644
index 0000000..688529f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d0x7a7yrkb05k"
+path="res://.godot/imported/bar_square_large_r.png-923082481e942c249d9cb839cb1c1a24.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-923082481e942c249d9cb839cb1c1a24.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_square.png
new file mode 100644
index 0000000..16bd510
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_square.png.import
new file mode 100644
index 0000000..f307920
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dy548ggd56c64"
+path="res://.godot/imported/bar_square_large_square.png-97c5deeff93a38cbac6e91567b5cebbd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-97c5deeff93a38cbac6e91567b5cebbd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small.png
new file mode 100644
index 0000000..28dd76b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small.png.import
new file mode 100644
index 0000000..278cc87
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cmcvf6ydmf2g7"
+path="res://.godot/imported/bar_square_small.png-ed1c8a0c213ddd64d435b21816fa53d4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-ed1c8a0c213ddd64d435b21816fa53d4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_l.png
new file mode 100644
index 0000000..b768206
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_l.png.import
new file mode 100644
index 0000000..1068f3e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dujw431vorapp"
+path="res://.godot/imported/bar_square_small_l.png-6fb82b9ade748acfc117abee66ecde8c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-6fb82b9ade748acfc117abee66ecde8c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_m.png
new file mode 100644
index 0000000..8ddadf9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_m.png.import
new file mode 100644
index 0000000..d7a9960
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://vsnjhjs6c2gu"
+path="res://.godot/imported/bar_square_small_m.png-4ae3df529f1169f3ce7e437d18929bc5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-4ae3df529f1169f3ce7e437d18929bc5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_r.png
new file mode 100644
index 0000000..b51cb43
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_r.png.import
new file mode 100644
index 0000000..8025ff0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bd6be2h8e58qg"
+path="res://.godot/imported/bar_square_small_r.png-61299ec578cd0b6508d9ebbcbb5abf81.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-61299ec578cd0b6508d9ebbcbb5abf81.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_square.png
new file mode 100644
index 0000000..3443872
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_square.png.import
new file mode 100644
index 0000000..f14df93
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwf331tlp5du6"
+path="res://.godot/imported/bar_square_small_square.png-976627f94383526ea16fbf2fbf59aff2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-976627f94383526ea16fbf2fbf59aff2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..6a50259
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..c3b5efc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b4sm5njpntuhn"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-1ba7ac59404a0ab0460a1abe8821ba66.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-1ba7ac59404a0ab0460a1abe8821ba66.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..8000fbf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..7d19bc9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dp41u46ff6rvx"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-7498238778e3caec7be7d72bbeeb3aef.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-7498238778e3caec7be7d72bbeeb3aef.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square.png
new file mode 100644
index 0000000..6b98434
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..944afb8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xgijlxcfooos"
+path="res://.godot/imported/button_square_header_blade_square.png-aceb4a17e28ae7447f9b2cf38ff8a87b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-aceb4a17e28ae7447f9b2cf38ff8a87b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..1d5c2d3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..ed85b52
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dtcwh635fn5pa"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-b8dbcd68506375a7f3371a69fde88433.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-b8dbcd68506375a7f3371a69fde88433.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..647e471
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..20762e2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://j38cpnvmqls1"
+path="res://.godot/imported/button_square_header_large_rectangle.png-4439bd952732cd354e0ae9d8f583f96d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-4439bd952732cd354e0ae9d8f583f96d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..efa1259
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..51253b7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dxpv1apgdbe8c"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-5f4070d2e1f4eb186c5fd608388d2968.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-5f4070d2e1f4eb186c5fd608388d2968.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square.png
new file mode 100644
index 0000000..fc10394
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square.png.import
new file mode 100644
index 0000000..629b333
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xny0hg4uoupy"
+path="res://.godot/imported/button_square_header_large_square.png-3888ee6bb21a9e061564fbc9e2974f3c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-3888ee6bb21a9e061564fbc9e2974f3c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..83f0485
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..94739c2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bsniptlv4fc0n"
+path="res://.godot/imported/button_square_header_large_square_screws.png-1c8ce5664a8027f3b6e5edadde9d6fc7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-1c8ce5664a8027f3b6e5edadde9d6fc7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..02d4537
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..270556c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d0lu8exs0shdh"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-fcc4853c17d9920185abc3e4bab161f9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-fcc4853c17d9920185abc3e4bab161f9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..85e7418
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..e7f3c33
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dmei6rq47k83q"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-e5714b749519f4d583db648388d78ecf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-e5714b749519f4d583db648388d78ecf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square.png
new file mode 100644
index 0000000..0d715bb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..80d5a31
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b8q6v6m5l220"
+path="res://.godot/imported/button_square_header_notch_square.png-7177196ebb4e148183cab95081a922ef.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-7177196ebb4e148183cab95081a922ef.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..33956d9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..5cde6f6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://csq3rna3b3k0k"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-c306c3836442312092938d149562c3a9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-c306c3836442312092938d149562c3a9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..501c3dd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..c9d3de3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dk75t4cjt8fqp"
+path="res://.godot/imported/button_square_header_small_rectangle.png-5a084c42d8955e52c865ad44a558319e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-5a084c42d8955e52c865ad44a558319e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..c62fd72
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..a8a979e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://iugg4f7hxd3o"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-de8f8a5f7b110ca2d31592b1eb54afe3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-de8f8a5f7b110ca2d31592b1eb54afe3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square.png
new file mode 100644
index 0000000..68d32d6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square.png.import
new file mode 100644
index 0000000..24daa1d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3ewrpusv61xo"
+path="res://.godot/imported/button_square_header_small_square.png-39f31ed656405bbf0e82ca64e8cf0438.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-39f31ed656405bbf0e82ca64e8cf0438.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..ab5e94f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..5819ffd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dk1dbsyknuunu"
+path="res://.godot/imported/button_square_header_small_square_screws.png-a68b87692e96ec3e6f3fc1bd8649b893.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-a68b87692e96ec3e6f3fc1bd8649b893.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_a.png
new file mode 100644
index 0000000..e69fd0c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_a.png.import
new file mode 100644
index 0000000..fa757fa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cp1idl022km1s"
+path="res://.godot/imported/crosshair_color_a.png-a7c3808775f817dd17c855f67b631260.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-a7c3808775f817dd17c855f67b631260.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_b.png
new file mode 100644
index 0000000..0f5dcd8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_b.png.import
new file mode 100644
index 0000000..10f2f6b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d35etjvilrwv3"
+path="res://.godot/imported/crosshair_color_b.png-253ab2a4f6b74a02194c2d8dba575964.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-253ab2a4f6b74a02194c2d8dba575964.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_c.png
new file mode 100644
index 0000000..d402d5e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_c.png.import
new file mode 100644
index 0000000..67ceb74
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b51tk7edy0em1"
+path="res://.godot/imported/crosshair_color_c.png-62c3864aa6b8d16bf9b8bb7ab12e16cd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-62c3864aa6b8d16bf9b8bb7ab12e16cd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_d.png
new file mode 100644
index 0000000..edd4005
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_d.png.import
new file mode 100644
index 0000000..70b6640
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Default/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhwn4x3qemi35"
+path="res://.godot/imported/crosshair_color_d.png-8d541f11e2e20146a06c870add442c04.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Default/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-8d541f11e2e20146a06c870add442c04.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large.png
new file mode 100644
index 0000000..4cadef5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..1e314c6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://djpkcmvkoslq8"
+path="res://.godot/imported/bar_round_gloss_large.png-382f2f08d684ea391a6faa57bb5cea9f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-382f2f08d684ea391a6faa57bb5cea9f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..dbc55c9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..9ea84dc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bgod0doh5lvfv"
+path="res://.godot/imported/bar_round_gloss_large_l.png-afeb6816c8929381499627bc6c012f53.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-afeb6816c8929381499627bc6c012f53.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..e2fbe80
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..ecfb3b2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://buma6e3hl455t"
+path="res://.godot/imported/bar_round_gloss_large_m.png-09e2f3e9926c077b8c31a601d71670bd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-09e2f3e9926c077b8c31a601d71670bd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..2872bb7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..6ae8d28
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwy8nlktgfuqn"
+path="res://.godot/imported/bar_round_gloss_large_r.png-afb034e5f96e1b1298404f3f592a2f64.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-afb034e5f96e1b1298404f3f592a2f64.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..68c755b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..28122cf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dseccx6pnn7ee"
+path="res://.godot/imported/bar_round_gloss_large_square.png-e53f6cbbb780db55926b970c6983363a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-e53f6cbbb780db55926b970c6983363a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small.png
new file mode 100644
index 0000000..68a5dcb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..0529950
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b2d613ob3c7p7"
+path="res://.godot/imported/bar_round_gloss_small.png-14c071c4c5025471683e6822547534c8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-14c071c4c5025471683e6822547534c8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..c1bd88e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..78bc84c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://kd8mom6sr8d7"
+path="res://.godot/imported/bar_round_gloss_small_l.png-0095772de0244c11285c18eb5ab8f958.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-0095772de0244c11285c18eb5ab8f958.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..ea5f899
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..31fec16
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xibbgsitmn4k"
+path="res://.godot/imported/bar_round_gloss_small_m.png-579bf1539e7733135b708999f344cb72.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-579bf1539e7733135b708999f344cb72.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..0b1df7a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..49c7d19
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://du0miyluw1dev"
+path="res://.godot/imported/bar_round_gloss_small_r.png-e27d408614501fd57535105254fc8054.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-e27d408614501fd57535105254fc8054.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..4ad96f2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..4601c91
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://udt2d6wb1u8r"
+path="res://.godot/imported/bar_round_gloss_small_square.png-6ca6f0f0ee393a9c1856c78433286bfd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-6ca6f0f0ee393a9c1856c78433286bfd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large.png
new file mode 100644
index 0000000..2d66a8b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large.png.import
new file mode 100644
index 0000000..b0afc4c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b3ckluqo5kp2a"
+path="res://.godot/imported/bar_round_large.png-a8950b097a0f49b38080de10114b6592.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-a8950b097a0f49b38080de10114b6592.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_l.png
new file mode 100644
index 0000000..6f51013
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_l.png.import
new file mode 100644
index 0000000..1f38aeb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bcsj00sew6jg6"
+path="res://.godot/imported/bar_round_large_l.png-ab448868ccd8c4e75ce9d583cf64fbd3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-ab448868ccd8c4e75ce9d583cf64fbd3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_m.png
new file mode 100644
index 0000000..2b33d9c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_m.png.import
new file mode 100644
index 0000000..6fd9c52
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctviuu77jnbaj"
+path="res://.godot/imported/bar_round_large_m.png-274d7b0889b9fcd00337dd553a4625f8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-274d7b0889b9fcd00337dd553a4625f8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_r.png
new file mode 100644
index 0000000..3bae349
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_r.png.import
new file mode 100644
index 0000000..acb5c2f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://3ni0okmyojsn"
+path="res://.godot/imported/bar_round_large_r.png-aed7cf302060c971b43bbfa4abb965ab.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-aed7cf302060c971b43bbfa4abb965ab.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_square.png
new file mode 100644
index 0000000..cc2f99b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_square.png.import
new file mode 100644
index 0000000..da03c8a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bc5nb6o4ng1qm"
+path="res://.godot/imported/bar_round_large_square.png-e59ae0c2520be8c67ca0d04634d0f353.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-e59ae0c2520be8c67ca0d04634d0f353.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small.png
new file mode 100644
index 0000000..2f6c731
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small.png.import
new file mode 100644
index 0000000..35c5cf2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://k0gqn6t8348u"
+path="res://.godot/imported/bar_round_small.png-c9171231ede6ea4d8314ddc5c8e5a068.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-c9171231ede6ea4d8314ddc5c8e5a068.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_l.png
new file mode 100644
index 0000000..40aaeb9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_l.png.import
new file mode 100644
index 0000000..6418d50
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://yvyxv7qs5bgr"
+path="res://.godot/imported/bar_round_small_l.png-c7cf2751946a954fb401f5db4a8311fe.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-c7cf2751946a954fb401f5db4a8311fe.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_m.png
new file mode 100644
index 0000000..d785dc4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_m.png.import
new file mode 100644
index 0000000..efd3614
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhho2ttnj1jii"
+path="res://.godot/imported/bar_round_small_m.png-a5471506aaa1dc34c7f475b2d5e0f295.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-a5471506aaa1dc34c7f475b2d5e0f295.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_r.png
new file mode 100644
index 0000000..503db9a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_r.png.import
new file mode 100644
index 0000000..2b544a0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqxq7pelv4jvy"
+path="res://.godot/imported/bar_round_small_r.png-11a6649a8c094b7f14ec73d6de526f32.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-11a6649a8c094b7f14ec73d6de526f32.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_square.png
new file mode 100644
index 0000000..da3f061
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_square.png.import
new file mode 100644
index 0000000..8d305aa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbiqddlusopip"
+path="res://.godot/imported/bar_round_small_square.png-5792d894d8f4b34147f01f07c4df4c97.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-5792d894d8f4b34147f01f07c4df4c97.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large.png
new file mode 100644
index 0000000..1887dd2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..834a6ed
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://561d728683r6"
+path="res://.godot/imported/bar_square_gloss_large.png-9994cc292e9d7b586a50440129e33ecb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-9994cc292e9d7b586a50440129e33ecb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..69452fd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..ab9969c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cyrspfsa8jvv"
+path="res://.godot/imported/bar_square_gloss_large_l.png-11b3f2e9feb00a4a40081cc748e97a48.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-11b3f2e9feb00a4a40081cc748e97a48.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..e2fbe80
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..574ff4a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bukn2hcq034ts"
+path="res://.godot/imported/bar_square_gloss_large_m.png-caf8c88f8490be8cbf4b297841178586.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-caf8c88f8490be8cbf4b297841178586.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..53648f9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..74a2993
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvpepeql4j0al"
+path="res://.godot/imported/bar_square_gloss_large_r.png-a1b40c0a4ebd4d2865bc3a83d17a2233.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-a1b40c0a4ebd4d2865bc3a83d17a2233.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..63b8497
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..0f1d4fb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d2vxxnjg546f6"
+path="res://.godot/imported/bar_square_gloss_large_square.png-6445c844ddc3e752720fbaf9d0d5783d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-6445c844ddc3e752720fbaf9d0d5783d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small.png
new file mode 100644
index 0000000..b2e3512
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..d4b70d9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ccffwpugigrhq"
+path="res://.godot/imported/bar_square_gloss_small.png-873ea5bc3a6b32b25f4c6b4424537e65.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-873ea5bc3a6b32b25f4c6b4424537e65.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..a69d9fb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..500e5ec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://05g6cyhplb3n"
+path="res://.godot/imported/bar_square_gloss_small_l.png-865ceb2fff58eeed8f1cc1bd5a841861.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-865ceb2fff58eeed8f1cc1bd5a841861.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..ea5f899
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..6e1a136
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bwh27t2iskoxq"
+path="res://.godot/imported/bar_square_gloss_small_m.png-58d2c7287d6d2797c40e147e80e57dda.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-58d2c7287d6d2797c40e147e80e57dda.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..6bb783b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..45ac740
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhmvswedcwklv"
+path="res://.godot/imported/bar_square_gloss_small_r.png-69f72847b15838e117660e3f4489ba6c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-69f72847b15838e117660e3f4489ba6c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..ef17e1e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..eb2364a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://e1kfwh06n1md"
+path="res://.godot/imported/bar_square_gloss_small_square.png-80e19b9b9796611945300b5ab6c5cdce.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-80e19b9b9796611945300b5ab6c5cdce.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large.png
new file mode 100644
index 0000000..7a31d0d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large.png.import
new file mode 100644
index 0000000..03d32ed
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gfoa04geptgt"
+path="res://.godot/imported/bar_square_large.png-613e315e55b9ac14ed579a17cc297a39.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-613e315e55b9ac14ed579a17cc297a39.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_l.png
new file mode 100644
index 0000000..fed099a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_l.png.import
new file mode 100644
index 0000000..73424b3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkchrtwsx8nxd"
+path="res://.godot/imported/bar_square_large_l.png-a85a6d4046f9ad9d5192fd739c458f5f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-a85a6d4046f9ad9d5192fd739c458f5f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_m.png
new file mode 100644
index 0000000..2b33d9c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_m.png.import
new file mode 100644
index 0000000..edf1f78
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bvebify3svejq"
+path="res://.godot/imported/bar_square_large_m.png-61763ac8f4950fdfb5c7b11d44a26529.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-61763ac8f4950fdfb5c7b11d44a26529.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_r.png
new file mode 100644
index 0000000..c118587
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_r.png.import
new file mode 100644
index 0000000..794f756
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhcrms5fxried"
+path="res://.godot/imported/bar_square_large_r.png-631f29c415c4f19e8a30a60654a831cc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-631f29c415c4f19e8a30a60654a831cc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_square.png
new file mode 100644
index 0000000..76f6ded
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_square.png.import
new file mode 100644
index 0000000..51d91a9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6ys6mbqc2u4x"
+path="res://.godot/imported/bar_square_large_square.png-689169bbf1cbec987dd99af208208258.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-689169bbf1cbec987dd99af208208258.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small.png
new file mode 100644
index 0000000..f2825c2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small.png.import
new file mode 100644
index 0000000..c54907a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://742lue1q8q5c"
+path="res://.godot/imported/bar_square_small.png-7bc746c6dd96714eb26b4a996dc876af.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-7bc746c6dd96714eb26b4a996dc876af.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_l.png
new file mode 100644
index 0000000..da17db9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_l.png.import
new file mode 100644
index 0000000..33d0bee
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://df25mdbqrf48o"
+path="res://.godot/imported/bar_square_small_l.png-3fb6495719d1fc3bb4e4c89b079ea0a6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-3fb6495719d1fc3bb4e4c89b079ea0a6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_m.png
new file mode 100644
index 0000000..d785dc4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_m.png.import
new file mode 100644
index 0000000..f2b44ba
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c2pi30s5uvkj1"
+path="res://.godot/imported/bar_square_small_m.png-86e8d625961a9a581eecc5892d0c6613.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-86e8d625961a9a581eecc5892d0c6613.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_r.png
new file mode 100644
index 0000000..3e082bd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_r.png.import
new file mode 100644
index 0000000..711708f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://8d4tnmylwohw"
+path="res://.godot/imported/bar_square_small_r.png-704d33ecb8968ad42b921b1d28be721b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-704d33ecb8968ad42b921b1d28be721b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_square.png
new file mode 100644
index 0000000..70d750f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_square.png.import
new file mode 100644
index 0000000..443f997
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c8vwhyjpmmqab"
+path="res://.godot/imported/bar_square_small_square.png-9d315121c3411f49f14cb55d8af02424.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-9d315121c3411f49f14cb55d8af02424.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..d1da151
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..df190b6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://byolukay216x6"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-b4e631800698f127c421f360d2b1a120.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-b4e631800698f127c421f360d2b1a120.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..bedf6b3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..c82c6bf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cvcyxj2v1jfwi"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-b910e557176a5ff566b634ffb56a160d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-b910e557176a5ff566b634ffb56a160d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square.png
new file mode 100644
index 0000000..cbad58a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..53eb92a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bcfwwslalgcxw"
+path="res://.godot/imported/button_square_header_blade_square.png-9ddddc093c7dc038eedcb13d34a51036.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-9ddddc093c7dc038eedcb13d34a51036.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..af4a6d6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..39baa7f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d27wja36thxv6"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-a19596ddae4fd5a9ba4aaf66555a48ec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-a19596ddae4fd5a9ba4aaf66555a48ec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..a372e7e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..46a244f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdkobvhcopcmi"
+path="res://.godot/imported/button_square_header_large_rectangle.png-74b55a1303a5863892bb8cdf0351d06c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-74b55a1303a5863892bb8cdf0351d06c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..fbfeecf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..8cc728f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfsqj6it5dg0a"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-e1bb6a967a6fd032d845bfd99b6f4548.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-e1bb6a967a6fd032d845bfd99b6f4548.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square.png
new file mode 100644
index 0000000..ecdfc85
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square.png.import
new file mode 100644
index 0000000..84a34f6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b51sb8mv7kw4a"
+path="res://.godot/imported/button_square_header_large_square.png-c70a388efc8056c7db61995c27811b17.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-c70a388efc8056c7db61995c27811b17.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..0d1dbe7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..a34e5f7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ptmil06oqrk8"
+path="res://.godot/imported/button_square_header_large_square_screws.png-e0ebd5e12aba9372ff23eea596ef69e3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-e0ebd5e12aba9372ff23eea596ef69e3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..786d8fe
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..6349e8e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b87c4ixjlq4e4"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-d4830b730ef78dd9d0e9ef3870cc805f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-d4830b730ef78dd9d0e9ef3870cc805f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..b05f131
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..81fcb35
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bslr6w3w8tmrx"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-5b5d7726c9a528e982c95982c3439e76.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-5b5d7726c9a528e982c95982c3439e76.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square.png
new file mode 100644
index 0000000..c5db87b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..86c3f16
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://s5mdsmlr50vu"
+path="res://.godot/imported/button_square_header_notch_square.png-e8d2835f10e268de90e024e41f29680f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-e8d2835f10e268de90e024e41f29680f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..f2f1b17
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..d0caf2f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4ernfe3umpr8"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-03167cf068d1f7253eacdf253cb4a16b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-03167cf068d1f7253eacdf253cb4a16b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..fa17ad5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..982cd5f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqi8tbkesxms8"
+path="res://.godot/imported/button_square_header_small_rectangle.png-8d2784c4315c804baa75e15e6622b804.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-8d2784c4315c804baa75e15e6622b804.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..806a96c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..a039543
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cstpifqh2il41"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-ddd82ec010de81ff0278a3cbf395c3ec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-ddd82ec010de81ff0278a3cbf395c3ec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square.png
new file mode 100644
index 0000000..e69eab2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square.png.import
new file mode 100644
index 0000000..32347ad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dd8ooqbo7sy2d"
+path="res://.godot/imported/button_square_header_small_square.png-833ab68f3841520660043a4c0406cbbc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-833ab68f3841520660043a4c0406cbbc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..4986093
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..1d8865e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cmdfpoh0cd3qm"
+path="res://.godot/imported/button_square_header_small_square_screws.png-52d748b0ac17635b1e1844d0132edd90.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-52d748b0ac17635b1e1844d0132edd90.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_a.png
new file mode 100644
index 0000000..068b336
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_a.png.import
new file mode 100644
index 0000000..02eff12
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvomnw8g1vthj"
+path="res://.godot/imported/crosshair_color_a.png-e05788dcd3c7a9a1044fd25714053b82.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-e05788dcd3c7a9a1044fd25714053b82.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_b.png
new file mode 100644
index 0000000..9ec46f3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_b.png.import
new file mode 100644
index 0000000..6e4fe35
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b6prpe6yhenhu"
+path="res://.godot/imported/crosshair_color_b.png-54c78d6a08f28f793e3205dbf3cbcf1c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-54c78d6a08f28f793e3205dbf3cbcf1c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_c.png
new file mode 100644
index 0000000..6f7281a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_c.png.import
new file mode 100644
index 0000000..72498ad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1iftphdfcdpv"
+path="res://.godot/imported/crosshair_color_c.png-67a532264124f4a607e1c6e00c45d265.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-67a532264124f4a607e1c6e00c45d265.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_d.png
new file mode 100644
index 0000000..bf87539
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_d.png.import
new file mode 100644
index 0000000..05b2411
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Green/Double/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cubobsdeitd2d"
+path="res://.godot/imported/crosshair_color_d.png-6d5edc1428f257edb0d687bce72fe44d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Green/Double/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-6d5edc1428f257edb0d687bce72fe44d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large.png
new file mode 100644
index 0000000..5988315
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..0bf60c2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bttuv5ch8lmoe"
+path="res://.godot/imported/bar_round_gloss_large.png-8948e99f6f95814772c9a709cc935f09.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-8948e99f6f95814772c9a709cc935f09.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..431d98b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..c30d040
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cy3e7gujodpa2"
+path="res://.godot/imported/bar_round_gloss_large_l.png-8ed29a0301f98e9fbfea8beffd25dde5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-8ed29a0301f98e9fbfea8beffd25dde5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..b4c2d50
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..20b7c35
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://w1g3i5uarhqh"
+path="res://.godot/imported/bar_round_gloss_large_m.png-bc42eab3e1967776416c087528de038c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-bc42eab3e1967776416c087528de038c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..619ab8b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..0477d3a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bie7e3kd2ue7v"
+path="res://.godot/imported/bar_round_gloss_large_r.png-7c362368da5c6e8953f6bb7ad2663007.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-7c362368da5c6e8953f6bb7ad2663007.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..9a96fd0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..13729f9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqgikpuggdy63"
+path="res://.godot/imported/bar_round_gloss_large_square.png-59463447ffa77f404a5aa190a757a03e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-59463447ffa77f404a5aa190a757a03e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small.png
new file mode 100644
index 0000000..2c36d7c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..25499a5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dcx534uxcwnik"
+path="res://.godot/imported/bar_round_gloss_small.png-ab3f0206df3501ed42e1d503f44b8b44.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-ab3f0206df3501ed42e1d503f44b8b44.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..cfb5009
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..47d53d8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c5l2kfgm4e3wu"
+path="res://.godot/imported/bar_round_gloss_small_l.png-dd31a6d57b9a39e9ec9db35aad952506.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-dd31a6d57b9a39e9ec9db35aad952506.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..3b97ca0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..27151ff
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7q6m5afowsw"
+path="res://.godot/imported/bar_round_gloss_small_m.png-d4c8f7b4c8682475d24f937c86d47a18.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-d4c8f7b4c8682475d24f937c86d47a18.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..2eedf60
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..f686887
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bppopp4houdm4"
+path="res://.godot/imported/bar_round_gloss_small_r.png-b93b7c87daa678da6f13e45deef7bb0c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-b93b7c87daa678da6f13e45deef7bb0c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..6edb7ed
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..3883edc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://k1c56o1jyerr"
+path="res://.godot/imported/bar_round_gloss_small_square.png-f2c13ba555469c9a8664403ffed57d76.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-f2c13ba555469c9a8664403ffed57d76.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large.png
new file mode 100644
index 0000000..0a5219d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large.png.import
new file mode 100644
index 0000000..e7b3925
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b1cxxddujr8ct"
+path="res://.godot/imported/bar_round_large.png-f7cf6b34b22e23b741d06010d8cb05f7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-f7cf6b34b22e23b741d06010d8cb05f7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_l.png
new file mode 100644
index 0000000..20e0103
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_l.png.import
new file mode 100644
index 0000000..b71512f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3ao47xqjafun"
+path="res://.godot/imported/bar_round_large_l.png-75ac48ae1174fe7f81e86ac6f0c12c5b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-75ac48ae1174fe7f81e86ac6f0c12c5b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_m.png
new file mode 100644
index 0000000..5608e8f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_m.png.import
new file mode 100644
index 0000000..b49cf82
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2by3g5nbor7w"
+path="res://.godot/imported/bar_round_large_m.png-f22f1e0d4b5f3cb69f3afb14292392f5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-f22f1e0d4b5f3cb69f3afb14292392f5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_r.png
new file mode 100644
index 0000000..4f091cc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_r.png.import
new file mode 100644
index 0000000..cf42631
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bp6fx08u86wuu"
+path="res://.godot/imported/bar_round_large_r.png-ca3ed894d53d58a9746352a56783db5c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-ca3ed894d53d58a9746352a56783db5c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_square.png
new file mode 100644
index 0000000..38d8e95
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_square.png.import
new file mode 100644
index 0000000..0a4b532
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4xgnpd2m4r5a"
+path="res://.godot/imported/bar_round_large_square.png-61a07643d40d063234a573bdec32333d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-61a07643d40d063234a573bdec32333d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small.png
new file mode 100644
index 0000000..db2cbfa
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small.png.import
new file mode 100644
index 0000000..9f91adb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2fw2jolus45y"
+path="res://.godot/imported/bar_round_small.png-ecc15e02e4d01a40544810ceca14d678.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-ecc15e02e4d01a40544810ceca14d678.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_l.png
new file mode 100644
index 0000000..18c9fe8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_l.png.import
new file mode 100644
index 0000000..7604e38
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b30884lbmia4b"
+path="res://.godot/imported/bar_round_small_l.png-9d0abf2278f21de72f2e8a32e8888c92.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-9d0abf2278f21de72f2e8a32e8888c92.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_m.png
new file mode 100644
index 0000000..f320cc7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_m.png.import
new file mode 100644
index 0000000..2be021b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dllndlgvkuy6b"
+path="res://.godot/imported/bar_round_small_m.png-a1f47fae8f7db049ab0f3430dad5fb9b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-a1f47fae8f7db049ab0f3430dad5fb9b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_r.png
new file mode 100644
index 0000000..5bf87f4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_r.png.import
new file mode 100644
index 0000000..d16020a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dorn6dv8t1or0"
+path="res://.godot/imported/bar_round_small_r.png-138b339f402bb199b02680aee8418eba.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-138b339f402bb199b02680aee8418eba.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_square.png
new file mode 100644
index 0000000..472e3de
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_square.png.import
new file mode 100644
index 0000000..da9768c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d2764uq1anjtp"
+path="res://.godot/imported/bar_round_small_square.png-ff727d28dd057ce6818737f9b8186034.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-ff727d28dd057ce6818737f9b8186034.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large.png
new file mode 100644
index 0000000..2ca33da
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..130d087
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7umfyovhu82j"
+path="res://.godot/imported/bar_square_gloss_large.png-6cc789ecf54724bcf19db05d0a4c442b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-6cc789ecf54724bcf19db05d0a4c442b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..777258c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..06b67a1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cltlgjyucpf5l"
+path="res://.godot/imported/bar_square_gloss_large_l.png-f655388db6b727cf20cbc8eb1b571dd1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-f655388db6b727cf20cbc8eb1b571dd1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..b4c2d50
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..0b17840
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://clpsaq0plw42r"
+path="res://.godot/imported/bar_square_gloss_large_m.png-ad0c272311b9de8f3a0b599de97ff25c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-ad0c272311b9de8f3a0b599de97ff25c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..766c391
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..674f57c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dwisw18suly6f"
+path="res://.godot/imported/bar_square_gloss_large_r.png-6905dad724efee01262fb8692393c842.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-6905dad724efee01262fb8692393c842.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..9ab20b5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..dd6b8c4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xgr5t3d7s3h1"
+path="res://.godot/imported/bar_square_gloss_large_square.png-7d12011e323c35b7d68d12e4db334933.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-7d12011e323c35b7d68d12e4db334933.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small.png
new file mode 100644
index 0000000..3c12d8c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..57bbe49
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://wthe24rwwx6t"
+path="res://.godot/imported/bar_square_gloss_small.png-0530dfb0bc74b655f338793504729183.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-0530dfb0bc74b655f338793504729183.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..4d664dc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..2834f9f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://5u0taogx3xu4"
+path="res://.godot/imported/bar_square_gloss_small_l.png-e00e905db5d4301d73edfc761f1ae657.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-e00e905db5d4301d73edfc761f1ae657.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..3b97ca0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..3e990e5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvo1lvkrjs30c"
+path="res://.godot/imported/bar_square_gloss_small_m.png-df7dac0a7cce7dec86f1ebc9d101a7be.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-df7dac0a7cce7dec86f1ebc9d101a7be.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..ca0c738
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..e35d14d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://hn1yqjrlj1lv"
+path="res://.godot/imported/bar_square_gloss_small_r.png-4dffbb1b64c64727f5b8740bd1935344.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-4dffbb1b64c64727f5b8740bd1935344.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..84dae4a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..5c75ebd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ddyhem6xk74ok"
+path="res://.godot/imported/bar_square_gloss_small_square.png-6b8cdeda0f26873352f32d62afec29ec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-6b8cdeda0f26873352f32d62afec29ec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large.png
new file mode 100644
index 0000000..3486cf5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large.png.import
new file mode 100644
index 0000000..af897b6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bnyy03m4ljvc"
+path="res://.godot/imported/bar_square_large.png-a35ec3f407d2f68d37066732519721b0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-a35ec3f407d2f68d37066732519721b0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_l.png
new file mode 100644
index 0000000..9564d43
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_l.png.import
new file mode 100644
index 0000000..ba5e973
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d2xbofa1053lf"
+path="res://.godot/imported/bar_square_large_l.png-f4046e0ec6b0341e917ac5d1c55ba371.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-f4046e0ec6b0341e917ac5d1c55ba371.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_m.png
new file mode 100644
index 0000000..5608e8f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_m.png.import
new file mode 100644
index 0000000..b51932a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://5fg3jsxgfc22"
+path="res://.godot/imported/bar_square_large_m.png-303bbb76575969b74050ed636e8e3bf3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-303bbb76575969b74050ed636e8e3bf3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_r.png
new file mode 100644
index 0000000..dd3d001
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_r.png.import
new file mode 100644
index 0000000..760029f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ciyq7r4a6qoia"
+path="res://.godot/imported/bar_square_large_r.png-7e5315eb0517653c969cec72563083d3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-7e5315eb0517653c969cec72563083d3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_square.png
new file mode 100644
index 0000000..7673e7b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_square.png.import
new file mode 100644
index 0000000..1ec4c2f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://3ud8exqsxdry"
+path="res://.godot/imported/bar_square_large_square.png-c11ef1640869cd3515a06cfed285f216.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-c11ef1640869cd3515a06cfed285f216.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small.png
new file mode 100644
index 0000000..970683a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small.png.import
new file mode 100644
index 0000000..d29dae0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cc3688o8ebxjl"
+path="res://.godot/imported/bar_square_small.png-7032a66d07b434273b91522045a6ebc0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-7032a66d07b434273b91522045a6ebc0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_l.png
new file mode 100644
index 0000000..57255eb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_l.png.import
new file mode 100644
index 0000000..5a8b71e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://s1s20srfk488"
+path="res://.godot/imported/bar_square_small_l.png-6dc450318029c6716b99f313ac88b78b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-6dc450318029c6716b99f313ac88b78b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_m.png
new file mode 100644
index 0000000..f320cc7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_m.png.import
new file mode 100644
index 0000000..6dd2039
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://hpatc5dwthma"
+path="res://.godot/imported/bar_square_small_m.png-5978981ab5fea468a07780c0582c91e0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-5978981ab5fea468a07780c0582c91e0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_r.png
new file mode 100644
index 0000000..acd7467
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_r.png.import
new file mode 100644
index 0000000..7b8de20
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://butaxv7j7nsut"
+path="res://.godot/imported/bar_square_small_r.png-43658739d6fdbef09366d430ca5390b7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-43658739d6fdbef09366d430ca5390b7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_square.png
new file mode 100644
index 0000000..c64e8bf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_square.png.import
new file mode 100644
index 0000000..67349b0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3h5s2qxjgmq"
+path="res://.godot/imported/bar_square_small_square.png-9d41b2c5d03a32cbc3f3f4c3f1b48667.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-9d41b2c5d03a32cbc3f3f4c3f1b48667.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..4217969
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..11fcc2b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cyv8wvfy5t11s"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-bd011930ffd73a6855428c68855f7e0e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-bd011930ffd73a6855428c68855f7e0e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..6b1332c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..a2656fb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://brina8ggm2xgf"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-aafadf89294e4116085b3a3b535c6a1d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-aafadf89294e4116085b3a3b535c6a1d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square.png
new file mode 100644
index 0000000..e12a5b9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..bea546d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://fu5svvn673tn"
+path="res://.godot/imported/button_square_header_blade_square.png-04142582896a13a47f99aec97cf3386b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-04142582896a13a47f99aec97cf3386b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..c8b8041
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..c7038e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bll0ho1ctxfiq"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-48fb8d35e13781806355f3414dc6e0cb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-48fb8d35e13781806355f3414dc6e0cb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..20b65d0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..e73c908
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b0qmdlis3eeat"
+path="res://.godot/imported/button_square_header_large_rectangle.png-6424b3272ea525c00d567fd0accbb159.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-6424b3272ea525c00d567fd0accbb159.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..f457851
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..b4d2809
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bixbox456lwak"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-a7b59be990c5be48a05edf89ad3cadcf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-a7b59be990c5be48a05edf89ad3cadcf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square.png
new file mode 100644
index 0000000..36d80de
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square.png.import
new file mode 100644
index 0000000..75ca734
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxkugjjrel0x8"
+path="res://.godot/imported/button_square_header_large_square.png-ca1100a29530ce1823334d04668515bb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-ca1100a29530ce1823334d04668515bb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..1e99962
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..df128c0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1ls56d5gs5l3"
+path="res://.godot/imported/button_square_header_large_square_screws.png-1d3398d32d8f8a27c28766cca373e853.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-1d3398d32d8f8a27c28766cca373e853.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..5542098
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..cc9f746
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://clv4odm0hino1"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-27de2d80590890cfaacfe013fc1155f3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-27de2d80590890cfaacfe013fc1155f3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..885784e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..efa3329
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b88uj1lhh5i55"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-8b891e2d7cbdd87464ab06b0efd03a64.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-8b891e2d7cbdd87464ab06b0efd03a64.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square.png
new file mode 100644
index 0000000..b8e99ef
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..097a635
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bp7x1jurp2ddd"
+path="res://.godot/imported/button_square_header_notch_square.png-a9e5e0b126b7cbbaa3c0f8cbaefda67f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-a9e5e0b126b7cbbaa3c0f8cbaefda67f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..f71002f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..cf541e6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c8tjc4m26os5r"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-27b2e826b0b68236fb3940bf477209a5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-27b2e826b0b68236fb3940bf477209a5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..a898634
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..0cf267a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://fatj47fks28r"
+path="res://.godot/imported/button_square_header_small_rectangle.png-36d8486d3368888700db8da48966a5d8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-36d8486d3368888700db8da48966a5d8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..7f06e8e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..fc54fb1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c27c1y0q81nyc"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-f6881d920965515aaa31ce74ec58a31c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-f6881d920965515aaa31ce74ec58a31c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square.png
new file mode 100644
index 0000000..c504ffc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square.png.import
new file mode 100644
index 0000000..9130c7a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b2tbe4av07ang"
+path="res://.godot/imported/button_square_header_small_square.png-d4932ab40e37c3526f9ef953bcfefc7f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-d4932ab40e37c3526f9ef953bcfefc7f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..f76f86d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..b166f40
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1w5uccif7d0f"
+path="res://.godot/imported/button_square_header_small_square_screws.png-6d66f207e09f8bc2f80544677582a6d2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-6d66f207e09f8bc2f80544677582a6d2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_a.png
new file mode 100644
index 0000000..c984a40
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_a.png.import
new file mode 100644
index 0000000..f6712d0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xtugk1738ne8"
+path="res://.godot/imported/crosshair_color_a.png-870031673047696f47447e465e1654c7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-870031673047696f47447e465e1654c7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_b.png
new file mode 100644
index 0000000..bbacbb5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_b.png.import
new file mode 100644
index 0000000..bde31ec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dtt4vamasnydb"
+path="res://.godot/imported/crosshair_color_b.png-ae32632d1b3acc51fca933bdf111652a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-ae32632d1b3acc51fca933bdf111652a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_c.png
new file mode 100644
index 0000000..9cbe3b0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_c.png.import
new file mode 100644
index 0000000..2e08309
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b5jerahigs7cj"
+path="res://.godot/imported/crosshair_color_c.png-0b50b97e3bb32d5f9160046a70537eda.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-0b50b97e3bb32d5f9160046a70537eda.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_d.png
new file mode 100644
index 0000000..1b1f032
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_d.png.import
new file mode 100644
index 0000000..0b6f8d6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dhrmd2eleqink"
+path="res://.godot/imported/crosshair_color_d.png-c0c93b28ddd9b3319366e1a045bd9370.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Default/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-c0c93b28ddd9b3319366e1a045bd9370.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large.png
new file mode 100644
index 0000000..fbdcfde
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..ebdc94c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ddnw2qnc5ppvg"
+path="res://.godot/imported/bar_round_gloss_large.png-ab625a1c3b11a829973cc25614757358.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-ab625a1c3b11a829973cc25614757358.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..36c79bf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..c4b55b4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dj5dtchdgaa83"
+path="res://.godot/imported/bar_round_gloss_large_l.png-1f03c33edfb455888fd2864b8a883666.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-1f03c33edfb455888fd2864b8a883666.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..96d68c0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..81550a4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://8k7efg3gyubh"
+path="res://.godot/imported/bar_round_gloss_large_m.png-0592bd92d765e78e0dc5bb2043cc7b65.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-0592bd92d765e78e0dc5bb2043cc7b65.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..fdedd8d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..ae0fc6c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://wmnmj2speitt"
+path="res://.godot/imported/bar_round_gloss_large_r.png-424871204f8313a737f9a70a5cc09e72.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-424871204f8313a737f9a70a5cc09e72.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..fab9b0f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..bba02d1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://3o5wn7fdtahx"
+path="res://.godot/imported/bar_round_gloss_large_square.png-bf7dd42e3929e0a1fc11613702800628.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-bf7dd42e3929e0a1fc11613702800628.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small.png
new file mode 100644
index 0000000..abff080
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..606360b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b5ixi0fbkna0j"
+path="res://.godot/imported/bar_round_gloss_small.png-6c184216601d59bc92011430f26c83a8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-6c184216601d59bc92011430f26c83a8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..85d2f96
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..fd22f57
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b00mw4er8tah1"
+path="res://.godot/imported/bar_round_gloss_small_l.png-1660f861a6821d71259dd8e2c9e962db.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-1660f861a6821d71259dd8e2c9e962db.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..0bad97b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..409c8b8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bvx63g75tqvea"
+path="res://.godot/imported/bar_round_gloss_small_m.png-ef378ce7379dba5d949352641ac58c2e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-ef378ce7379dba5d949352641ac58c2e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..79109b7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..97ef6a2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqnmtrpmseexg"
+path="res://.godot/imported/bar_round_gloss_small_r.png-7a05ab2b6d34a2f4348797858e45c660.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-7a05ab2b6d34a2f4348797858e45c660.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..b7128be
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..ce2087b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bypibiig1ik0b"
+path="res://.godot/imported/bar_round_gloss_small_square.png-695ebd27812bd7db703004c3be233950.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-695ebd27812bd7db703004c3be233950.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large.png
new file mode 100644
index 0000000..9486a6d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large.png.import
new file mode 100644
index 0000000..75e85e8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://blty7f5fjcscp"
+path="res://.godot/imported/bar_round_large.png-b6249eefad155cfe566c8f80087ef6b6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-b6249eefad155cfe566c8f80087ef6b6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_l.png
new file mode 100644
index 0000000..ac2f66d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_l.png.import
new file mode 100644
index 0000000..5bc3af0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c07yqwd4ibq78"
+path="res://.godot/imported/bar_round_large_l.png-6ae21997248b3fbf5d1b52f5107b5896.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-6ae21997248b3fbf5d1b52f5107b5896.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_m.png
new file mode 100644
index 0000000..3c4cf2f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_m.png.import
new file mode 100644
index 0000000..e483fcd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7xy40q0q1h2e"
+path="res://.godot/imported/bar_round_large_m.png-5744d6b761d6217aa8a6dd07462545a5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-5744d6b761d6217aa8a6dd07462545a5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_r.png
new file mode 100644
index 0000000..a0697a1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_r.png.import
new file mode 100644
index 0000000..e437f05
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxtqh31g2cp26"
+path="res://.godot/imported/bar_round_large_r.png-e567f6efa3e27c1553a83a4d51c76e52.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-e567f6efa3e27c1553a83a4d51c76e52.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_square.png
new file mode 100644
index 0000000..5056b70
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_square.png.import
new file mode 100644
index 0000000..5bf30cb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b26qol6o6jdns"
+path="res://.godot/imported/bar_round_large_square.png-b7666c6b5e366d7087f164fe7ba6bf35.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-b7666c6b5e366d7087f164fe7ba6bf35.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small.png
new file mode 100644
index 0000000..9873156
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small.png.import
new file mode 100644
index 0000000..4f8ea3f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c5jjlbtc2rvbo"
+path="res://.godot/imported/bar_round_small.png-7c661723acffbc7b7fa2fe81ba270735.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-7c661723acffbc7b7fa2fe81ba270735.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_l.png
new file mode 100644
index 0000000..b417cdc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_l.png.import
new file mode 100644
index 0000000..d6e1c9c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dn7poi784rsi8"
+path="res://.godot/imported/bar_round_small_l.png-03d54f4cbb4792c74d7b85c34c166920.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-03d54f4cbb4792c74d7b85c34c166920.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_m.png
new file mode 100644
index 0000000..ba38a2f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_m.png.import
new file mode 100644
index 0000000..83ea4ad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c5qmnijn1h8kn"
+path="res://.godot/imported/bar_round_small_m.png-385f3a090a0f25744d93297df240b729.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-385f3a090a0f25744d93297df240b729.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_r.png
new file mode 100644
index 0000000..9c3612b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_r.png.import
new file mode 100644
index 0000000..d2831fc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b6ydlcfakkdx"
+path="res://.godot/imported/bar_round_small_r.png-8db253a10caabd99cc5ebbeb38aa87be.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-8db253a10caabd99cc5ebbeb38aa87be.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_square.png
new file mode 100644
index 0000000..989736a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_square.png.import
new file mode 100644
index 0000000..41e309a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://yt2n026sewh6"
+path="res://.godot/imported/bar_round_small_square.png-15f7270fa394d0b6495214f9bc93166b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-15f7270fa394d0b6495214f9bc93166b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large.png
new file mode 100644
index 0000000..c954a98
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..90c5717
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1j2j02upxrbi"
+path="res://.godot/imported/bar_square_gloss_large.png-29a366f3ad1062836f51d32a67f97071.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-29a366f3ad1062836f51d32a67f97071.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..e2bf221
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..388865f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://drbqcnh88ret3"
+path="res://.godot/imported/bar_square_gloss_large_l.png-c04e5a1a887f760e4fc3facd929aa0b3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-c04e5a1a887f760e4fc3facd929aa0b3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..96d68c0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..bc10e8b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cm8fbhkia6fy4"
+path="res://.godot/imported/bar_square_gloss_large_m.png-a4fad1fe9db221f1c057924ed63a2f60.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-a4fad1fe9db221f1c057924ed63a2f60.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..0f00473
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..934c14e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkrfovhg2x1nk"
+path="res://.godot/imported/bar_square_gloss_large_r.png-c1f1a003d677c57ff91a6796650caadf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-c1f1a003d677c57ff91a6796650caadf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..67f69d5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..2f692df
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://rjbl3h7sxwdw"
+path="res://.godot/imported/bar_square_gloss_large_square.png-dedd18dd3539da7f6d58e32b9ae914d9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-dedd18dd3539da7f6d58e32b9ae914d9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small.png
new file mode 100644
index 0000000..74bc3ea
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..f05019c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cp0v4r8wqgrpw"
+path="res://.godot/imported/bar_square_gloss_small.png-7ced4129020994bb4dfc1af000997437.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-7ced4129020994bb4dfc1af000997437.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..a2cc8d1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..69211a4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b58fly47xc68c"
+path="res://.godot/imported/bar_square_gloss_small_l.png-6bb037023dae93df20263deb7685652e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-6bb037023dae93df20263deb7685652e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..0bad97b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..c1043e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://eqca8ye7qbqf"
+path="res://.godot/imported/bar_square_gloss_small_m.png-8a08e88bb137bd034cde49a4d929ed02.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-8a08e88bb137bd034cde49a4d929ed02.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..0017645
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..a01aa5b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://coenx73iiptch"
+path="res://.godot/imported/bar_square_gloss_small_r.png-c30d60d8243d3fde196806aa1a471f62.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-c30d60d8243d3fde196806aa1a471f62.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..2c80ae1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..b60a968
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://p7737s8w5hlw"
+path="res://.godot/imported/bar_square_gloss_small_square.png-c44a5846d9279d6431169ea2f7657c3f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-c44a5846d9279d6431169ea2f7657c3f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large.png
new file mode 100644
index 0000000..f290f22
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large.png.import
new file mode 100644
index 0000000..b7a2de6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3f4llji85ywl"
+path="res://.godot/imported/bar_square_large.png-2345cd18fccb368af8cd04ea37d377db.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-2345cd18fccb368af8cd04ea37d377db.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_l.png
new file mode 100644
index 0000000..1d20543
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_l.png.import
new file mode 100644
index 0000000..c137cd1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cvpfbc6ghkdr6"
+path="res://.godot/imported/bar_square_large_l.png-055c424fc7cf36bcb65d02b820a676a3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-055c424fc7cf36bcb65d02b820a676a3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_m.png
new file mode 100644
index 0000000..3c4cf2f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_m.png.import
new file mode 100644
index 0000000..f0c17bd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://du7wr7gjtymad"
+path="res://.godot/imported/bar_square_large_m.png-c8dbf127d7c134f5857a30c88b50d10a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-c8dbf127d7c134f5857a30c88b50d10a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_r.png
new file mode 100644
index 0000000..745e7cd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_r.png.import
new file mode 100644
index 0000000..9fe6935
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bvvw70o0qrbwg"
+path="res://.godot/imported/bar_square_large_r.png-93c01863e73d7e761f1d86134ae65c5b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-93c01863e73d7e761f1d86134ae65c5b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_square.png
new file mode 100644
index 0000000..3565cf5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_square.png.import
new file mode 100644
index 0000000..8ee6314
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqiwwgrwgjyxs"
+path="res://.godot/imported/bar_square_large_square.png-b449cfd6ae1454031cb8bfcb80638d5a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-b449cfd6ae1454031cb8bfcb80638d5a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small.png
new file mode 100644
index 0000000..ff23196
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small.png.import
new file mode 100644
index 0000000..9162244
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://5r8aydq0y273"
+path="res://.godot/imported/bar_square_small.png-e96fc771a3eb89c19ff990157b68e6b4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-e96fc771a3eb89c19ff990157b68e6b4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_l.png
new file mode 100644
index 0000000..eff5894
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_l.png.import
new file mode 100644
index 0000000..1f171f4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://do3cbimltjceu"
+path="res://.godot/imported/bar_square_small_l.png-e150193e17fd5293b5596723268d33d7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-e150193e17fd5293b5596723268d33d7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_m.png
new file mode 100644
index 0000000..ba38a2f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_m.png.import
new file mode 100644
index 0000000..4c0ea4b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c83noc6mg76na"
+path="res://.godot/imported/bar_square_small_m.png-7a965eb7217c41e37debe356974172c2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-7a965eb7217c41e37debe356974172c2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_r.png
new file mode 100644
index 0000000..4f86f4b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_r.png.import
new file mode 100644
index 0000000..0b5ad4b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dq8u4bj7jgj37"
+path="res://.godot/imported/bar_square_small_r.png-60d5ea59ad49e46af4c8fe4954f28f8b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-60d5ea59ad49e46af4c8fe4954f28f8b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_square.png
new file mode 100644
index 0000000..8a1de44
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_square.png.import
new file mode 100644
index 0000000..d4b2dc1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bt5y2w8rkiavv"
+path="res://.godot/imported/bar_square_small_square.png-7541fd89e0045040e37750ca3048e34f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-7541fd89e0045040e37750ca3048e34f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..ffab838
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..45e5c40
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2wvhjhj0xlc8"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-d6d5e4c4f86acb42eec185df0e08b09c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-d6d5e4c4f86acb42eec185df0e08b09c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..de1060e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..16d4a52
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://byda65coicxpw"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-7dfd4bfa28bd52e2c54dca6ba62ec73c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-7dfd4bfa28bd52e2c54dca6ba62ec73c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square.png
new file mode 100644
index 0000000..38e486b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..a778e24
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xbrnw6a3auuf"
+path="res://.godot/imported/button_square_header_blade_square.png-8bb0d7ec0784e17dc3832a6cdd29bba6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-8bb0d7ec0784e17dc3832a6cdd29bba6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..f736a65
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..3d95686
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://y633eactbhij"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-13ceb18409d44f19909e7c63a4f38601.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-13ceb18409d44f19909e7c63a4f38601.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..bef4c3e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..ed884e5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bngabnqtpythh"
+path="res://.godot/imported/button_square_header_large_rectangle.png-eab6d980eb3dc1b8549e63562bd37dac.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-eab6d980eb3dc1b8549e63562bd37dac.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..65d169f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..10b6c49
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://copin36vl0y8u"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-b7f4ac10db4d7d7aa8a81863562b7500.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-b7f4ac10db4d7d7aa8a81863562b7500.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square.png
new file mode 100644
index 0000000..64ea46e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square.png.import
new file mode 100644
index 0000000..027a9c7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://djwiimyrbj8pe"
+path="res://.godot/imported/button_square_header_large_square.png-c59e3af607458ff3c2cfc40a2165d2e4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-c59e3af607458ff3c2cfc40a2165d2e4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..669c7a0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..36c98b3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bj4yidx8rijqw"
+path="res://.godot/imported/button_square_header_large_square_screws.png-b9c288da8afded016a943d79ccdbc078.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-b9c288da8afded016a943d79ccdbc078.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..36e967c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..80ff1b5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://p8hgt6668f7a"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-c113d3cf20d54b6e49ee1d64359f7c36.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-c113d3cf20d54b6e49ee1d64359f7c36.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..40b5f11
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..abbd86c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://kiju65w8cxjq"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-2a288bdefd1cf67e68103db49f069a86.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-2a288bdefd1cf67e68103db49f069a86.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square.png
new file mode 100644
index 0000000..82e973e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..90cefd3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://qieqgyk1qe3w"
+path="res://.godot/imported/button_square_header_notch_square.png-415241d7b2f33006537ce80206e34ae9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-415241d7b2f33006537ce80206e34ae9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..a8550b1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..76a2785
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dtoq7jldw4m0r"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-aa4df43bf9b1579c736b902ba2e12230.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-aa4df43bf9b1579c736b902ba2e12230.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..1876f70
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..6a10de5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cn0j7go04ereg"
+path="res://.godot/imported/button_square_header_small_rectangle.png-0aaf58db45a5b37263267b55689e6068.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-0aaf58db45a5b37263267b55689e6068.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..4e95902
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..cd903fd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bu4c1f6ghx6ej"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-ef97afa1c3c7dd15eb809806c956753d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-ef97afa1c3c7dd15eb809806c956753d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square.png
new file mode 100644
index 0000000..b15bfdb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square.png.import
new file mode 100644
index 0000000..ba517df
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://6dxf2ikru7hy"
+path="res://.godot/imported/button_square_header_small_square.png-ff24320bdb5d97ba14c5bcf7fe2a2ff2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-ff24320bdb5d97ba14c5bcf7fe2a2ff2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..29a6526
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..63d5eeb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dspnat8bhd57x"
+path="res://.godot/imported/button_square_header_small_square_screws.png-f70452ae1bd63c3e471bb43561d6e0c3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-f70452ae1bd63c3e471bb43561d6e0c3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_a.png
new file mode 100644
index 0000000..bea5bcd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_a.png.import
new file mode 100644
index 0000000..3cd0119
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cu0pl23snopvb"
+path="res://.godot/imported/crosshair_color_a.png-feb26a433deb4bb694f40468a23af9ad.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-feb26a433deb4bb694f40468a23af9ad.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_b.png
new file mode 100644
index 0000000..cd64f1e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_b.png.import
new file mode 100644
index 0000000..68228d9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bt7gg3vf08mhh"
+path="res://.godot/imported/crosshair_color_b.png-045de7bfb60d4cc03b1f66630640b5b1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-045de7bfb60d4cc03b1f66630640b5b1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_c.png
new file mode 100644
index 0000000..b059249
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_c.png.import
new file mode 100644
index 0000000..0912f03
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbjyd6j5g6vkt"
+path="res://.godot/imported/crosshair_color_c.png-0b7d120a7712436e49cfb46026b8974f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-0b7d120a7712436e49cfb46026b8974f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_d.png
new file mode 100644
index 0000000..4598849
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_d.png.import
new file mode 100644
index 0000000..efbdc52
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://chj3k6mkj12wl"
+path="res://.godot/imported/crosshair_color_d.png-94c4da4c6c6d0c0932ccc467dde3da2c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Grey/Double/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-94c4da4c6c6d0c0932ccc467dde3da2c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large.png
new file mode 100644
index 0000000..b35501d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..94b2b9a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dr263fs5qhkvq"
+path="res://.godot/imported/bar_round_gloss_large.png-bdc5b07c0c5f9e06fc7187df8b8d11d6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-bdc5b07c0c5f9e06fc7187df8b8d11d6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..5632849
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..a7e28da
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bar0qw4dl4mk"
+path="res://.godot/imported/bar_round_gloss_large_l.png-d4b96f705187974638bccfcca9e4fe2d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-d4b96f705187974638bccfcca9e4fe2d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..a66eae2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..64288ba
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpkaewpjfawu1"
+path="res://.godot/imported/bar_round_gloss_large_m.png-0df0c83a6208ff3cc7a554d495db8dbf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-0df0c83a6208ff3cc7a554d495db8dbf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..1a8f396
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..7aa48fd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bns8k8yk678lb"
+path="res://.godot/imported/bar_round_gloss_large_r.png-d09dd32c9984f7b1e06b899e4a999f87.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-d09dd32c9984f7b1e06b899e4a999f87.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..39e77b9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..d09ec23
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bi8u2r17gdja5"
+path="res://.godot/imported/bar_round_gloss_large_square.png-b8a993430815792d9f651234d4ae02b9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-b8a993430815792d9f651234d4ae02b9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small.png
new file mode 100644
index 0000000..d996923
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..59ad907
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://btil2sopguown"
+path="res://.godot/imported/bar_round_gloss_small.png-e5b94fb6c3442fef8c73bbb4db2b2528.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-e5b94fb6c3442fef8c73bbb4db2b2528.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..f4fb41a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..523a829
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpwvyfl1t8r7v"
+path="res://.godot/imported/bar_round_gloss_small_l.png-0d71bb4a62503ca8f57ac536c2864a69.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-0d71bb4a62503ca8f57ac536c2864a69.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..cc4eee4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..00eae52
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bmbo8gowrb0nj"
+path="res://.godot/imported/bar_round_gloss_small_m.png-5a40fba27d1e897ee41692d77253fe05.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-5a40fba27d1e897ee41692d77253fe05.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..559f9a3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..74f3354
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cuetbktumg3p7"
+path="res://.godot/imported/bar_round_gloss_small_r.png-46c185471a94762ca1445ce3db89be0a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-46c185471a94762ca1445ce3db89be0a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..118817b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..6b1e51d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://iwq3mnxjfktl"
+path="res://.godot/imported/bar_round_gloss_small_square.png-bf967249ecba9edf4f6cffcbfd879faa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-bf967249ecba9edf4f6cffcbfd879faa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large.png
new file mode 100644
index 0000000..3c18406
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large.png.import
new file mode 100644
index 0000000..40f5833
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dl3ljjun274gn"
+path="res://.godot/imported/bar_round_large.png-9d89a7f45085cbb1b8489346fd541e63.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-9d89a7f45085cbb1b8489346fd541e63.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_l.png
new file mode 100644
index 0000000..8ad127c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_l.png.import
new file mode 100644
index 0000000..f9c9b3a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://nun00i88t78x"
+path="res://.godot/imported/bar_round_large_l.png-745cdf00f90176b3e9e5cf7dc4e2c2ee.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-745cdf00f90176b3e9e5cf7dc4e2c2ee.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_m.png
new file mode 100644
index 0000000..54e3129
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_m.png.import
new file mode 100644
index 0000000..e6651c9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bo1avsg6o4hvk"
+path="res://.godot/imported/bar_round_large_m.png-f62c6d1136c5df847e6043ee3858e2eb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-f62c6d1136c5df847e6043ee3858e2eb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_r.png
new file mode 100644
index 0000000..b91ae93
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_r.png.import
new file mode 100644
index 0000000..586c3fd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bkgo0acsgglba"
+path="res://.godot/imported/bar_round_large_r.png-56cda938a06a8f734d91a41bb794e18d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-56cda938a06a8f734d91a41bb794e18d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_square.png
new file mode 100644
index 0000000..236101f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_square.png.import
new file mode 100644
index 0000000..37ebe15
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b3rmv5cl8dvq0"
+path="res://.godot/imported/bar_round_large_square.png-9eba0adeca43ccf00c836fbeaba3331b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-9eba0adeca43ccf00c836fbeaba3331b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small.png
new file mode 100644
index 0000000..ab845ae
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small.png.import
new file mode 100644
index 0000000..3229116
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dt11osyotnvdy"
+path="res://.godot/imported/bar_round_small.png-900514ec28a2c4c131c254b77ab19f40.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-900514ec28a2c4c131c254b77ab19f40.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_l.png
new file mode 100644
index 0000000..b63ca19
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_l.png.import
new file mode 100644
index 0000000..70eff24
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7cso5o64lj5k"
+path="res://.godot/imported/bar_round_small_l.png-eeec9f95ec9366c8749e43fb60837409.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-eeec9f95ec9366c8749e43fb60837409.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_m.png
new file mode 100644
index 0000000..f3ed8e0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_m.png.import
new file mode 100644
index 0000000..5f3879f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ddkqdeb6wng40"
+path="res://.godot/imported/bar_round_small_m.png-403dfa062254470f109862e6bf01f75a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-403dfa062254470f109862e6bf01f75a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_r.png
new file mode 100644
index 0000000..aa8f935
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_r.png.import
new file mode 100644
index 0000000..b243157
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bi3lv7kajva5e"
+path="res://.godot/imported/bar_round_small_r.png-3533e6b3d06dd01e9f9e15f7e6731bd1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-3533e6b3d06dd01e9f9e15f7e6731bd1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_square.png
new file mode 100644
index 0000000..044a99b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_square.png.import
new file mode 100644
index 0000000..9d94a5d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://chfrlkeeeaije"
+path="res://.godot/imported/bar_round_small_square.png-5b091975688b00be1b832540de61c122.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-5b091975688b00be1b832540de61c122.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large.png
new file mode 100644
index 0000000..d404243
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..c390dd9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bokp34gatehjy"
+path="res://.godot/imported/bar_square_gloss_large.png-5548d20a7c9e0755be3d40c2c284803d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-5548d20a7c9e0755be3d40c2c284803d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..e8d6dd9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..c382ec1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c03vlkuwsnuoi"
+path="res://.godot/imported/bar_square_gloss_large_l.png-32a01cfbcae08dd58b8edd73611ebba9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-32a01cfbcae08dd58b8edd73611ebba9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..a66eae2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..f5eea66
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dep8f0bq5pi8i"
+path="res://.godot/imported/bar_square_gloss_large_m.png-2b866e852148e238052aac126cca117c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-2b866e852148e238052aac126cca117c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..272447a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..56f579b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7gdixwc7oyl"
+path="res://.godot/imported/bar_square_gloss_large_r.png-11cdc86dc6ae390549fa5d61b940322c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-11cdc86dc6ae390549fa5d61b940322c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..8988d4d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..140c3a6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cf5l4qoubsg3v"
+path="res://.godot/imported/bar_square_gloss_large_square.png-8c7f478bcd62b6aec9591e1a188d446c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-8c7f478bcd62b6aec9591e1a188d446c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small.png
new file mode 100644
index 0000000..def7b32
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..3aed2f5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://chnuo7xpph235"
+path="res://.godot/imported/bar_square_gloss_small.png-bf0ec8fda298979575b52cd295710f50.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-bf0ec8fda298979575b52cd295710f50.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..3e744e5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..2704f33
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bms6wxsw62yaj"
+path="res://.godot/imported/bar_square_gloss_small_l.png-c65ba1676ac7f5b6d52c632950b7fce8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-c65ba1676ac7f5b6d52c632950b7fce8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..cc4eee4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..4023e85
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bbnnpv8wvbmfb"
+path="res://.godot/imported/bar_square_gloss_small_m.png-0d0b3e67aaa4fa9575793f2d44e0d28e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-0d0b3e67aaa4fa9575793f2d44e0d28e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..85b80b5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..3869b79
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://27mn2n6cf74n"
+path="res://.godot/imported/bar_square_gloss_small_r.png-bbc4b6d5888465213e889a69512eb413.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-bbc4b6d5888465213e889a69512eb413.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..9085c52
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..1723f29
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cnky7q1koyc3r"
+path="res://.godot/imported/bar_square_gloss_small_square.png-fb816610c5c6efb3d27b903065c96dcf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-fb816610c5c6efb3d27b903065c96dcf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large.png
new file mode 100644
index 0000000..5a80a2d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large.png.import
new file mode 100644
index 0000000..faa97bf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://vqx302ms4ex4"
+path="res://.godot/imported/bar_square_large.png-97f4c6d06ed30fafbea4312c214a1fbc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-97f4c6d06ed30fafbea4312c214a1fbc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_l.png
new file mode 100644
index 0000000..d484c8f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_l.png.import
new file mode 100644
index 0000000..5aeecad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bpq8nxw6fpmt0"
+path="res://.godot/imported/bar_square_large_l.png-83d57a9ea8b9af7b62922faa7a6db4f0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-83d57a9ea8b9af7b62922faa7a6db4f0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_m.png
new file mode 100644
index 0000000..54e3129
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_m.png.import
new file mode 100644
index 0000000..1e4425f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ck3pn158dx16h"
+path="res://.godot/imported/bar_square_large_m.png-b9af1136fca32bf0a490635aa8e98dbe.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-b9af1136fca32bf0a490635aa8e98dbe.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_r.png
new file mode 100644
index 0000000..6691990
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_r.png.import
new file mode 100644
index 0000000..d7da011
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ca4ef4dwffy53"
+path="res://.godot/imported/bar_square_large_r.png-992c943dd5b9eb1843c6a99add7b9983.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-992c943dd5b9eb1843c6a99add7b9983.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_square.png
new file mode 100644
index 0000000..c3a63b4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_square.png.import
new file mode 100644
index 0000000..b20e86a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cetrlfrhuhcxu"
+path="res://.godot/imported/bar_square_large_square.png-a8bb2ac027e6adcc093d8a982beda011.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-a8bb2ac027e6adcc093d8a982beda011.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small.png
new file mode 100644
index 0000000..7799d30
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small.png.import
new file mode 100644
index 0000000..8814042
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://clhqqop0aqo5"
+path="res://.godot/imported/bar_square_small.png-afcf9c24ae22f97d1158f119048984fc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-afcf9c24ae22f97d1158f119048984fc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_l.png
new file mode 100644
index 0000000..7bec313
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_l.png.import
new file mode 100644
index 0000000..aa9a99d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://kbrqso0kmo4a"
+path="res://.godot/imported/bar_square_small_l.png-a19c7daed8894dcfd5b103e7f1236a5a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-a19c7daed8894dcfd5b103e7f1236a5a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_m.png
new file mode 100644
index 0000000..f3ed8e0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_m.png.import
new file mode 100644
index 0000000..1e8dd33
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dcxojx2curb1e"
+path="res://.godot/imported/bar_square_small_m.png-e9cea7f9ce0818752747a38456ae6d6d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-e9cea7f9ce0818752747a38456ae6d6d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_r.png
new file mode 100644
index 0000000..cfcbec1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_r.png.import
new file mode 100644
index 0000000..26f8ec1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ccx0rlbhmkiqs"
+path="res://.godot/imported/bar_square_small_r.png-5a3504b2550ce8b38eda99087c48ebe5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-5a3504b2550ce8b38eda99087c48ebe5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_square.png
new file mode 100644
index 0000000..14fda60
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_square.png.import
new file mode 100644
index 0000000..eb5f547
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bbi5lprxveam2"
+path="res://.godot/imported/bar_square_small_square.png-5b450dce751cb7adfbd95451ac99bafc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-5b450dce751cb7adfbd95451ac99bafc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..cfb83a4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..0e763ac
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dhw4slw0vdria"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-35ad9d063603fdeefc3f66026edd758a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-35ad9d063603fdeefc3f66026edd758a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..e327b67
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..b1ea429
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbs12pnmrak0w"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-1bccccba355aaffc7f07e2fbd5c3681b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-1bccccba355aaffc7f07e2fbd5c3681b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square.png
new file mode 100644
index 0000000..f4a5ed6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..c31656c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://khhaotxmc4qb"
+path="res://.godot/imported/button_square_header_blade_square.png-85397cac16a34156999906067467588e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-85397cac16a34156999906067467588e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..52ffa12
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..6db3417
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkxhi3uv1c82w"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-fd4d2a0c01d741e07c4823668d99826a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-fd4d2a0c01d741e07c4823668d99826a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..abbd6b7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..6d7139d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dqhelb5sa8bfs"
+path="res://.godot/imported/button_square_header_large_rectangle.png-119933fbb8357f46f5ac6d6e0a7011f0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-119933fbb8357f46f5ac6d6e0a7011f0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..c9389e4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..2e3660c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d2wc2o54dtn0h"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-d209c8ce63ece2190b75fb928e911b2b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-d209c8ce63ece2190b75fb928e911b2b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square.png
new file mode 100644
index 0000000..bde1710
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square.png.import
new file mode 100644
index 0000000..d13fd26
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://pi61mgmq7lqf"
+path="res://.godot/imported/button_square_header_large_square.png-41ee5eeda48c7d199075805abb357bba.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-41ee5eeda48c7d199075805abb357bba.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..0ed5465
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..af2b857
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cv5lbrbwn20in"
+path="res://.godot/imported/button_square_header_large_square_screws.png-8cdcacd105eebc4f9f03ecd2a3178a46.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-8cdcacd105eebc4f9f03ecd2a3178a46.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..681a553
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..d464693
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://6ctce3xcu2k8"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-4552b4b2aed42a48e04c40c87c546f29.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-4552b4b2aed42a48e04c40c87c546f29.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..9b99eb2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..f498aeb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://br6rsw6i1ie6d"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-bc8817ef21162af6c73aa553f0cdbaf8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-bc8817ef21162af6c73aa553f0cdbaf8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square.png
new file mode 100644
index 0000000..a0586d0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..0dc4c0d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://crdgtt0s15ok4"
+path="res://.godot/imported/button_square_header_notch_square.png-b80af3cefd1a63f059a85629f14ad618.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-b80af3cefd1a63f059a85629f14ad618.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..ff447e7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..24fba24
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://oufjpi6ayliu"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-c447190e79ea91091f69f6c9b1060dce.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-c447190e79ea91091f69f6c9b1060dce.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..dfd9012
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..1818cf6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdx7ji6i3jw4f"
+path="res://.godot/imported/button_square_header_small_rectangle.png-84b1bfd45fc57f8aa90708b6be41de79.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-84b1bfd45fc57f8aa90708b6be41de79.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..93d79de
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..76d3e68
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b2crja40m76do"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-a0fe57732a966a343a2e9e02fa6b695b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-a0fe57732a966a343a2e9e02fa6b695b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square.png
new file mode 100644
index 0000000..185da78
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square.png.import
new file mode 100644
index 0000000..4cdd218
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://duv6vys4oyxg0"
+path="res://.godot/imported/button_square_header_small_square.png-d6f58b2dd6ae4e8fbddcc689eb44d51f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-d6f58b2dd6ae4e8fbddcc689eb44d51f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..bf034e2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..8d879e3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1vlqrd0vud0r"
+path="res://.godot/imported/button_square_header_small_square_screws.png-08503de3eab50e72fb3f85548cbae475.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-08503de3eab50e72fb3f85548cbae475.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_a.png
new file mode 100644
index 0000000..aa7a7bc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_a.png.import
new file mode 100644
index 0000000..bde29a1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d30iy08pjtqg5"
+path="res://.godot/imported/crosshair_color_a.png-3b3594348ec0e45f2c77883800ae31ec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-3b3594348ec0e45f2c77883800ae31ec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_b.png
new file mode 100644
index 0000000..75763c0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_b.png.import
new file mode 100644
index 0000000..9ae515f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqmq248neepuc"
+path="res://.godot/imported/crosshair_color_b.png-7672806ce8c1808b6251e6b9ef83b1c5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-7672806ce8c1808b6251e6b9ef83b1c5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_c.png
new file mode 100644
index 0000000..b778d2b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_c.png.import
new file mode 100644
index 0000000..461e4c8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dutjv4fn52do8"
+path="res://.godot/imported/crosshair_color_c.png-63be34c53bfc872e111458f1ef3e3520.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-63be34c53bfc872e111458f1ef3e3520.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_d.png
new file mode 100644
index 0000000..e63f04b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_d.png.import
new file mode 100644
index 0000000..01a3bfa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Default/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://csgksu1i8f3u0"
+path="res://.godot/imported/crosshair_color_d.png-c116c982dbce35d5f2b6f4818b6fa4cd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Default/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-c116c982dbce35d5f2b6f4818b6fa4cd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large.png
new file mode 100644
index 0000000..378c7ca
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..b6e3f1f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7yygjmtai85n"
+path="res://.godot/imported/bar_round_gloss_large.png-fbc08042207fbe4acc8d19b747362534.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-fbc08042207fbe4acc8d19b747362534.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..0d7ce58
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..c393bf3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cv41txs4bmr1u"
+path="res://.godot/imported/bar_round_gloss_large_l.png-abe223847b534561f85d1b67c3d0760a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-abe223847b534561f85d1b67c3d0760a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..a5e65ce
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..209c2e7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cjl7xaxenodde"
+path="res://.godot/imported/bar_round_gloss_large_m.png-068702d3fc8ac4223ba3d78a81d305b7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-068702d3fc8ac4223ba3d78a81d305b7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..6f88f06
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..545849c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dol8ynj4sjvds"
+path="res://.godot/imported/bar_round_gloss_large_r.png-ed14d8087aa5d4fb5de5bac55c3e41e3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-ed14d8087aa5d4fb5de5bac55c3e41e3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..0ee74bd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..c3eff30
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cb7uc6nki5tcp"
+path="res://.godot/imported/bar_round_gloss_large_square.png-b924c134320d3121c10ee192fa8732b9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-b924c134320d3121c10ee192fa8732b9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small.png
new file mode 100644
index 0000000..201e908
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..5fc732d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1005exaokgra"
+path="res://.godot/imported/bar_round_gloss_small.png-8449ee67967a2cad4e6a003d1797383c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-8449ee67967a2cad4e6a003d1797383c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..5b1bcd5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..13d605c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3mapanakvwr"
+path="res://.godot/imported/bar_round_gloss_small_l.png-db8b54f1e4f595ba9edee93bcd161460.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-db8b54f1e4f595ba9edee93bcd161460.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..f37798d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..e1e8044
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://moiomtfkcxq0"
+path="res://.godot/imported/bar_round_gloss_small_m.png-a59cf629aebadd14a9499fc79fdefa03.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-a59cf629aebadd14a9499fc79fdefa03.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..c34d94f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..2c7d3ac
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c17vlkbinmjbm"
+path="res://.godot/imported/bar_round_gloss_small_r.png-d6c9ce1f1bd9bd1af7f1a409d03b0654.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-d6c9ce1f1bd9bd1af7f1a409d03b0654.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..aab3d6a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..79cac63
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cn0g6r8y70l0o"
+path="res://.godot/imported/bar_round_gloss_small_square.png-b750d460335a1aae128d84b45634bcb7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-b750d460335a1aae128d84b45634bcb7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large.png
new file mode 100644
index 0000000..a6dcdc2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large.png.import
new file mode 100644
index 0000000..e2ef084
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cry1xxr6nesyr"
+path="res://.godot/imported/bar_round_large.png-e029eb0bfb5c4de7290e708d013b0b2c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-e029eb0bfb5c4de7290e708d013b0b2c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_l.png
new file mode 100644
index 0000000..457c57e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_l.png.import
new file mode 100644
index 0000000..7901f81
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dl3csxovdy05r"
+path="res://.godot/imported/bar_round_large_l.png-5ef6624e2fafbf7a09c3ea2006785fa8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-5ef6624e2fafbf7a09c3ea2006785fa8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_m.png
new file mode 100644
index 0000000..51e8f71
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_m.png.import
new file mode 100644
index 0000000..1156b5c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0hpk8o44jegt"
+path="res://.godot/imported/bar_round_large_m.png-0c54782b282de37509eecab02e72e4a9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-0c54782b282de37509eecab02e72e4a9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_r.png
new file mode 100644
index 0000000..944924e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_r.png.import
new file mode 100644
index 0000000..b79f4d5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://db2lqxrugyuji"
+path="res://.godot/imported/bar_round_large_r.png-71d4bb0ee39e403a5cb32deb77224cfa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-71d4bb0ee39e403a5cb32deb77224cfa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_square.png
new file mode 100644
index 0000000..b25caea
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_square.png.import
new file mode 100644
index 0000000..7bf55ba
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dqb2vq7ihjobh"
+path="res://.godot/imported/bar_round_large_square.png-5333e4794e06030201388811a07c8e4a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-5333e4794e06030201388811a07c8e4a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small.png
new file mode 100644
index 0000000..a5eee0f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small.png.import
new file mode 100644
index 0000000..85f0e25
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdjnn5gmnc6iq"
+path="res://.godot/imported/bar_round_small.png-44bf5198012c3581a59d2d5cdcbbfa5e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-44bf5198012c3581a59d2d5cdcbbfa5e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_l.png
new file mode 100644
index 0000000..8536fd1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_l.png.import
new file mode 100644
index 0000000..5c58368
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4b5q0tksgq24"
+path="res://.godot/imported/bar_round_small_l.png-35c6d273a6405cffcdb97cfd51266883.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-35c6d273a6405cffcdb97cfd51266883.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_m.png
new file mode 100644
index 0000000..b2a51ff
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_m.png.import
new file mode 100644
index 0000000..a235351
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cjgqtdt0bpau3"
+path="res://.godot/imported/bar_round_small_m.png-84d93ec8c90690fdc332353b0355beea.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-84d93ec8c90690fdc332353b0355beea.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_r.png
new file mode 100644
index 0000000..dc96c56
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_r.png.import
new file mode 100644
index 0000000..38f0585
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://drkch6ebdb487"
+path="res://.godot/imported/bar_round_small_r.png-c6cd94e45b0f2b5b58755ff26012e6bd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-c6cd94e45b0f2b5b58755ff26012e6bd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_square.png
new file mode 100644
index 0000000..eed4e03
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_square.png.import
new file mode 100644
index 0000000..1426a3f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqkbjb0fscwdd"
+path="res://.godot/imported/bar_round_small_square.png-32ed9fe8c77f4b66766f5fd8d676ed66.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-32ed9fe8c77f4b66766f5fd8d676ed66.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large.png
new file mode 100644
index 0000000..76e671f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..9d3ce94
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2462hur7nlp3"
+path="res://.godot/imported/bar_square_gloss_large.png-66eeef72e96b53d1206595525f5dfcc9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-66eeef72e96b53d1206595525f5dfcc9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..84140cb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..56491ae
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c24e081krr2mq"
+path="res://.godot/imported/bar_square_gloss_large_l.png-0a2848ebf801b0202c4eed1f350b222a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-0a2848ebf801b0202c4eed1f350b222a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..a5e65ce
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..ff36ee5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ughnhnw2pk5j"
+path="res://.godot/imported/bar_square_gloss_large_m.png-baac92d7e541b43121bb65a78c41c6a2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-baac92d7e541b43121bb65a78c41c6a2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..31935c0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..fe010fb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dyoc3a6fh1xt3"
+path="res://.godot/imported/bar_square_gloss_large_r.png-6b208cc04279bb93bba4ebb676249081.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-6b208cc04279bb93bba4ebb676249081.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..d1c6121
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..68680e7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdwsfgpt1slqq"
+path="res://.godot/imported/bar_square_gloss_large_square.png-9ca9fc14e2a7137305349fac086bdaa9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-9ca9fc14e2a7137305349fac086bdaa9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small.png
new file mode 100644
index 0000000..c39fb4e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..427367d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gcm4dbcpjnq7"
+path="res://.godot/imported/bar_square_gloss_small.png-7461af9a69c9b14d0f28d65f7c3f5afb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-7461af9a69c9b14d0f28d65f7c3f5afb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..a5b7765
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..7a8ecf1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dovtrtrc60e4a"
+path="res://.godot/imported/bar_square_gloss_small_l.png-b1816caf1369559a470d311007c5298b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-b1816caf1369559a470d311007c5298b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..f37798d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..19f3484
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0mjujubbc8sx"
+path="res://.godot/imported/bar_square_gloss_small_m.png-d51ef745e4d212cacd482bbf4179ffd1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-d51ef745e4d212cacd482bbf4179ffd1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..1ad1336
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..da5911a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://btoaj06r265ax"
+path="res://.godot/imported/bar_square_gloss_small_r.png-00e69a5bbfb1f20d95d252a16f6db698.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-00e69a5bbfb1f20d95d252a16f6db698.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..a70fecf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..239c99b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cn5nj8qmdki3f"
+path="res://.godot/imported/bar_square_gloss_small_square.png-dbbf489e3630c4d818aa0783cceb4bac.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-dbbf489e3630c4d818aa0783cceb4bac.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large.png
new file mode 100644
index 0000000..9208890
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large.png.import
new file mode 100644
index 0000000..ada2f23
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cfkhb774p2mkm"
+path="res://.godot/imported/bar_square_large.png-bbe37e23e1b1e34cb8707f14962d1a17.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-bbe37e23e1b1e34cb8707f14962d1a17.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_l.png
new file mode 100644
index 0000000..75255fd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_l.png.import
new file mode 100644
index 0000000..a12f8bf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7e8nncnwm2ht"
+path="res://.godot/imported/bar_square_large_l.png-2f3f391c46c77ae8f6b7e0360864e2a3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-2f3f391c46c77ae8f6b7e0360864e2a3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_m.png
new file mode 100644
index 0000000..51e8f71
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_m.png.import
new file mode 100644
index 0000000..aaeca32
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cak636djd6xya"
+path="res://.godot/imported/bar_square_large_m.png-056232792eb0795e5f2be901e2c26765.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-056232792eb0795e5f2be901e2c26765.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_r.png
new file mode 100644
index 0000000..cc994df
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_r.png.import
new file mode 100644
index 0000000..c3b2ad3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dg7hw10u4leq"
+path="res://.godot/imported/bar_square_large_r.png-dd00de50b5d9df10f90cb93cedd9f2a1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-dd00de50b5d9df10f90cb93cedd9f2a1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_square.png
new file mode 100644
index 0000000..38b9bd9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_square.png.import
new file mode 100644
index 0000000..834816e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1hk73at3xc"
+path="res://.godot/imported/bar_square_large_square.png-7547aa9076a6cf562865efd5b06b44e9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-7547aa9076a6cf562865efd5b06b44e9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small.png
new file mode 100644
index 0000000..1ccd6c9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small.png.import
new file mode 100644
index 0000000..8cd912c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://blk1223nfsmfa"
+path="res://.godot/imported/bar_square_small.png-0a84d4904c57c224b94c49f79f6763c0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-0a84d4904c57c224b94c49f79f6763c0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_l.png
new file mode 100644
index 0000000..32b0abd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_l.png.import
new file mode 100644
index 0000000..22baea0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bh78k126hvfyt"
+path="res://.godot/imported/bar_square_small_l.png-8fbfa5f5737db7d41c851c114efdb984.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-8fbfa5f5737db7d41c851c114efdb984.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_m.png
new file mode 100644
index 0000000..b2a51ff
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_m.png.import
new file mode 100644
index 0000000..133da7e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b08yhwbwqrh61"
+path="res://.godot/imported/bar_square_small_m.png-bbdb1835daf9f7731b480c5d93d6dd02.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-bbdb1835daf9f7731b480c5d93d6dd02.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_r.png
new file mode 100644
index 0000000..66d62bc
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_r.png.import
new file mode 100644
index 0000000..a81d304
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xha0miofjidr"
+path="res://.godot/imported/bar_square_small_r.png-2b0909e9259215f5407fc54cc211f44a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-2b0909e9259215f5407fc54cc211f44a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_square.png
new file mode 100644
index 0000000..134bdb0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_square.png.import
new file mode 100644
index 0000000..62a09e0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d4g4ayg5tkfmi"
+path="res://.godot/imported/bar_square_small_square.png-4f67f2a244995f623d7656edd3cb078b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-4f67f2a244995f623d7656edd3cb078b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..3136272
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..b34ce6d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d0xrsc80tbwqa"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-d6eb31ef3e7fb54dd4b11400575b001c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-d6eb31ef3e7fb54dd4b11400575b001c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..1fb7b95
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..12f8865
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d4fxrdn4cab88"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-2f1fa2ccc54f6e6797bf36983fbfafba.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-2f1fa2ccc54f6e6797bf36983fbfafba.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square.png
new file mode 100644
index 0000000..e66091f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..a7d6c6b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://kbmf7pemg735"
+path="res://.godot/imported/button_square_header_blade_square.png-7ff7dbfe3559ca6941bd3dff92231c86.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-7ff7dbfe3559ca6941bd3dff92231c86.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..3574822
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..7b8faeb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bktxg6qggmi85"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-457e7a258b8dc14f2a96bc9d4d917f0c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-457e7a258b8dc14f2a96bc9d4d917f0c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..c75b419
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..8042ddc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://f33t3tg50eq1"
+path="res://.godot/imported/button_square_header_large_rectangle.png-87200bcaa788f92184ff18f28d6f9886.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-87200bcaa788f92184ff18f28d6f9886.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..5247914
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..6e3f03d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfbtotab5hri7"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-44f564e7cc505d9233c6b7c73dc27f2e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-44f564e7cc505d9233c6b7c73dc27f2e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square.png
new file mode 100644
index 0000000..f082221
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square.png.import
new file mode 100644
index 0000000..988ec47
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cifltkknjbheu"
+path="res://.godot/imported/button_square_header_large_square.png-0a172eec214a13bac65c2e4034d1bd2b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-0a172eec214a13bac65c2e4034d1bd2b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..d28a3ce
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..df23a77
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cvhdxnt3kqux3"
+path="res://.godot/imported/button_square_header_large_square_screws.png-b1515e78b37448cd815f87cddfa39b92.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-b1515e78b37448cd815f87cddfa39b92.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..4fc8f50
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..22fdbe2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpp66jere7qh7"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-5003ec0abaf8e5060321db2daf5b63f6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-5003ec0abaf8e5060321db2daf5b63f6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..500151b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..bcb7f2c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cywngc2cofiag"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-197b9927caa190619f3ca7c4803fced7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-197b9927caa190619f3ca7c4803fced7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square.png
new file mode 100644
index 0000000..6f1b115
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..456c92b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkeef5em5q4dl"
+path="res://.godot/imported/button_square_header_notch_square.png-0deb7d3bfae4cc088af4ad2716b9b5af.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-0deb7d3bfae4cc088af4ad2716b9b5af.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..0b222a5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..f5794c2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bfglcepefd76x"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-92c6d20232808d3ba20cfa8346f49e2f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-92c6d20232808d3ba20cfa8346f49e2f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..6bca566
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..abc8ec7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cl08uol2mdoeu"
+path="res://.godot/imported/button_square_header_small_rectangle.png-e072c799ad5dea49dfffcfd971f75ff7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-e072c799ad5dea49dfffcfd971f75ff7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..1dc1442
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..a616b10
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvvnusr3hni2q"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-4009f5f57c77a749580cb6bdbf374af4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-4009f5f57c77a749580cb6bdbf374af4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square.png
new file mode 100644
index 0000000..5ea6485
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square.png.import
new file mode 100644
index 0000000..9b79af9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b0dbwscr5w2nw"
+path="res://.godot/imported/button_square_header_small_square.png-34c97faa3417fe680969726dddd1c399.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-34c97faa3417fe680969726dddd1c399.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..aaa253b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..1da0f9d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c8663wmheukon"
+path="res://.godot/imported/button_square_header_small_square_screws.png-1fe0ce7cfd077021b956b6edfe117217.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-1fe0ce7cfd077021b956b6edfe117217.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_a.png
new file mode 100644
index 0000000..8dbfb2d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_a.png.import
new file mode 100644
index 0000000..5628e58
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bguo6a5tbvree"
+path="res://.godot/imported/crosshair_color_a.png-f8fe9517d0a8816d6d0285b097119cd4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-f8fe9517d0a8816d6d0285b097119cd4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_b.png
new file mode 100644
index 0000000..67f8727
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_b.png.import
new file mode 100644
index 0000000..5cf40e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3bo4bkgwyhe2"
+path="res://.godot/imported/crosshair_color_b.png-ee7987156a56a5a14135df72e295bb75.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-ee7987156a56a5a14135df72e295bb75.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_c.png
new file mode 100644
index 0000000..6390e22
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_c.png.import
new file mode 100644
index 0000000..91333a2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bwbm3x1wwk73s"
+path="res://.godot/imported/crosshair_color_c.png-48fc853f72232870ac4b4fddac7260a1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-48fc853f72232870ac4b4fddac7260a1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_d.png
new file mode 100644
index 0000000..5425a17
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_d.png.import
new file mode 100644
index 0000000..cada4ba
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Red/Double/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4pumtf3onwnn"
+path="res://.godot/imported/crosshair_color_d.png-8f48d68aeace2151c58e19a709f080db.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Red/Double/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-8f48d68aeace2151c58e19a709f080db.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large.png
new file mode 100644
index 0000000..179a1f8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..1e04fba
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3eru07k0a4hd"
+path="res://.godot/imported/bar_round_gloss_large.png-fdbcddb1eab05ec46578d486d5120891.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-fdbcddb1eab05ec46578d486d5120891.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..067e9a3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..d221215
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bf2wp48nahxs6"
+path="res://.godot/imported/bar_round_gloss_large_l.png-7ba5e9e43e7e587e5d706630c5911eb6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-7ba5e9e43e7e587e5d706630c5911eb6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..a55e2a8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..ca5a014
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7uromip62i4c"
+path="res://.godot/imported/bar_round_gloss_large_m.png-8cc84051a43c1c0a6b9e741d85291533.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-8cc84051a43c1c0a6b9e741d85291533.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..2e5cc94
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..83405b6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b17lnfs4hjtx7"
+path="res://.godot/imported/bar_round_gloss_large_r.png-e4fbda1d6a87bafe1d730f10af708d7e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-e4fbda1d6a87bafe1d730f10af708d7e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..97f6d1d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..ecc6487
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1eeso2on2ch1"
+path="res://.godot/imported/bar_round_gloss_large_square.png-5e8ed205744c096ee381e03fdd2d8879.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-5e8ed205744c096ee381e03fdd2d8879.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small.png
new file mode 100644
index 0000000..47999a5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..755600a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqdfjur1o2ar3"
+path="res://.godot/imported/bar_round_gloss_small.png-57d82996962e02d27c05288d9160a404.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-57d82996962e02d27c05288d9160a404.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..99f73e1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..c9abdfe
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cstfed5587p07"
+path="res://.godot/imported/bar_round_gloss_small_l.png-6ba2f2a2855e2c23b98b8f3b39763e1e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-6ba2f2a2855e2c23b98b8f3b39763e1e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..7399e7d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..529229d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cr4kc1k3kxm1g"
+path="res://.godot/imported/bar_round_gloss_small_m.png-52b6b17ecfa786d6261161a98337be57.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-52b6b17ecfa786d6261161a98337be57.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..f8d7dcb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..765ee8a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbiqu7ri7pb65"
+path="res://.godot/imported/bar_round_gloss_small_r.png-5d908b04b29b6623f284982835389ee3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-5d908b04b29b6623f284982835389ee3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..3cdb9c9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..535d1bd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpgw6lpcche1v"
+path="res://.godot/imported/bar_round_gloss_small_square.png-6c6bfd4d32acb42f57b2894ee74693fc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-6c6bfd4d32acb42f57b2894ee74693fc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large.png
new file mode 100644
index 0000000..8b7ab67
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large.png.import
new file mode 100644
index 0000000..5311597
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://fdaaqgik5iil"
+path="res://.godot/imported/bar_round_large.png-97a422ab9afceb60bd24dad2618071bb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-97a422ab9afceb60bd24dad2618071bb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_l.png
new file mode 100644
index 0000000..65230f3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_l.png.import
new file mode 100644
index 0000000..121c043
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqg54i8ggh1ux"
+path="res://.godot/imported/bar_round_large_l.png-7012b5b33cca39566fc294e18b117a81.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-7012b5b33cca39566fc294e18b117a81.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_m.png
new file mode 100644
index 0000000..7532497
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_m.png.import
new file mode 100644
index 0000000..edf5c83
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://u8w1e1p4d4gi"
+path="res://.godot/imported/bar_round_large_m.png-129898dd8dabdae032c715770474dda7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-129898dd8dabdae032c715770474dda7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_r.png
new file mode 100644
index 0000000..058ceaa
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_r.png.import
new file mode 100644
index 0000000..4110522
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bvfrrckbuoh5x"
+path="res://.godot/imported/bar_round_large_r.png-9dd4ec1e59ebcd260080c46b2ba515b8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-9dd4ec1e59ebcd260080c46b2ba515b8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_square.png
new file mode 100644
index 0000000..0c36f0a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_square.png.import
new file mode 100644
index 0000000..81df23f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://srtpogsi3yq0"
+path="res://.godot/imported/bar_round_large_square.png-2f5fc7e9c82594f4f2cb4f22fefbbfb5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-2f5fc7e9c82594f4f2cb4f22fefbbfb5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small.png
new file mode 100644
index 0000000..2f99f05
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small.png.import
new file mode 100644
index 0000000..29cb005
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dgjxhxiqolmud"
+path="res://.godot/imported/bar_round_small.png-e730c7b7b57cc01df270b97bf3b07d16.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-e730c7b7b57cc01df270b97bf3b07d16.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_l.png
new file mode 100644
index 0000000..dc66e65
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_l.png.import
new file mode 100644
index 0000000..043a907
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cm7n1w60ybkqt"
+path="res://.godot/imported/bar_round_small_l.png-5ca40743bd4e0132c7e3c9c09cf03b99.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-5ca40743bd4e0132c7e3c9c09cf03b99.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_m.png
new file mode 100644
index 0000000..cf8a500
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_m.png.import
new file mode 100644
index 0000000..514d414
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpkxy7bsift1"
+path="res://.godot/imported/bar_round_small_m.png-453d3d3b15d2dcfcac92519cc7e653dc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-453d3d3b15d2dcfcac92519cc7e653dc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_r.png
new file mode 100644
index 0000000..ba65b6b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_r.png.import
new file mode 100644
index 0000000..4f6af00
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqeqtndidffrd"
+path="res://.godot/imported/bar_round_small_r.png-26e596ab58e7647582c09d71396c7eb5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-26e596ab58e7647582c09d71396c7eb5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_square.png
new file mode 100644
index 0000000..74af284
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_square.png.import
new file mode 100644
index 0000000..c9e4e2d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxq4if0h1vmru"
+path="res://.godot/imported/bar_round_small_square.png-763991e42ed7340d1496a6ef9d1d5dc7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-763991e42ed7340d1496a6ef9d1d5dc7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large.png
new file mode 100644
index 0000000..16c06f3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..103292b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://jr31vd0cjo5n"
+path="res://.godot/imported/bar_square_gloss_large.png-b7657743ebe7347274fbf5f648109cfc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-b7657743ebe7347274fbf5f648109cfc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..98c54e8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..51dd144
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6pm5qtc78y4h"
+path="res://.godot/imported/bar_square_gloss_large_l.png-ae21aad133c4dbcec5d033205fa7854f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-ae21aad133c4dbcec5d033205fa7854f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..a55e2a8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..defa8e8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://e07m2rx0of24"
+path="res://.godot/imported/bar_square_gloss_large_m.png-ef483061875f41690d66c9d5320cd76b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-ef483061875f41690d66c9d5320cd76b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..91fe133
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..5aaf31d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctyb8v6wo7g86"
+path="res://.godot/imported/bar_square_gloss_large_r.png-1a5fd73950b695f7e052212c39650542.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-1a5fd73950b695f7e052212c39650542.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..ce3a893
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..8537b62
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bfcq7ksau171s"
+path="res://.godot/imported/bar_square_gloss_large_square.png-666596805244a780bd0d9a2dc5e68822.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-666596805244a780bd0d9a2dc5e68822.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small.png
new file mode 100644
index 0000000..b9c0989
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..2759f1e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dgd57nrapgv81"
+path="res://.godot/imported/bar_square_gloss_small.png-8561398d6e60cbb9167a413bacdcabcb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-8561398d6e60cbb9167a413bacdcabcb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..c99bc0f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..89f1d1e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bmpg16jieg4n6"
+path="res://.godot/imported/bar_square_gloss_small_l.png-29c03b074066b86d7f88f41d3321c2e8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-29c03b074066b86d7f88f41d3321c2e8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..7399e7d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..8736398
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4b1dvfhydk3m"
+path="res://.godot/imported/bar_square_gloss_small_m.png-83d33355b9ecb537156e868234d843a8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-83d33355b9ecb537156e868234d843a8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..cd97d56
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..5d3f71e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0xevk74wcgcc"
+path="res://.godot/imported/bar_square_gloss_small_r.png-b8468dbace4cffa90c868c340b5b9655.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-b8468dbace4cffa90c868c340b5b9655.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..17bda3e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..797b979
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://hui1se2dnok7"
+path="res://.godot/imported/bar_square_gloss_small_square.png-130b4012c1ad5bd8ae8e2ddd301d67e4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-130b4012c1ad5bd8ae8e2ddd301d67e4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large.png
new file mode 100644
index 0000000..2daa848
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large.png.import
new file mode 100644
index 0000000..3441802
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://df08cy01hcpu0"
+path="res://.godot/imported/bar_square_large.png-0e8f35ef237d2a52b031987473df57cd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-0e8f35ef237d2a52b031987473df57cd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_l.png
new file mode 100644
index 0000000..1a14e03
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_l.png.import
new file mode 100644
index 0000000..0730b55
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2wpff5avyl24"
+path="res://.godot/imported/bar_square_large_l.png-edf38ec52bfba3b54a3b819e1f6c430b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-edf38ec52bfba3b54a3b819e1f6c430b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_m.png
new file mode 100644
index 0000000..7532497
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_m.png.import
new file mode 100644
index 0000000..ed19e24
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://id16cqbqcbf6"
+path="res://.godot/imported/bar_square_large_m.png-fc8e3202280b9eac3ee4c20497fdb6e4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-fc8e3202280b9eac3ee4c20497fdb6e4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_r.png
new file mode 100644
index 0000000..7199ecf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_r.png.import
new file mode 100644
index 0000000..8d8b6f2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://66vq2rne7kmu"
+path="res://.godot/imported/bar_square_large_r.png-9ea4cd9f413a274377dde09cb349f0bb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-9ea4cd9f413a274377dde09cb349f0bb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_square.png
new file mode 100644
index 0000000..0d0a84e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_square.png.import
new file mode 100644
index 0000000..a545d3c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://lu8xljkw44ii"
+path="res://.godot/imported/bar_square_large_square.png-8fae8b54abc04c2f321dd60d1fd815c3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-8fae8b54abc04c2f321dd60d1fd815c3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small.png
new file mode 100644
index 0000000..45d3e53
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small.png.import
new file mode 100644
index 0000000..b738629
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3tgvfxatvvr"
+path="res://.godot/imported/bar_square_small.png-f7366600c58d0219326259ddf6269eab.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-f7366600c58d0219326259ddf6269eab.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_l.png
new file mode 100644
index 0000000..17ad20c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_l.png.import
new file mode 100644
index 0000000..4cfdbd6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c2cffkgbmpdlu"
+path="res://.godot/imported/bar_square_small_l.png-7ba8173095e44ac09da15b8983a6fc67.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-7ba8173095e44ac09da15b8983a6fc67.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_m.png
new file mode 100644
index 0000000..cf8a500
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_m.png.import
new file mode 100644
index 0000000..240c9cb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cbem3fh0kql50"
+path="res://.godot/imported/bar_square_small_m.png-1d45cf3cf5abdd83d1d318c49b72246d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-1d45cf3cf5abdd83d1d318c49b72246d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_r.png
new file mode 100644
index 0000000..8822b61
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_r.png.import
new file mode 100644
index 0000000..ddab631
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://30v5c458qw7k"
+path="res://.godot/imported/bar_square_small_r.png-660ae071518fe935b27505a6c3649b8d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-660ae071518fe935b27505a6c3649b8d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_square.png
new file mode 100644
index 0000000..f762b1a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_square.png.import
new file mode 100644
index 0000000..fa2a98c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cgrpdoc8wf80i"
+path="res://.godot/imported/bar_square_small_square.png-5d58ab91cf272d4f3e791017823a41a9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-5d58ab91cf272d4f3e791017823a41a9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..78247a6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..9b03d48
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3mn6eonkigoh"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-b857e78d649c8577c269df077235114c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-b857e78d649c8577c269df077235114c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..768fa7b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..da2f588
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bh1v4pnbvv7h0"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-052a0dddd1ba8b087045b74757dbf715.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-052a0dddd1ba8b087045b74757dbf715.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square.png
new file mode 100644
index 0000000..f72e841
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..16eba91
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfsw44brmps38"
+path="res://.godot/imported/button_square_header_blade_square.png-15355e6f5a55aa65dcd32b9ff91bdd60.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-15355e6f5a55aa65dcd32b9ff91bdd60.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..7142dc2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..74a6f11
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://npfup61j6h82"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-de5799dbb3acdc5694d8f5957d731b69.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-de5799dbb3acdc5694d8f5957d731b69.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..ca6b2e3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..279aae0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://6jipmhsxplqx"
+path="res://.godot/imported/button_square_header_large_rectangle.png-74fe25dd3ef1c44cd1a2a50049227742.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-74fe25dd3ef1c44cd1a2a50049227742.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..dfe7920
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..8d05eda
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0ueprjf06o8q"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-30f7327f14985dffd331bbc7e2eecc0c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-30f7327f14985dffd331bbc7e2eecc0c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square.png
new file mode 100644
index 0000000..a7b81fb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square.png.import
new file mode 100644
index 0000000..c83fc29
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bc7rpitev1a8f"
+path="res://.godot/imported/button_square_header_large_square.png-67a25184a2e1e945413d3f30008e6330.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-67a25184a2e1e945413d3f30008e6330.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..b8b893a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..f85d52f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ch62ee6uh7jfq"
+path="res://.godot/imported/button_square_header_large_square_screws.png-5e354251669da49e001a651af8872538.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-5e354251669da49e001a651af8872538.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..023ed09
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..68487c1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://wrf6yqyxkmei"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-669ac9628f3b8f96db6c942fd396fa90.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-669ac9628f3b8f96db6c942fd396fa90.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..ed7282e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..fac0bd6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://i0om1yvvrtda"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-3441d4ce4b19264c9b1155bf9e563a16.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-3441d4ce4b19264c9b1155bf9e563a16.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square.png
new file mode 100644
index 0000000..10bcfd9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..28e4550
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3uxbb007573j"
+path="res://.godot/imported/button_square_header_notch_square.png-2a2d0a60e3522da37c0d0b329659f32e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-2a2d0a60e3522da37c0d0b329659f32e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..1d97925
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..105a3bf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://qg2qbwjld2fl"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-ad19242f84395cfd14f890daafc91262.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-ad19242f84395cfd14f890daafc91262.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..e61ece4
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..266e491
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://blycsb5i2pv1s"
+path="res://.godot/imported/button_square_header_small_rectangle.png-8c76ae09a424557cc718937c14b0e5e8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-8c76ae09a424557cc718937c14b0e5e8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..f88487e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..286ffc5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dluwjrsrsmvcg"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-2dba9f24f55ea1863b1d732b27b136be.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-2dba9f24f55ea1863b1d732b27b136be.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square.png
new file mode 100644
index 0000000..305fbc2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square.png.import
new file mode 100644
index 0000000..9f5f8c8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dsfxfd7sbg0j4"
+path="res://.godot/imported/button_square_header_small_square.png-df622c96dd9beaa49edb112d5a68fcf2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-df622c96dd9beaa49edb112d5a68fcf2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..290d656
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..71c5e62
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c8qccd8bm4jah"
+path="res://.godot/imported/button_square_header_small_square_screws.png-77bbf528a0f51d26163683003ccd41f2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-77bbf528a0f51d26163683003ccd41f2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_a.png
new file mode 100644
index 0000000..d47bf9c
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_a.png.import
new file mode 100644
index 0000000..9f11ae8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bov650c8wndse"
+path="res://.godot/imported/crosshair_color_a.png-f233bb967f2780e7ed64df54d53de3da.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-f233bb967f2780e7ed64df54d53de3da.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_b.png
new file mode 100644
index 0000000..27e7ba9
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_b.png.import
new file mode 100644
index 0000000..d3675ea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://boudwp1caxu6v"
+path="res://.godot/imported/crosshair_color_b.png-052b2baeb8a65d578342e5b4cbe4fff6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-052b2baeb8a65d578342e5b4cbe4fff6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_c.png
new file mode 100644
index 0000000..9e73191
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_c.png.import
new file mode 100644
index 0000000..c82c0b4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpxu8t62kpp45"
+path="res://.godot/imported/crosshair_color_c.png-0f3d46d8ebd4d905d47cc7fd043f6c24.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-0f3d46d8ebd4d905d47cc7fd043f6c24.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_d.png
new file mode 100644
index 0000000..5d97874
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_d.png.import
new file mode 100644
index 0000000..182fda5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cip7f6dpahsar"
+path="res://.godot/imported/crosshair_color_d.png-19d39ae0bdcf63a0336a530f5a52295f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Default/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-19d39ae0bdcf63a0336a530f5a52295f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large.png
new file mode 100644
index 0000000..011fdc8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large.png.import
new file mode 100644
index 0000000..61f5059
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://q4ebdafnjsc8"
+path="res://.godot/imported/bar_round_gloss_large.png-af216a5b4e2b7b2d19dbb992cf14a769.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large.png-af216a5b4e2b7b2d19dbb992cf14a769.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_l.png
new file mode 100644
index 0000000..99665e1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_l.png.import
new file mode 100644
index 0000000..be21923
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b08uonk0kfe8"
+path="res://.godot/imported/bar_round_gloss_large_l.png-92a50670ef348acaf6d885383b043a0d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.png-92a50670ef348acaf6d885383b043a0d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_m.png
new file mode 100644
index 0000000..41d305f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_m.png.import
new file mode 100644
index 0000000..5129029
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://duhka5fmbmnxu"
+path="res://.godot/imported/bar_round_gloss_large_m.png-69812a796546167fcf0a0cadcbed8f46.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.png-69812a796546167fcf0a0cadcbed8f46.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_r.png
new file mode 100644
index 0000000..562eaad
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_r.png.import
new file mode 100644
index 0000000..a7a6f2d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ci86qaupdyiit"
+path="res://.godot/imported/bar_round_gloss_large_r.png-b49e55dafa6f6a5fada6b037610e4b11.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.png-b49e55dafa6f6a5fada6b037610e4b11.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_square.png
new file mode 100644
index 0000000..cf0c966
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_square.png.import
new file mode 100644
index 0000000..ca2c7d7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bpwjsqej5b1ng"
+path="res://.godot/imported/bar_round_gloss_large_square.png-45867f0b3be461d3702ac0c08285b642.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.png-45867f0b3be461d3702ac0c08285b642.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small.png
new file mode 100644
index 0000000..8f589f2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small.png.import
new file mode 100644
index 0000000..5592336
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://binwdaj3n5t0u"
+path="res://.godot/imported/bar_round_gloss_small.png-fa641777ac300325f2817e3099a1fd82.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small.png-fa641777ac300325f2817e3099a1fd82.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_l.png
new file mode 100644
index 0000000..e518e51
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_l.png.import
new file mode 100644
index 0000000..93d5d27
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bty6wheghljq4"
+path="res://.godot/imported/bar_round_gloss_small_l.png-8c39a950e16cb74541e587261c4d66d5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.png-8c39a950e16cb74541e587261c4d66d5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_m.png
new file mode 100644
index 0000000..437a2ea
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_m.png.import
new file mode 100644
index 0000000..f4f35be
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://caoi0anv67oww"
+path="res://.godot/imported/bar_round_gloss_small_m.png-f660f979cdf1c80dfc96e7dd5fa85a48.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.png-f660f979cdf1c80dfc96e7dd5fa85a48.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_r.png
new file mode 100644
index 0000000..a95296e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_r.png.import
new file mode 100644
index 0000000..5926c80
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://suycnypxh5k6"
+path="res://.godot/imported/bar_round_gloss_small_r.png-0ced25219e181adb2bdd65ac0467582d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.png-0ced25219e181adb2bdd65ac0467582d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_square.png
new file mode 100644
index 0000000..17393c3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_square.png.import
new file mode 100644
index 0000000..f45d284
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://3ka5laqnxtcg"
+path="res://.godot/imported/bar_round_gloss_small_square.png-76b4695d20d5b24f7c99c68dbf4c9a28.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.png-76b4695d20d5b24f7c99c68dbf4c9a28.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large.png
new file mode 100644
index 0000000..a856f55
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large.png.import
new file mode 100644
index 0000000..3e4ff39
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://y4atwik3es2e"
+path="res://.godot/imported/bar_round_large.png-cfd50afba75bf1daa411c64ef9ab28bb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large.png"
+dest_files=["res://.godot/imported/bar_round_large.png-cfd50afba75bf1daa411c64ef9ab28bb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_l.png
new file mode 100644
index 0000000..896dcfb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_l.png.import
new file mode 100644
index 0000000..a069285
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://catd12tcxqvep"
+path="res://.godot/imported/bar_round_large_l.png-2002189be54b3e69d20da888c792e926.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_l.png"
+dest_files=["res://.godot/imported/bar_round_large_l.png-2002189be54b3e69d20da888c792e926.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_m.png
new file mode 100644
index 0000000..c3c82c3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_m.png.import
new file mode 100644
index 0000000..4816610
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://by5y7esx174no"
+path="res://.godot/imported/bar_round_large_m.png-5924db12e318702854c6d8caf6a6817a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_m.png"
+dest_files=["res://.godot/imported/bar_round_large_m.png-5924db12e318702854c6d8caf6a6817a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_r.png
new file mode 100644
index 0000000..cb35812
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_r.png.import
new file mode 100644
index 0000000..685f372
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b07j5fj1fsj6m"
+path="res://.godot/imported/bar_round_large_r.png-f8a7aa4d3565f3038e861221f5ebe7d5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_r.png"
+dest_files=["res://.godot/imported/bar_round_large_r.png-f8a7aa4d3565f3038e861221f5ebe7d5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_square.png
new file mode 100644
index 0000000..1659eaf
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_square.png.import
new file mode 100644
index 0000000..4cdcef6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://q1kvd381lvwj"
+path="res://.godot/imported/bar_round_large_square.png-2cf72b51f8ff35a72f5ec0b8ebd5821d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_large_square.png"
+dest_files=["res://.godot/imported/bar_round_large_square.png-2cf72b51f8ff35a72f5ec0b8ebd5821d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small.png
new file mode 100644
index 0000000..974be79
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small.png.import
new file mode 100644
index 0000000..c2a1900
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7yaeiip3828f"
+path="res://.godot/imported/bar_round_small.png-02730d4c991b9040d3a73b8e628d1283.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small.png"
+dest_files=["res://.godot/imported/bar_round_small.png-02730d4c991b9040d3a73b8e628d1283.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_l.png
new file mode 100644
index 0000000..c975be7
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_l.png.import
new file mode 100644
index 0000000..6efce60
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://besj0oa312ni5"
+path="res://.godot/imported/bar_round_small_l.png-0754f2757d2cf5a3b218a0431958b5b8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_l.png"
+dest_files=["res://.godot/imported/bar_round_small_l.png-0754f2757d2cf5a3b218a0431958b5b8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_m.png
new file mode 100644
index 0000000..3d1a3d1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_m.png.import
new file mode 100644
index 0000000..dab6532
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cly1vgqid1sl7"
+path="res://.godot/imported/bar_round_small_m.png-23712e3009560439eb39a027cbbc25dd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_m.png"
+dest_files=["res://.godot/imported/bar_round_small_m.png-23712e3009560439eb39a027cbbc25dd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_r.png
new file mode 100644
index 0000000..b7053f1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_r.png.import
new file mode 100644
index 0000000..b38861f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjyhguoxw3lat"
+path="res://.godot/imported/bar_round_small_r.png-5141365299bb3a9411084a7462efe693.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_r.png"
+dest_files=["res://.godot/imported/bar_round_small_r.png-5141365299bb3a9411084a7462efe693.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_square.png
new file mode 100644
index 0000000..fbdfaeb
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_square.png.import
new file mode 100644
index 0000000..9901676
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://kbjo7ljyxtvp"
+path="res://.godot/imported/bar_round_small_square.png-77fd698e85386982b0d03b8c979fd385.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_round_small_square.png"
+dest_files=["res://.godot/imported/bar_round_small_square.png-77fd698e85386982b0d03b8c979fd385.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large.png
new file mode 100644
index 0000000..a304ca3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large.png.import
new file mode 100644
index 0000000..283f2b0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhbqiowisyepu"
+path="res://.godot/imported/bar_square_gloss_large.png-fba144c2779a42e8a8e581653ffb3a2f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large.png-fba144c2779a42e8a8e581653ffb3a2f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_l.png
new file mode 100644
index 0000000..f5ff035
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_l.png.import
new file mode 100644
index 0000000..7e42075
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cob3wowubda82"
+path="res://.godot/imported/bar_square_gloss_large_l.png-2323ab901c3f61aa5654ac7092e3906c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.png-2323ab901c3f61aa5654ac7092e3906c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_m.png
new file mode 100644
index 0000000..41d305f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_m.png.import
new file mode 100644
index 0000000..8fa7a1e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://uyrotp2g0erv"
+path="res://.godot/imported/bar_square_gloss_large_m.png-54fbd87f6bd32379bc998a469166129b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.png-54fbd87f6bd32379bc998a469166129b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_r.png
new file mode 100644
index 0000000..37880a0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_r.png.import
new file mode 100644
index 0000000..7b3145c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d12uj05a740f8"
+path="res://.godot/imported/bar_square_gloss_large_r.png-296c1a3ce1138713521f8e9869a4832d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.png-296c1a3ce1138713521f8e9869a4832d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_square.png
new file mode 100644
index 0000000..217fd20
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_square.png.import
new file mode 100644
index 0000000..7010828
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ckfbcbu06u34o"
+path="res://.godot/imported/bar_square_gloss_large_square.png-83057b235c8a67adfec44e7516fb94c8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_large_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.png-83057b235c8a67adfec44e7516fb94c8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small.png
new file mode 100644
index 0000000..1ca7372
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small.png.import
new file mode 100644
index 0000000..7b1f6f9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxmji8kkkogoe"
+path="res://.godot/imported/bar_square_gloss_small.png-d2d8eae61f299151607282eea6c75bc2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small.png-d2d8eae61f299151607282eea6c75bc2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_l.png
new file mode 100644
index 0000000..e1aa59b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_l.png.import
new file mode 100644
index 0000000..5217ee2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cd35jpjiooscw"
+path="res://.godot/imported/bar_square_gloss_small_l.png-edc1b870d1c35dd1061760e11d454764.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_l.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.png-edc1b870d1c35dd1061760e11d454764.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_m.png
new file mode 100644
index 0000000..437a2ea
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_m.png.import
new file mode 100644
index 0000000..bcf04cb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://6cpyalcptvf0"
+path="res://.godot/imported/bar_square_gloss_small_m.png-3f637da999a3f9b7a79b9da38e8ba379.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_m.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.png-3f637da999a3f9b7a79b9da38e8ba379.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_r.png
new file mode 100644
index 0000000..7c620a5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_r.png.import
new file mode 100644
index 0000000..5fcb291
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://18vkdw2s2ql7"
+path="res://.godot/imported/bar_square_gloss_small_r.png-d61df026870776bd8894e0988298bc29.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_r.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.png-d61df026870776bd8894e0988298bc29.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_square.png
new file mode 100644
index 0000000..2666275
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_square.png.import
new file mode 100644
index 0000000..9641421
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqsg1lt2i732p"
+path="res://.godot/imported/bar_square_gloss_small_square.png-71ee346d8ea504b8b786b567ffca901f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_gloss_small_square.png"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.png-71ee346d8ea504b8b786b567ffca901f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large.png
new file mode 100644
index 0000000..dd824d2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large.png.import
new file mode 100644
index 0000000..ecc56be
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cub7yhiawfww5"
+path="res://.godot/imported/bar_square_large.png-fb6493239efc4c31135a35fb55844f8e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large.png"
+dest_files=["res://.godot/imported/bar_square_large.png-fb6493239efc4c31135a35fb55844f8e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_l.png
new file mode 100644
index 0000000..1f26e28
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_l.png.import
new file mode 100644
index 0000000..91ed630
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://q7yikkl4eour"
+path="res://.godot/imported/bar_square_large_l.png-1302cd6e501fb24de764e1d0d719d0e5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_l.png"
+dest_files=["res://.godot/imported/bar_square_large_l.png-1302cd6e501fb24de764e1d0d719d0e5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_m.png
new file mode 100644
index 0000000..c3c82c3
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_m.png.import
new file mode 100644
index 0000000..29e715f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ip3ivi8ny666"
+path="res://.godot/imported/bar_square_large_m.png-39bdf556ed6f796ca31cd80d87c50d22.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_m.png"
+dest_files=["res://.godot/imported/bar_square_large_m.png-39bdf556ed6f796ca31cd80d87c50d22.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_r.png
new file mode 100644
index 0000000..cb94ed8
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_r.png.import
new file mode 100644
index 0000000..e8be8ab
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ceqyc7jwbt6ov"
+path="res://.godot/imported/bar_square_large_r.png-560fdc85e55240c03d59277dc742a0ce.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_r.png"
+dest_files=["res://.godot/imported/bar_square_large_r.png-560fdc85e55240c03d59277dc742a0ce.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_square.png
new file mode 100644
index 0000000..2678113
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_square.png.import
new file mode 100644
index 0000000..a4faeb6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cvaydksu8g6yq"
+path="res://.godot/imported/bar_square_large_square.png-89c2495115601dbf93afff82b5e63083.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_large_square.png"
+dest_files=["res://.godot/imported/bar_square_large_square.png-89c2495115601dbf93afff82b5e63083.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small.png
new file mode 100644
index 0000000..6c861d0
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small.png.import
new file mode 100644
index 0000000..2a11a70
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dff6ata8katm3"
+path="res://.godot/imported/bar_square_small.png-f74243103be130453700a88df993f93b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small.png"
+dest_files=["res://.godot/imported/bar_square_small.png-f74243103be130453700a88df993f93b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_l.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_l.png
new file mode 100644
index 0000000..9cebd49
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_l.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_l.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_l.png.import
new file mode 100644
index 0000000..81b02e4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_l.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d0vj5xlskrtw4"
+path="res://.godot/imported/bar_square_small_l.png-ce464b6c384698b5a1535904d55e59c8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_l.png"
+dest_files=["res://.godot/imported/bar_square_small_l.png-ce464b6c384698b5a1535904d55e59c8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_m.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_m.png
new file mode 100644
index 0000000..3d1a3d1
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_m.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_m.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_m.png.import
new file mode 100644
index 0000000..f069ef9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_m.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ba4dca84187ap"
+path="res://.godot/imported/bar_square_small_m.png-e2bb7357c92e88ef76d35e9607716496.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_m.png"
+dest_files=["res://.godot/imported/bar_square_small_m.png-e2bb7357c92e88ef76d35e9607716496.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_r.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_r.png
new file mode 100644
index 0000000..3d2d30f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_r.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_r.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_r.png.import
new file mode 100644
index 0000000..c278bcc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_r.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bw5u74jojdggr"
+path="res://.godot/imported/bar_square_small_r.png-cb35ef8fde36066dbe42ba7a7213c9c1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_r.png"
+dest_files=["res://.godot/imported/bar_square_small_r.png-cb35ef8fde36066dbe42ba7a7213c9c1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_square.png
new file mode 100644
index 0000000..ef7471d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_square.png.import
new file mode 100644
index 0000000..96784af
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bowt112s68pww"
+path="res://.godot/imported/bar_square_small_square.png-a0371c5d313c453bc66616fef5d45809.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/bar_square_small_square.png"
+dest_files=["res://.godot/imported/bar_square_small_square.png-a0371c5d313c453bc66616fef5d45809.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle.png
new file mode 100644
index 0000000..4540f9e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle.png.import
new file mode 100644
index 0000000..63cc0bc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dlcyjn5jsb484"
+path="res://.godot/imported/button_square_header_blade_rectangle.png-b66385e704561d5c9754d977a410dfd3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.png-b66385e704561d5c9754d977a410dfd3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle_screws.png
new file mode 100644
index 0000000..5674b18
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle_screws.png.import
new file mode 100644
index 0000000..c0b5672
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dmd4vawwqjlvi"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.png-2b770b535933e58a85bfcbd210cdf990.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.png-2b770b535933e58a85bfcbd210cdf990.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square.png
new file mode 100644
index 0000000..566e02e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square.png.import
new file mode 100644
index 0000000..63f45e5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://tajala8x6jxo"
+path="res://.godot/imported/button_square_header_blade_square.png-4827eaf4de23789755a216759189c933.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square.png-4827eaf4de23789755a216759189c933.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square_screws.png
new file mode 100644
index 0000000..9d20a71
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square_screws.png.import
new file mode 100644
index 0000000..3be46ce
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://87yjwuxb7x4l"
+path="res://.godot/imported/button_square_header_blade_square_screws.png-7da430bc94e57a901b0fd2fdce96289d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_blade_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.png-7da430bc94e57a901b0fd2fdce96289d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle.png
new file mode 100644
index 0000000..7d7de23
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle.png.import
new file mode 100644
index 0000000..3f3a27a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dr3ln1t5jfg2g"
+path="res://.godot/imported/button_square_header_large_rectangle.png-87e5de2c36f003e0e0f124e0e0cb004a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.png-87e5de2c36f003e0e0f124e0e0cb004a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle_screws.png
new file mode 100644
index 0000000..070567f
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle_screws.png.import
new file mode 100644
index 0000000..8524ac6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bcg8gvmyjx344"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.png-ee1dd461b19e1f665cb0860bc037c6ce.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.png-ee1dd461b19e1f665cb0860bc037c6ce.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square.png
new file mode 100644
index 0000000..1433144
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square.png.import
new file mode 100644
index 0000000..107a555
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7gej4xxna3xr"
+path="res://.godot/imported/button_square_header_large_square.png-e312bf6e48fadb71b4fb38c3c62bf737.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square.png"
+dest_files=["res://.godot/imported/button_square_header_large_square.png-e312bf6e48fadb71b4fb38c3c62bf737.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square_screws.png
new file mode 100644
index 0000000..08cebbd
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square_screws.png.import
new file mode 100644
index 0000000..bd67d28
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bu8hpu803hq43"
+path="res://.godot/imported/button_square_header_large_square_screws.png-bda076d592725107e0a63ee90de55dc8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_large_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.png-bda076d592725107e0a63ee90de55dc8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle.png
new file mode 100644
index 0000000..2eec715
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle.png.import
new file mode 100644
index 0000000..472d139
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://5rj14orrq3ct"
+path="res://.godot/imported/button_square_header_notch_rectangle.png-73348be67ee237a9c7c2f2128c089fb6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.png-73348be67ee237a9c7c2f2128c089fb6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle_screws.png
new file mode 100644
index 0000000..36bb96e
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle_screws.png.import
new file mode 100644
index 0000000..167afa0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://t0f6ga2qpr7"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.png-cb9d041944b29c48ce30c4355a8d866b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.png-cb9d041944b29c48ce30c4355a8d866b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square.png
new file mode 100644
index 0000000..a5748c6
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square.png.import
new file mode 100644
index 0000000..2e2417a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cbohl720s43d"
+path="res://.godot/imported/button_square_header_notch_square.png-b0c84fc4f61f83c6f1b5fcef70f61300.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square.png-b0c84fc4f61f83c6f1b5fcef70f61300.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square_screws.png
new file mode 100644
index 0000000..fc5f22b
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square_screws.png.import
new file mode 100644
index 0000000..abd4357
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c2wwntmscpm3g"
+path="res://.godot/imported/button_square_header_notch_square_screws.png-880e5f28ccf92695aee1c20904f5f6f6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_notch_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.png-880e5f28ccf92695aee1c20904f5f6f6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle.png
new file mode 100644
index 0000000..0d41bf2
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle.png.import
new file mode 100644
index 0000000..2c4989f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c38mje837s6nd"
+path="res://.godot/imported/button_square_header_small_rectangle.png-4adbc2c8a90b4617b697edbfe1f18d2e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.png-4adbc2c8a90b4617b697edbfe1f18d2e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle_screws.png
new file mode 100644
index 0000000..538f4e5
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle_screws.png.import
new file mode 100644
index 0000000..a307f38
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://beext2m7175dj"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.png-8a52f9fb3aebd8322c0bb9187c627cfd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_rectangle_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.png-8a52f9fb3aebd8322c0bb9187c627cfd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square.png
new file mode 100644
index 0000000..855e53d
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square.png.import
new file mode 100644
index 0000000..5835531
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2um0ld30bx1x"
+path="res://.godot/imported/button_square_header_small_square.png-8a1b322077e2a7011dfa32a2a178bf1c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square.png"
+dest_files=["res://.godot/imported/button_square_header_small_square.png-8a1b322077e2a7011dfa32a2a178bf1c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square_screws.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square_screws.png
new file mode 100644
index 0000000..6b763ac
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square_screws.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square_screws.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square_screws.png.import
new file mode 100644
index 0000000..0118787
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square_screws.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://wxnhlm1lxqte"
+path="res://.godot/imported/button_square_header_small_square_screws.png-4190b90090d8767c49153dcf487326ff.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/button_square_header_small_square_screws.png"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.png-4190b90090d8767c49153dcf487326ff.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_a.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_a.png
new file mode 100644
index 0000000..ec8477a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_a.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_a.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_a.png.import
new file mode 100644
index 0000000..6ada4e6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_a.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dv8xci2t7d580"
+path="res://.godot/imported/crosshair_color_a.png-5cabb8b65e63eb0aa9eae68ab125eba1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_a.png"
+dest_files=["res://.godot/imported/crosshair_color_a.png-5cabb8b65e63eb0aa9eae68ab125eba1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_b.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_b.png
new file mode 100644
index 0000000..307538a
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_b.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_b.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_b.png.import
new file mode 100644
index 0000000..2c5dd4e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_b.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7rx8fp3wuxoq"
+path="res://.godot/imported/crosshair_color_b.png-edabac89bbef237ee3f105114ae983ea.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_b.png"
+dest_files=["res://.godot/imported/crosshair_color_b.png-edabac89bbef237ee3f105114ae983ea.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_c.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_c.png
new file mode 100644
index 0000000..511cf13
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_c.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_c.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_c.png.import
new file mode 100644
index 0000000..895d760
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_c.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bo6n1lgrxesoi"
+path="res://.godot/imported/crosshair_color_c.png-8de87c2eaab24772b48ba174e110962a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_c.png"
+dest_files=["res://.godot/imported/crosshair_color_c.png-8de87c2eaab24772b48ba174e110962a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_d.png b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_d.png
new file mode 100644
index 0000000..0fae1af
Binary files /dev/null and b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_d.png differ
diff --git a/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_d.png.import b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_d.png.import
new file mode 100644
index 0000000..cb47372
--- /dev/null
+++ b/godot/raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_d.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7mv5tnxuhaf7"
+path="res://.godot/imported/crosshair_color_d.png-32bb33cc3806053466047e0eab6bd510.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/PNG/Yellow/Double/crosshair_color_d.png"
+dest_files=["res://.godot/imported/crosshair_color_d.png-32bb33cc3806053466047e0eab6bd510.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/Preview.png b/godot/raw_assets/ui_pack/Preview.png
new file mode 100644
index 0000000..9a585fa
Binary files /dev/null and b/godot/raw_assets/ui_pack/Preview.png differ
diff --git a/godot/raw_assets/ui_pack/Preview.png.import b/godot/raw_assets/ui_pack/Preview.png.import
new file mode 100644
index 0000000..523d992
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Preview.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://beajrrhmmuex2"
+path="res://.godot/imported/Preview.png-c1ea21f190540242c484e4127bff48c5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Preview.png"
+dest_files=["res://.godot/imported/Preview.png-c1ea21f190540242c484e4127bff48c5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/Sample.png b/godot/raw_assets/ui_pack/Sample.png
new file mode 100644
index 0000000..6d4b903
Binary files /dev/null and b/godot/raw_assets/ui_pack/Sample.png differ
diff --git a/godot/raw_assets/ui_pack/Sample.png.import b/godot/raw_assets/ui_pack/Sample.png.import
new file mode 100644
index 0000000..c423c8a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Sample.png.import
@@ -0,0 +1,40 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cx1661ric4cxn"
+path="res://.godot/imported/Sample.png-c2585f669d3fe724ca066bb041297332.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Sample.png"
+dest_files=["res://.godot/imported/Sample.png-c2585f669d3fe724ca066bb041297332.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large.svg
new file mode 100644
index 0000000..1dc26d5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large.svg.import
new file mode 100644
index 0000000..004fa60
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://18qbed5qd4o1"
+path="res://.godot/imported/bar_round_gloss_large.svg-41318f4949617f5bc255a2a66fa880eb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large.svg-41318f4949617f5bc255a2a66fa880eb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_l.svg
new file mode 100644
index 0000000..24c4078
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_l.svg.import
new file mode 100644
index 0000000..b10a710
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b4xgprxxduq0a"
+path="res://.godot/imported/bar_round_gloss_large_l.svg-67b6496f40c38761f806cd0d1ef4a304.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.svg-67b6496f40c38761f806cd0d1ef4a304.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_m.svg
new file mode 100644
index 0000000..62f93e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_m.svg.import
new file mode 100644
index 0000000..f325128
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1kahh4ntebyi"
+path="res://.godot/imported/bar_round_gloss_large_m.svg-a4b786ee669289fdbd398afd3f869bcf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.svg-a4b786ee669289fdbd398afd3f869bcf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_r.svg
new file mode 100644
index 0000000..eb896af
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_r.svg.import
new file mode 100644
index 0000000..c9206b1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dy26buhvtwhnl"
+path="res://.godot/imported/bar_round_gloss_large_r.svg-be1dc96c8d282d155311f483fb11ad12.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.svg-be1dc96c8d282d155311f483fb11ad12.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_square.svg
new file mode 100644
index 0000000..c1170a5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_square.svg.import
new file mode 100644
index 0000000..c1ccbfe
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://brr38okc5m0wl"
+path="res://.godot/imported/bar_round_gloss_large_square.svg-d761ef1d69a39286a1e8e04e8a5be88d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.svg-d761ef1d69a39286a1e8e04e8a5be88d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small.svg
new file mode 100644
index 0000000..28565d0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small.svg.import
new file mode 100644
index 0000000..2e918da
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://npup1hsrq43c"
+path="res://.godot/imported/bar_round_gloss_small.svg-1d8d1855773e208ff6bb72f808261afb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small.svg-1d8d1855773e208ff6bb72f808261afb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_l.svg
new file mode 100644
index 0000000..2387cd8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_l.svg.import
new file mode 100644
index 0000000..ba83935
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1w42cl83tnhp"
+path="res://.godot/imported/bar_round_gloss_small_l.svg-07fa3e9f20617ef01dc759673b2a9b46.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.svg-07fa3e9f20617ef01dc759673b2a9b46.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_m.svg
new file mode 100644
index 0000000..f0cba67
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_m.svg.import
new file mode 100644
index 0000000..44fbf78
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cjy1e7734qd5m"
+path="res://.godot/imported/bar_round_gloss_small_m.svg-8d655a2332fb8e42d95c83900631744f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.svg-8d655a2332fb8e42d95c83900631744f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_r.svg
new file mode 100644
index 0000000..3f843be
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_r.svg.import
new file mode 100644
index 0000000..848682c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cf1qq848wr3no"
+path="res://.godot/imported/bar_round_gloss_small_r.svg-f15ad364380699d292134e0e8f74996a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.svg-f15ad364380699d292134e0e8f74996a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_square.svg
new file mode 100644
index 0000000..c9bf2cb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_square.svg.import
new file mode 100644
index 0000000..b0361de
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dtpusij2lkxkd"
+path="res://.godot/imported/bar_round_gloss_small_square.svg-ff91f5f7c335404fc7ae00169c909502.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.svg-ff91f5f7c335404fc7ae00169c909502.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large.svg
new file mode 100644
index 0000000..2497dee
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large.svg.import
new file mode 100644
index 0000000..44e4078
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://g3rrj603pmqy"
+path="res://.godot/imported/bar_round_large.svg-472ebf4fcd3ecba621b1bb0de3929436.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_large.svg"
+dest_files=["res://.godot/imported/bar_round_large.svg-472ebf4fcd3ecba621b1bb0de3929436.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_l.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_l.svg
new file mode 100644
index 0000000..8365326
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_l.svg.import
new file mode 100644
index 0000000..7a39d5a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dmhm77rv0uvuo"
+path="res://.godot/imported/bar_round_large_l.svg-eb78701ea6f82512dcae2cd552a00466.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_large_l.svg-eb78701ea6f82512dcae2cd552a00466.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_m.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_m.svg
new file mode 100644
index 0000000..d572aee
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_m.svg.import
new file mode 100644
index 0000000..fbc93cc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b84bx2dxxm4ib"
+path="res://.godot/imported/bar_round_large_m.svg-c5a022fc646b8213af7529939dc3d405.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_large_m.svg-c5a022fc646b8213af7529939dc3d405.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_r.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_r.svg
new file mode 100644
index 0000000..730bfa5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_r.svg.import
new file mode 100644
index 0000000..d076175
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7jd2g3sbw0n8"
+path="res://.godot/imported/bar_round_large_r.svg-459e3a999a10dd0ba3ecd45408d337b2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_large_r.svg-459e3a999a10dd0ba3ecd45408d337b2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_square.svg
new file mode 100644
index 0000000..6c7df24
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_square.svg.import
new file mode 100644
index 0000000..d232c34
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvekj1nwimn0g"
+path="res://.godot/imported/bar_round_large_square.svg-7a5b06b3622fd6d1f726ceb97ce48df4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_large_square.svg-7a5b06b3622fd6d1f726ceb97ce48df4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small.svg
new file mode 100644
index 0000000..9593477
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small.svg.import
new file mode 100644
index 0000000..9b8c92b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqy7woea22t7p"
+path="res://.godot/imported/bar_round_small.svg-3a6fab9879bd234da0f8d3d384980d45.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_small.svg"
+dest_files=["res://.godot/imported/bar_round_small.svg-3a6fab9879bd234da0f8d3d384980d45.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_l.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_l.svg
new file mode 100644
index 0000000..29225e3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_l.svg.import
new file mode 100644
index 0000000..bf46f09
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bymi0vdi6tauo"
+path="res://.godot/imported/bar_round_small_l.svg-af8e66fe9c0e01fac1b6fb798b41e1ea.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_small_l.svg-af8e66fe9c0e01fac1b6fb798b41e1ea.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_m.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_m.svg
new file mode 100644
index 0000000..917af22
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_m.svg.import
new file mode 100644
index 0000000..9a95853
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d2gskcc85lm83"
+path="res://.godot/imported/bar_round_small_m.svg-8e98b27530e9834de3a143189a999604.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_small_m.svg-8e98b27530e9834de3a143189a999604.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_r.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_r.svg
new file mode 100644
index 0000000..a426476
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_r.svg.import
new file mode 100644
index 0000000..0c1c232
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvk2c8v2b5hbs"
+path="res://.godot/imported/bar_round_small_r.svg-d75723e5d25737f56bb7c1ce3a6a10d6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_small_r.svg-d75723e5d25737f56bb7c1ce3a6a10d6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_square.svg
new file mode 100644
index 0000000..06c36c0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_square.svg.import
new file mode 100644
index 0000000..c3ecfe8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_round_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dxxx06qa7wkgs"
+path="res://.godot/imported/bar_round_small_square.svg-d74b3c40709efdd494152a33c78112c4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_round_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_small_square.svg-d74b3c40709efdd494152a33c78112c4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large.svg
new file mode 100644
index 0000000..6a1abd4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large.svg.import
new file mode 100644
index 0000000..07f3ccb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://djk52luv5lr4g"
+path="res://.godot/imported/bar_square_gloss_large.svg-5cafecaf6373e0b984c4bae68935f2cc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large.svg-5cafecaf6373e0b984c4bae68935f2cc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_l.svg
new file mode 100644
index 0000000..7ed60ef
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_l.svg.import
new file mode 100644
index 0000000..7dadb94
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://wsuj5k4pyvdx"
+path="res://.godot/imported/bar_square_gloss_large_l.svg-757ae946aad6df696c448d5d3b434535.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.svg-757ae946aad6df696c448d5d3b434535.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_m.svg
new file mode 100644
index 0000000..62f93e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_m.svg.import
new file mode 100644
index 0000000..d464dd9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c5bxtqyrcrhrq"
+path="res://.godot/imported/bar_square_gloss_large_m.svg-d93f43b7d8e32dec65555b41c7af42ac.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.svg-d93f43b7d8e32dec65555b41c7af42ac.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_r.svg
new file mode 100644
index 0000000..1490c92
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_r.svg.import
new file mode 100644
index 0000000..c7942a8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dd7u0x6oeimcg"
+path="res://.godot/imported/bar_square_gloss_large_r.svg-92fa5ce5556e053ae3a699de15a6fd0f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.svg-92fa5ce5556e053ae3a699de15a6fd0f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_square.svg
new file mode 100644
index 0000000..4124e7c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_square.svg.import
new file mode 100644
index 0000000..a868978
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bgfu71uxbixht"
+path="res://.godot/imported/bar_square_gloss_large_square.svg-08107ee7f175ff106a12b83ea64cb29f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.svg-08107ee7f175ff106a12b83ea64cb29f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small.svg
new file mode 100644
index 0000000..f0461bf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small.svg.import
new file mode 100644
index 0000000..344a8f6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cdok6axlcstl8"
+path="res://.godot/imported/bar_square_gloss_small.svg-ffc366a225a2b4ca1abd19d3efaa4f16.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small.svg-ffc366a225a2b4ca1abd19d3efaa4f16.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_l.svg
new file mode 100644
index 0000000..bad52cf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_l.svg.import
new file mode 100644
index 0000000..ae3372b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bcy5vadc0w3lx"
+path="res://.godot/imported/bar_square_gloss_small_l.svg-078ad54cfb572af40ea60d344e8ae1b0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.svg-078ad54cfb572af40ea60d344e8ae1b0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_m.svg
new file mode 100644
index 0000000..172d02b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_m.svg.import
new file mode 100644
index 0000000..9cd8709
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://sswqmkiak6pt"
+path="res://.godot/imported/bar_square_gloss_small_m.svg-5d703fe31694019e341468936b923e67.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.svg-5d703fe31694019e341468936b923e67.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_r.svg
new file mode 100644
index 0000000..336eac1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_r.svg.import
new file mode 100644
index 0000000..fddc59f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c254cpkpi15kr"
+path="res://.godot/imported/bar_square_gloss_small_r.svg-55503d0bc1ecae87b9b359f0711b35aa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.svg-55503d0bc1ecae87b9b359f0711b35aa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_square.svg
new file mode 100644
index 0000000..d8ac6a4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_square.svg.import
new file mode 100644
index 0000000..4829449
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cx3v5325ruls0"
+path="res://.godot/imported/bar_square_gloss_small_square.svg-6941a198cc57ece350c69c68793bec35.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.svg-6941a198cc57ece350c69c68793bec35.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large.svg
new file mode 100644
index 0000000..451a1b9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large.svg.import
new file mode 100644
index 0000000..c554655
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cl8l30d1cf4kd"
+path="res://.godot/imported/bar_square_large.svg-b3bed4d3826366fe7d0f255cb7237523.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_large.svg"
+dest_files=["res://.godot/imported/bar_square_large.svg-b3bed4d3826366fe7d0f255cb7237523.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_l.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_l.svg
new file mode 100644
index 0000000..d92c135
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_l.svg.import
new file mode 100644
index 0000000..8074ff3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cnsy456ij5fi8"
+path="res://.godot/imported/bar_square_large_l.svg-056e32a230a212890180f22bb47da6e9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_large_l.svg-056e32a230a212890180f22bb47da6e9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_m.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_m.svg
new file mode 100644
index 0000000..d572aee
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_m.svg.import
new file mode 100644
index 0000000..069f6b4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1k8uwwie8o1t"
+path="res://.godot/imported/bar_square_large_m.svg-c5eae582eeaaeca0db5a2ae7f1f46da4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_large_m.svg-c5eae582eeaaeca0db5a2ae7f1f46da4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_r.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_r.svg
new file mode 100644
index 0000000..0174b62
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_r.svg.import
new file mode 100644
index 0000000..3de0083
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bc0k0tedj1gnm"
+path="res://.godot/imported/bar_square_large_r.svg-d6408daea10de4b7fae63c4eac13ddb0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_large_r.svg-d6408daea10de4b7fae63c4eac13ddb0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_square.svg
new file mode 100644
index 0000000..1948dc8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_square.svg.import
new file mode 100644
index 0000000..d804c08
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cjs7y7sfwxn0"
+path="res://.godot/imported/bar_square_large_square.svg-8e01160c001fb0451b4c2c54eae6ed78.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_large_square.svg-8e01160c001fb0451b4c2c54eae6ed78.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small.svg
new file mode 100644
index 0000000..5732c8e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small.svg.import
new file mode 100644
index 0000000..64eb63b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dyaqpic4bag1p"
+path="res://.godot/imported/bar_square_small.svg-1d225f90caa0a41ad0529afc984b0981.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_small.svg"
+dest_files=["res://.godot/imported/bar_square_small.svg-1d225f90caa0a41ad0529afc984b0981.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_l.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_l.svg
new file mode 100644
index 0000000..4590da4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_l.svg.import
new file mode 100644
index 0000000..6fa6dc2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ccucm7nt3i2uk"
+path="res://.godot/imported/bar_square_small_l.svg-038615d78b48d2a3a25ac27bf9e3d28e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_small_l.svg-038615d78b48d2a3a25ac27bf9e3d28e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_m.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_m.svg
new file mode 100644
index 0000000..917af22
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_m.svg.import
new file mode 100644
index 0000000..bfc6c88
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b1dwplhea8yse"
+path="res://.godot/imported/bar_square_small_m.svg-1292ce065d0aa7288eaa873ac6a1844a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_small_m.svg-1292ce065d0aa7288eaa873ac6a1844a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_r.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_r.svg
new file mode 100644
index 0000000..6c3f5d8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_r.svg.import
new file mode 100644
index 0000000..3c41ff6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjmtgwwm6mcv6"
+path="res://.godot/imported/bar_square_small_r.svg-7a9a7e2a1076c3e6555ea3fdd64fe708.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_small_r.svg-7a9a7e2a1076c3e6555ea3fdd64fe708.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_square.svg
new file mode 100644
index 0000000..32518f7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_square.svg.import
new file mode 100644
index 0000000..0890685
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/bar_square_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1ibs60v84v6e"
+path="res://.godot/imported/bar_square_small_square.svg-837aa8b84ae4027aa5d62e71555bfbe5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/bar_square_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_small_square.svg-837aa8b84ae4027aa5d62e71555bfbe5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle.svg
new file mode 100644
index 0000000..500d061
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle.svg.import
new file mode 100644
index 0000000..a85a7d4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b2ii4wqlwt8cw"
+path="res://.godot/imported/button_square_header_blade_rectangle.svg-11ea7eadd2ea985896e0d5dc0edb9ad5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.svg-11ea7eadd2ea985896e0d5dc0edb9ad5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle_screws.svg
new file mode 100644
index 0000000..4992295
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle_screws.svg.import
new file mode 100644
index 0000000..381b943
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dijevnivd460h"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.svg-48654cbc23554064c6542e0de75a59c6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_blade_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.svg-48654cbc23554064c6542e0de75a59c6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square.svg
new file mode 100644
index 0000000..48a55ea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square.svg.import
new file mode 100644
index 0000000..865d023
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://s56ds15qft5t"
+path="res://.godot/imported/button_square_header_blade_square.svg-12615e2a555896419083e25961bd5df0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square.svg-12615e2a555896419083e25961bd5df0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square_screws.svg
new file mode 100644
index 0000000..f1e1694
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square_screws.svg.import
new file mode 100644
index 0000000..21838ca
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dydcra38qcknc"
+path="res://.godot/imported/button_square_header_blade_square_screws.svg-c3d58913c0e69037f0418d665365f707.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_blade_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.svg-c3d58913c0e69037f0418d665365f707.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle.svg
new file mode 100644
index 0000000..944b38d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle.svg.import
new file mode 100644
index 0000000..ab016e3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bykhk4m5v04c6"
+path="res://.godot/imported/button_square_header_large_rectangle.svg-dd19a46a2e08a709fd5186db11e1dc8e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.svg-dd19a46a2e08a709fd5186db11e1dc8e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle_screws.svg
new file mode 100644
index 0000000..0038171
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle_screws.svg.import
new file mode 100644
index 0000000..394d3fc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbrf6a5531chc"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.svg-d906bca70d9031ec3b6052f71c56cd90.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_large_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.svg-d906bca70d9031ec3b6052f71c56cd90.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square.svg
new file mode 100644
index 0000000..91c1dc2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square.svg.import
new file mode 100644
index 0000000..5a91bc8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ekyrrra48uqe"
+path="res://.godot/imported/button_square_header_large_square.svg-99d5a397abaea7fc865dd74be9164c93.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_large_square.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square.svg-99d5a397abaea7fc865dd74be9164c93.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square_screws.svg
new file mode 100644
index 0000000..d3998ca
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square_screws.svg.import
new file mode 100644
index 0000000..580cf23
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_large_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bgbogi6cx701k"
+path="res://.godot/imported/button_square_header_large_square_screws.svg-fcf3ec3b7905ab7f4384b639f20d0953.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_large_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.svg-fcf3ec3b7905ab7f4384b639f20d0953.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle.svg
new file mode 100644
index 0000000..5112eb9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle.svg.import
new file mode 100644
index 0000000..d631135
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://v480y0sjh8gy"
+path="res://.godot/imported/button_square_header_notch_rectangle.svg-290f0cba0871a78dae3547b7f712b7be.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.svg-290f0cba0871a78dae3547b7f712b7be.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle_screws.svg
new file mode 100644
index 0000000..2ee0bc3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle_screws.svg.import
new file mode 100644
index 0000000..79987a1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xf1buot75ltl"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.svg-234c68f1c33197e6844a4410939e39bd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_notch_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.svg-234c68f1c33197e6844a4410939e39bd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square.svg
new file mode 100644
index 0000000..3dd179b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square.svg.import
new file mode 100644
index 0000000..4260e26
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d4c5t641xpqoj"
+path="res://.godot/imported/button_square_header_notch_square.svg-ef6e4d059f862d3c0a8743872748d46b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square.svg-ef6e4d059f862d3c0a8743872748d46b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square_screws.svg
new file mode 100644
index 0000000..4deccf2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square_screws.svg.import
new file mode 100644
index 0000000..5088dd6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfi5q07xaqrxo"
+path="res://.godot/imported/button_square_header_notch_square_screws.svg-54c22372a73723e194efffa9fa15f4f3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_notch_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.svg-54c22372a73723e194efffa9fa15f4f3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle.svg
new file mode 100644
index 0000000..17f49f0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle.svg.import
new file mode 100644
index 0000000..3d2d315
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqpqluqllurhw"
+path="res://.godot/imported/button_square_header_small_rectangle.svg-76f96bf595a3b6fc984a76f2e42163fe.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.svg-76f96bf595a3b6fc984a76f2e42163fe.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle_screws.svg
new file mode 100644
index 0000000..6c534b3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle_screws.svg.import
new file mode 100644
index 0000000..e49b65c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dcl87e3mjnyw5"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.svg-3a7f01ba1babf0823a870c99497ef73e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_small_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.svg-3a7f01ba1babf0823a870c99497ef73e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square.svg
new file mode 100644
index 0000000..2dd213f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square.svg.import
new file mode 100644
index 0000000..beac777
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://be7aeos84krhe"
+path="res://.godot/imported/button_square_header_small_square.svg-2494ae14618121a5f25d5efe8f4b2368.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_small_square.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square.svg-2494ae14618121a5f25d5efe8f4b2368.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square_screws.svg
new file mode 100644
index 0000000..11cad1e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square_screws.svg.import
new file mode 100644
index 0000000..e5e2042
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/button_square_header_small_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ccfyqe8jlcfv"
+path="res://.godot/imported/button_square_header_small_square_screws.svg-7a9bb63fa9adf564407615d7b1f8338c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/button_square_header_small_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.svg-7a9bb63fa9adf564407615d7b1f8338c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_a.svg b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_a.svg
new file mode 100644
index 0000000..0af13b4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_a.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_a.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_a.svg.import
new file mode 100644
index 0000000..049714f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_a.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://brrjeq41d5scj"
+path="res://.godot/imported/crosshair_color_a.svg-00c1074afc75c6d61e6363e13001bc0f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/crosshair_color_a.svg"
+dest_files=["res://.godot/imported/crosshair_color_a.svg-00c1074afc75c6d61e6363e13001bc0f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_b.svg b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_b.svg
new file mode 100644
index 0000000..b10b884
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_b.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_b.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_b.svg.import
new file mode 100644
index 0000000..75a47af
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_b.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dq8svud6bwah5"
+path="res://.godot/imported/crosshair_color_b.svg-4845a6aa9a1665b5d1a40b333377530f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/crosshair_color_b.svg"
+dest_files=["res://.godot/imported/crosshair_color_b.svg-4845a6aa9a1665b5d1a40b333377530f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_c.svg b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_c.svg
new file mode 100644
index 0000000..2ceb795
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_c.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_c.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_c.svg.import
new file mode 100644
index 0000000..0ca4aac
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_c.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://biuehkrtbqkwc"
+path="res://.godot/imported/crosshair_color_c.svg-6136a9cba6aea8c58d211458fbb00e9d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/crosshair_color_c.svg"
+dest_files=["res://.godot/imported/crosshair_color_c.svg-6136a9cba6aea8c58d211458fbb00e9d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_d.svg b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_d.svg
new file mode 100644
index 0000000..1bacffa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_d.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_d.svg.import b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_d.svg.import
new file mode 100644
index 0000000..1d207de
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Blue/crosshair_color_d.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://djov8n8nepolp"
+path="res://.godot/imported/crosshair_color_d.svg-85a4abf7680edcc9b72d70c9e1026de5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Blue/crosshair_color_d.svg"
+dest_files=["res://.godot/imported/crosshair_color_d.svg-85a4abf7680edcc9b72d70c9e1026de5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large.svg
new file mode 100644
index 0000000..f9e5263
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large.svg.import
new file mode 100644
index 0000000..8996837
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://jj1vhye32fd2"
+path="res://.godot/imported/bar_shadow_round_large.svg-c706dfd0202c470b00d5d0a7b035a50c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_large.svg-c706dfd0202c470b00d5d0a7b035a50c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_l.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_l.svg
new file mode 100644
index 0000000..d8b3675
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_l.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_l.svg.import
new file mode 100644
index 0000000..2bd794f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://8dfw3hg0qhd1"
+path="res://.godot/imported/bar_shadow_round_large_l.svg-ad321e7fb031f20056bd9dee214589d0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_l.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_large_l.svg-ad321e7fb031f20056bd9dee214589d0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_m.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_m.svg
new file mode 100644
index 0000000..fc7aa42
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_m.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_m.svg.import
new file mode 100644
index 0000000..fe42ec6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cx5rt5cj6h4mh"
+path="res://.godot/imported/bar_shadow_round_large_m.svg-1836ea8f144791ed582f686ed2e5f00a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_m.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_large_m.svg-1836ea8f144791ed582f686ed2e5f00a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_r.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_r.svg
new file mode 100644
index 0000000..ec1e6b8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_r.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_r.svg.import
new file mode 100644
index 0000000..27af2c3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://di1m0jr562jtg"
+path="res://.godot/imported/bar_shadow_round_large_r.svg-cc8e05a4bf1772c712d03514767144aa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_r.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_large_r.svg-cc8e05a4bf1772c712d03514767144aa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_square.svg
new file mode 100644
index 0000000..379aece
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_square.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_square.svg.import
new file mode 100644
index 0000000..b7e5819
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bmgujpwn2upi0"
+path="res://.godot/imported/bar_shadow_round_large_square.svg-22eba71ab1ea9030a127d6f8a8a4ea60.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_large_square.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_large_square.svg-22eba71ab1ea9030a127d6f8a8a4ea60.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large.svg
new file mode 100644
index 0000000..6a86505
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large.svg.import
new file mode 100644
index 0000000..275aa80
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cv4sgyxdnasys"
+path="res://.godot/imported/bar_shadow_round_outline_large.svg-cb73e774d371b43022a2a75e3a68984d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large.svg-cb73e774d371b43022a2a75e3a68984d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_l.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_l.svg
new file mode 100644
index 0000000..fdeb254
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_l.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_l.svg.import
new file mode 100644
index 0000000..3316eca
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1olq7m2cvto5"
+path="res://.godot/imported/bar_shadow_round_outline_large_l.svg-4e9e4d96a8a4afeb3ba12d205a93976d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_l.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_l.svg-4e9e4d96a8a4afeb3ba12d205a93976d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_m.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_m.svg
new file mode 100644
index 0000000..87b0f53
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_m.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_m.svg.import
new file mode 100644
index 0000000..46181a1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkd3cqbgpehtr"
+path="res://.godot/imported/bar_shadow_round_outline_large_m.svg-ba385998b77969d5739cbaa60d98c334.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_m.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_m.svg-ba385998b77969d5739cbaa60d98c334.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_r.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_r.svg
new file mode 100644
index 0000000..de92ae3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_r.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_r.svg.import
new file mode 100644
index 0000000..686289e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bc04vq3gwhu10"
+path="res://.godot/imported/bar_shadow_round_outline_large_r.svg-f17e4557f7b1da07633a44e2c1b3db2f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_r.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_r.svg-f17e4557f7b1da07633a44e2c1b3db2f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_square.svg
new file mode 100644
index 0000000..b9a92ba
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_square.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_square.svg.import
new file mode 100644
index 0000000..6d85247
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhbvgpi4b785i"
+path="res://.godot/imported/bar_shadow_round_outline_large_square.svg-522611a3fcdc4f71f4193229995b7460.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_large_square.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_large_square.svg-522611a3fcdc4f71f4193229995b7460.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small.svg
new file mode 100644
index 0000000..6ac1040
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small.svg.import
new file mode 100644
index 0000000..434bf82
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxk0h6eaqag5c"
+path="res://.godot/imported/bar_shadow_round_outline_small.svg-92cb7b86d843ea38a69b5ada3d37251f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small.svg-92cb7b86d843ea38a69b5ada3d37251f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_l.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_l.svg
new file mode 100644
index 0000000..eab4c62
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_l.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_l.svg.import
new file mode 100644
index 0000000..a174bd4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bgmqp4jyctohj"
+path="res://.godot/imported/bar_shadow_round_outline_small_l.svg-f87dcba0df4f2eb35bce696d0fb6e5b3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_l.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_l.svg-f87dcba0df4f2eb35bce696d0fb6e5b3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_m.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_m.svg
new file mode 100644
index 0000000..3f2d7b9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_m.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_m.svg.import
new file mode 100644
index 0000000..c98a279
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d00r4xs25jw55"
+path="res://.godot/imported/bar_shadow_round_outline_small_m.svg-baa847fede4586ceb598da938b7ad88f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_m.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_m.svg-baa847fede4586ceb598da938b7ad88f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_r.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_r.svg
new file mode 100644
index 0000000..80a9db8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_r.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_r.svg.import
new file mode 100644
index 0000000..d6f0df0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cm7dd6fo400xy"
+path="res://.godot/imported/bar_shadow_round_outline_small_r.svg-cb89c1d2dcecd8344193f6c83df68e6a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_r.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_r.svg-cb89c1d2dcecd8344193f6c83df68e6a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_square.svg
new file mode 100644
index 0000000..1dd9d6c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_square.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_square.svg.import
new file mode 100644
index 0000000..66971d2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bs8duf25ihpgy"
+path="res://.godot/imported/bar_shadow_round_outline_small_square.svg-83b22405a2902d01b562587a9e909619.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_outline_small_square.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_outline_small_square.svg-83b22405a2902d01b562587a9e909619.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small.svg
new file mode 100644
index 0000000..bfcd5bc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small.svg.import
new file mode 100644
index 0000000..d51abbd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://by73xfl38uxmu"
+path="res://.godot/imported/bar_shadow_round_small.svg-eb702be128a013135cf08053a1c9c760.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_small.svg-eb702be128a013135cf08053a1c9c760.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_l.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_l.svg
new file mode 100644
index 0000000..e65517e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_l.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_l.svg.import
new file mode 100644
index 0000000..23605b7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c46oruvb1nbo4"
+path="res://.godot/imported/bar_shadow_round_small_l.svg-84cde8d415b6f75528620bc62c0370d3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_l.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_small_l.svg-84cde8d415b6f75528620bc62c0370d3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_m.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_m.svg
new file mode 100644
index 0000000..c4dd342
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_m.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_m.svg.import
new file mode 100644
index 0000000..1e61ed7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bpon8ygd4i5it"
+path="res://.godot/imported/bar_shadow_round_small_m.svg-56ab1ab315852751d28380d25bff8151.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_m.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_small_m.svg-56ab1ab315852751d28380d25bff8151.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_r.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_r.svg
new file mode 100644
index 0000000..38e6986
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_r.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_r.svg.import
new file mode 100644
index 0000000..b7fff37
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctl4s20rh7aiv"
+path="res://.godot/imported/bar_shadow_round_small_r.svg-0b346a52abeee47dc373e27865ecedea.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_r.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_small_r.svg-0b346a52abeee47dc373e27865ecedea.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_square.svg
new file mode 100644
index 0000000..439bb63
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_square.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_square.svg.import
new file mode 100644
index 0000000..2d15762
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cx552is3e3vs2"
+path="res://.godot/imported/bar_shadow_round_small_square.svg-9c9c9f3ed8db2674e2b5dcd57db2d556.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_round_small_square.svg"
+dest_files=["res://.godot/imported/bar_shadow_round_small_square.svg-9c9c9f3ed8db2674e2b5dcd57db2d556.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large.svg
new file mode 100644
index 0000000..970f251
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large.svg.import
new file mode 100644
index 0000000..bfdce52
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7oexqv711016"
+path="res://.godot/imported/bar_shadow_square_large.svg-d42d3907fc4bab7a245ee3d257b4e028.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_large.svg-d42d3907fc4bab7a245ee3d257b4e028.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_l.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_l.svg
new file mode 100644
index 0000000..8af33ef
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_l.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_l.svg.import
new file mode 100644
index 0000000..34312f1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7x5upiceycrn"
+path="res://.godot/imported/bar_shadow_square_large_l.svg-8b43b13a9392722d9c2bce565d55d8ae.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_l.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_large_l.svg-8b43b13a9392722d9c2bce565d55d8ae.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_m.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_m.svg
new file mode 100644
index 0000000..fc7aa42
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_m.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_m.svg.import
new file mode 100644
index 0000000..ad6c7b5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dnhqt1nnievi"
+path="res://.godot/imported/bar_shadow_square_large_m.svg-adeea551a4f93769f2c0848c7e76cb79.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_m.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_large_m.svg-adeea551a4f93769f2c0848c7e76cb79.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_r.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_r.svg
new file mode 100644
index 0000000..787c57a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_r.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_r.svg.import
new file mode 100644
index 0000000..1b1cf6d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bv1upsm8ur6od"
+path="res://.godot/imported/bar_shadow_square_large_r.svg-6a5bc42a78b2085c1a37bf5d7a4009f8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_r.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_large_r.svg-6a5bc42a78b2085c1a37bf5d7a4009f8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_square.svg
new file mode 100644
index 0000000..24c6381
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_square.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_square.svg.import
new file mode 100644
index 0000000..6187dad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://20qw2jdytla2"
+path="res://.godot/imported/bar_shadow_square_large_square.svg-de68fe12b5e1d72d53199f1e6a608f44.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_large_square.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_large_square.svg-de68fe12b5e1d72d53199f1e6a608f44.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large.svg
new file mode 100644
index 0000000..0bcc5a7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large.svg.import
new file mode 100644
index 0000000..3a15362
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://l2aj454k1c7b"
+path="res://.godot/imported/bar_shadow_square_outline_large.svg-868adeb82aebf264f1f5758fb4b9b50b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large.svg-868adeb82aebf264f1f5758fb4b9b50b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_l.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_l.svg
new file mode 100644
index 0000000..dcfb509
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_l.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_l.svg.import
new file mode 100644
index 0000000..f5fa93f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ca6mespf5tw1c"
+path="res://.godot/imported/bar_shadow_square_outline_large_l.svg-96799298984e6467741825d59fb0ed29.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_l.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_l.svg-96799298984e6467741825d59fb0ed29.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_m.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_m.svg
new file mode 100644
index 0000000..bdd10a6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_m.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_m.svg.import
new file mode 100644
index 0000000..9d3c267
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cestrv117jvgo"
+path="res://.godot/imported/bar_shadow_square_outline_large_m.svg-d2c98732c7a48726e5e71c552d0dd380.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_m.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_m.svg-d2c98732c7a48726e5e71c552d0dd380.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_r.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_r.svg
new file mode 100644
index 0000000..33b91f4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_r.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_r.svg.import
new file mode 100644
index 0000000..085fa74
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0j6gydvx3thx"
+path="res://.godot/imported/bar_shadow_square_outline_large_r.svg-d7f1804b989eae2eb5ed3f5f9b2fd4b9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_r.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_r.svg-d7f1804b989eae2eb5ed3f5f9b2fd4b9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_square.svg
new file mode 100644
index 0000000..67ea337
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_square.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_square.svg.import
new file mode 100644
index 0000000..da44f2f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://rdqwh48m5041"
+path="res://.godot/imported/bar_shadow_square_outline_large_square.svg-f185d533e17609db9b91f837d6806ab1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_large_square.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_large_square.svg-f185d533e17609db9b91f837d6806ab1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small.svg
new file mode 100644
index 0000000..4bd91af
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small.svg.import
new file mode 100644
index 0000000..0d5ca87
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ca61ngw7u5utr"
+path="res://.godot/imported/bar_shadow_square_outline_small.svg-60f303435d79ac529eadc8c9e9f1d9a7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small.svg-60f303435d79ac529eadc8c9e9f1d9a7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_l.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_l.svg
new file mode 100644
index 0000000..4d3cef6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_l.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_l.svg.import
new file mode 100644
index 0000000..679bf93
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdjq0sohkdpt0"
+path="res://.godot/imported/bar_shadow_square_outline_small_l.svg-95aad78d24f58dbe8ab7171ebd1e1290.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_l.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_l.svg-95aad78d24f58dbe8ab7171ebd1e1290.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_m.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_m.svg
new file mode 100644
index 0000000..e5f2f99
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_m.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_m.svg.import
new file mode 100644
index 0000000..f1510c6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xhkj0tqyma25"
+path="res://.godot/imported/bar_shadow_square_outline_small_m.svg-e356dd7762a3901954ed9204416edcc0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_m.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_m.svg-e356dd7762a3901954ed9204416edcc0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_r.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_r.svg
new file mode 100644
index 0000000..a9a808d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_r.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_r.svg.import
new file mode 100644
index 0000000..509a9dd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1fchhcveqvoi"
+path="res://.godot/imported/bar_shadow_square_outline_small_r.svg-0fad26be7d6bb3e5c8ef1ed19623e919.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_r.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_r.svg-0fad26be7d6bb3e5c8ef1ed19623e919.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_square.svg
new file mode 100644
index 0000000..2febf10
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_square.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_square.svg.import
new file mode 100644
index 0000000..5bc80e8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cq73f3kyiig2y"
+path="res://.godot/imported/bar_shadow_square_outline_small_square.svg-03c91121a170bf8d6553b5ec4af3eb67.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_outline_small_square.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_outline_small_square.svg-03c91121a170bf8d6553b5ec4af3eb67.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small.svg
new file mode 100644
index 0000000..bc8b83b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small.svg.import
new file mode 100644
index 0000000..5096028
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6fe17b8aq17h"
+path="res://.godot/imported/bar_shadow_square_small.svg-a18bb2e5e4363b382ec663b4e94e3080.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_small.svg-a18bb2e5e4363b382ec663b4e94e3080.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_l.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_l.svg
new file mode 100644
index 0000000..608ec8c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_l.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_l.svg.import
new file mode 100644
index 0000000..629dc17
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b4ocyoklw1yg7"
+path="res://.godot/imported/bar_shadow_square_small_l.svg-3890011759a7c6f08d0a6b82af997109.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_l.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_small_l.svg-3890011759a7c6f08d0a6b82af997109.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_m.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_m.svg
new file mode 100644
index 0000000..96d1ca4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_m.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_m.svg.import
new file mode 100644
index 0000000..8d7e407
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqajttl3ph6py"
+path="res://.godot/imported/bar_shadow_square_small_m.svg-5589c108e4c82c9ba5f26d2978e66946.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_m.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_small_m.svg-5589c108e4c82c9ba5f26d2978e66946.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_r.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_r.svg
new file mode 100644
index 0000000..4b4dcd0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_r.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_r.svg.import
new file mode 100644
index 0000000..61a4808
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ce5vbfpl25x13"
+path="res://.godot/imported/bar_shadow_square_small_r.svg-5adf914617ee1514f1a8962ccb1ebc5b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_r.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_small_r.svg-5adf914617ee1514f1a8962ccb1ebc5b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_square.svg
new file mode 100644
index 0000000..e12317c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_square.svg
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_square.svg.import
new file mode 100644
index 0000000..cbefdc7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://q7rjpmeo18ew"
+path="res://.godot/imported/bar_shadow_square_small_square.svg-667893c0088bf77f9a3eea91219d9424.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/bar_shadow_square_small_square.svg"
+dest_files=["res://.godot/imported/bar_shadow_square_small_square.svg-667893c0088bf77f9a3eea91219d9424.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle.svg
new file mode 100644
index 0000000..1d6b278
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle.svg.import
new file mode 100644
index 0000000..f17bf88
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkkv4iofvtxf4"
+path="res://.godot/imported/button_rectangle.svg-69c29eb9a2a008e62a9c415ad90a00e5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/button_rectangle.svg"
+dest_files=["res://.godot/imported/button_rectangle.svg-69c29eb9a2a008e62a9c415ad90a00e5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle_depth.svg b/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle_depth.svg
new file mode 100644
index 0000000..bf245ce
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle_depth.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle_depth.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle_depth.svg.import
new file mode 100644
index 0000000..8a76809
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/button_rectangle_depth.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ttc4d8qxf10q"
+path="res://.godot/imported/button_rectangle_depth.svg-4426a8b105335891630ea115575b0db2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/button_rectangle_depth.svg"
+dest_files=["res://.godot/imported/button_rectangle_depth.svg-4426a8b105335891630ea115575b0db2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/button_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/button_square.svg
new file mode 100644
index 0000000..e67fdcb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/button_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/button_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/button_square.svg.import
new file mode 100644
index 0000000..5778a23
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/button_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctejx5jsgx7xw"
+path="res://.godot/imported/button_square.svg-bd152358dc4422be62aec05c3c0495e9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/button_square.svg"
+dest_files=["res://.godot/imported/button_square.svg-bd152358dc4422be62aec05c3c0495e9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/button_square_depth.svg b/godot/raw_assets/ui_pack/Vector/Extra/button_square_depth.svg
new file mode 100644
index 0000000..9492478
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/button_square_depth.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/button_square_depth.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/button_square_depth.svg.import
new file mode 100644
index 0000000..f76735b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/button_square_depth.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c46gx7uwvnrsx"
+path="res://.godot/imported/button_square_depth.svg-5f76c7c78fdd4f34fde860698eeab6e3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/button_square_depth.svg"
+dest_files=["res://.godot/imported/button_square_depth.svg-5f76c7c78fdd4f34fde860698eeab6e3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/crosshair_a.svg b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_a.svg
new file mode 100644
index 0000000..cd46a92
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_a.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/crosshair_a.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_a.svg.import
new file mode 100644
index 0000000..1b948ea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_a.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctna3yrvcsuud"
+path="res://.godot/imported/crosshair_a.svg-fcafbeef099b079a24390083645f0da4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/crosshair_a.svg"
+dest_files=["res://.godot/imported/crosshair_a.svg-fcafbeef099b079a24390083645f0da4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/crosshair_b.svg b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_b.svg
new file mode 100644
index 0000000..3ce78a3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_b.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/crosshair_b.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_b.svg.import
new file mode 100644
index 0000000..ab1b5f4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_b.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2iajqx5npbxg"
+path="res://.godot/imported/crosshair_b.svg-f924c6fceb4baabb7f5a14858bbfd354.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/crosshair_b.svg"
+dest_files=["res://.godot/imported/crosshair_b.svg-f924c6fceb4baabb7f5a14858bbfd354.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/crosshair_c.svg b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_c.svg
new file mode 100644
index 0000000..e1a28d3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_c.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/crosshair_c.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_c.svg.import
new file mode 100644
index 0000000..d400c13
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_c.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://beghe11ao314o"
+path="res://.godot/imported/crosshair_c.svg-c33074d0c7711d61039c2b5d9d8290d9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/crosshair_c.svg"
+dest_files=["res://.godot/imported/crosshair_c.svg-c33074d0c7711d61039c2b5d9d8290d9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/crosshair_d.svg b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_d.svg
new file mode 100644
index 0000000..cc85dab
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_d.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/crosshair_d.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_d.svg.import
new file mode 100644
index 0000000..36404ca
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/crosshair_d.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bm6x1k6dn8po8"
+path="res://.godot/imported/crosshair_d.svg-448d11dc2625ad2a6f94255ed03d3f37.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/crosshair_d.svg"
+dest_files=["res://.godot/imported/crosshair_d.svg-448d11dc2625ad2a6f94255ed03d3f37.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_a.svg b/godot/raw_assets/ui_pack/Vector/Extra/cursor_a.svg
new file mode 100644
index 0000000..c90be93
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_a.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_a.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/cursor_a.svg.import
new file mode 100644
index 0000000..4202807
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_a.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://5a5ifc5cciuc"
+path="res://.godot/imported/cursor_a.svg-d984497a41991f84fd2e4f710ae6c6a8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/cursor_a.svg"
+dest_files=["res://.godot/imported/cursor_a.svg-d984497a41991f84fd2e4f710ae6c6a8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_b.svg b/godot/raw_assets/ui_pack/Vector/Extra/cursor_b.svg
new file mode 100644
index 0000000..87ae49c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_b.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_b.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/cursor_b.svg.import
new file mode 100644
index 0000000..6516818
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_b.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://56cwqp74wqtf"
+path="res://.godot/imported/cursor_b.svg-6535e870f10aa65a02aefd1e872be15a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/cursor_b.svg"
+dest_files=["res://.godot/imported/cursor_b.svg-6535e870f10aa65a02aefd1e872be15a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_c.svg b/godot/raw_assets/ui_pack/Vector/Extra/cursor_c.svg
new file mode 100644
index 0000000..480469b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_c.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_c.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/cursor_c.svg.import
new file mode 100644
index 0000000..2372b26
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_c.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7hxb2sbpmymr"
+path="res://.godot/imported/cursor_c.svg-3eb5c7392a36e234bcf40938a9c9478c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/cursor_c.svg"
+dest_files=["res://.godot/imported/cursor_c.svg-3eb5c7392a36e234bcf40938a9c9478c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_d.svg b/godot/raw_assets/ui_pack/Vector/Extra/cursor_d.svg
new file mode 100644
index 0000000..6409625
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_d.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_d.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/cursor_d.svg.import
new file mode 100644
index 0000000..77b31e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_d.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://upaqx0hofivn"
+path="res://.godot/imported/cursor_d.svg-c7460455cf87622e8dd66beb748eece5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/cursor_d.svg"
+dest_files=["res://.godot/imported/cursor_d.svg-c7460455cf87622e8dd66beb748eece5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_e.svg b/godot/raw_assets/ui_pack/Vector/Extra/cursor_e.svg
new file mode 100644
index 0000000..e77418f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_e.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_e.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/cursor_e.svg.import
new file mode 100644
index 0000000..2718243
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_e.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b4n2yojrliyc6"
+path="res://.godot/imported/cursor_e.svg-4a2265631511422c7473e8d16bff198a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/cursor_e.svg"
+dest_files=["res://.godot/imported/cursor_e.svg-4a2265631511422c7473e8d16bff198a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_f.svg b/godot/raw_assets/ui_pack/Vector/Extra/cursor_f.svg
new file mode 100644
index 0000000..bdaec2d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_f.svg
@@ -0,0 +1,19 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_f.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/cursor_f.svg.import
new file mode 100644
index 0000000..be2d880
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_f.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b3u4i6o316y0w"
+path="res://.godot/imported/cursor_f.svg-f5a147e19da5e65815ef42316643ce3f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/cursor_f.svg"
+dest_files=["res://.godot/imported/cursor_f.svg-f5a147e19da5e65815ef42316643ce3f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_g.svg b/godot/raw_assets/ui_pack/Vector/Extra/cursor_g.svg
new file mode 100644
index 0000000..868d306
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_g.svg
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_g.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/cursor_g.svg.import
new file mode 100644
index 0000000..047f4b8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_g.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bypaksmq68apb"
+path="res://.godot/imported/cursor_g.svg-85ddd6f69e9a2f638db79b0c88171a1d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/cursor_g.svg"
+dest_files=["res://.godot/imported/cursor_g.svg-85ddd6f69e9a2f638db79b0c88171a1d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_h.svg b/godot/raw_assets/ui_pack/Vector/Extra/cursor_h.svg
new file mode 100644
index 0000000..d05d867
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_h.svg
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/cursor_h.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/cursor_h.svg.import
new file mode 100644
index 0000000..d861028
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/cursor_h.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://e6gm4aep65nv"
+path="res://.godot/imported/cursor_h.svg-336cee8fa6a4ed698cf534ae6219a7d6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/cursor_h.svg"
+dest_files=["res://.godot/imported/cursor_h.svg-336cee8fa6a4ed698cf534ae6219a7d6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass.svg
new file mode 100644
index 0000000..6936828
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass.svg.import
new file mode 100644
index 0000000..211434f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bfgi8ede3thtm"
+path="res://.godot/imported/panel_glass.svg-7fb21c7bba7efc6de5387de30c3ba4b1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass.svg"
+dest_files=["res://.godot/imported/panel_glass.svg-7fb21c7bba7efc6de5387de30c3ba4b1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_bl.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_bl.svg
new file mode 100644
index 0000000..2339d86
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_bl.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_bl.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_bl.svg.import
new file mode 100644
index 0000000..166ed2a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_bl.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c5c3b6c6hfx81"
+path="res://.godot/imported/panel_glass_notch_bl.svg-5f727f610a783678acd0f4f1a5e03aa3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_notch_bl.svg"
+dest_files=["res://.godot/imported/panel_glass_notch_bl.svg-5f727f610a783678acd0f4f1a5e03aa3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_br.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_br.svg
new file mode 100644
index 0000000..424474c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_br.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_br.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_br.svg.import
new file mode 100644
index 0000000..16485f7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_br.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b8fpacu46kpq7"
+path="res://.godot/imported/panel_glass_notch_br.svg-b046b553afc0b55e13507d3377da79da.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_notch_br.svg"
+dest_files=["res://.godot/imported/panel_glass_notch_br.svg-b046b553afc0b55e13507d3377da79da.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tl.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tl.svg
new file mode 100644
index 0000000..c94634a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tl.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tl.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tl.svg.import
new file mode 100644
index 0000000..7e8951b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tl.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1r0a6h3y7atu"
+path="res://.godot/imported/panel_glass_notch_tl.svg-8c306c8360019c948ae7d358e92aeb72.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tl.svg"
+dest_files=["res://.godot/imported/panel_glass_notch_tl.svg-8c306c8360019c948ae7d358e92aeb72.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tr.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tr.svg
new file mode 100644
index 0000000..40ab90c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tr.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tr.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tr.svg.import
new file mode 100644
index 0000000..62c1953
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tr.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://16ruf4nago5m"
+path="res://.godot/imported/panel_glass_notch_tr.svg-6d293e2715056831169a4124b57c8812.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_notch_tr.svg"
+dest_files=["res://.godot/imported/panel_glass_notch_tr.svg-6d293e2715056831169a4124b57c8812.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches.svg
new file mode 100644
index 0000000..5bb1299
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches.svg.import
new file mode 100644
index 0000000..b3959f2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bknel83j7d0db"
+path="res://.godot/imported/panel_glass_notches.svg-a4d99c829fa7d86965e2cb2a2a33b086.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_notches.svg"
+dest_files=["res://.godot/imported/panel_glass_notches.svg-a4d99c829fa7d86965e2cb2a2a33b086.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches_top.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches_top.svg
new file mode 100644
index 0000000..f61af84
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches_top.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches_top.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches_top.svg.import
new file mode 100644
index 0000000..2f24c56
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_notches_top.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ygd7ugrxv431"
+path="res://.godot/imported/panel_glass_notches_top.svg-4079d45ae8e8502109f9edd6235f97ba.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_notches_top.svg"
+dest_files=["res://.godot/imported/panel_glass_notches_top.svg-4079d45ae8e8502109f9edd6235f97ba.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_screws.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_screws.svg
new file mode 100644
index 0000000..40753cc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_screws.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_screws.svg.import
new file mode 100644
index 0000000..532a10f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7eet4nmkccj4"
+path="res://.godot/imported/panel_glass_screws.svg-a7d66ddb3f813d0e4d8526f6b458dd7d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_screws.svg"
+dest_files=["res://.godot/imported/panel_glass_screws.svg-a7d66ddb3f813d0e4d8526f6b458dd7d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab.svg
new file mode 100644
index 0000000..20bbdb3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab.svg.import
new file mode 100644
index 0000000..68aaac9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ix5p0g5fy7ks"
+path="res://.godot/imported/panel_glass_tab.svg-c298583baba50199d1ad9b4a09002cea.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_tab.svg"
+dest_files=["res://.godot/imported/panel_glass_tab.svg-c298583baba50199d1ad9b4a09002cea.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab_blade.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab_blade.svg
new file mode 100644
index 0000000..c13e91f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab_blade.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab_blade.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab_blade.svg.import
new file mode 100644
index 0000000..3523ed2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_glass_tab_blade.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dnq5y31jdgdes"
+path="res://.godot/imported/panel_glass_tab_blade.svg-f81a18c96387840cda538112c647b23a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_glass_tab_blade.svg"
+dest_files=["res://.godot/imported/panel_glass_tab_blade.svg-f81a18c96387840cda538112c647b23a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle.svg
new file mode 100644
index 0000000..681cfb2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle.svg.import
new file mode 100644
index 0000000..1dd38e3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b3dsusqsdmc78"
+path="res://.godot/imported/panel_rectangle.svg-35c6a0829741b1c4007aa23e94403108.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_rectangle.svg"
+dest_files=["res://.godot/imported/panel_rectangle.svg-35c6a0829741b1c4007aa23e94403108.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle_screws.svg
new file mode 100644
index 0000000..91c775d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle_screws.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle_screws.svg.import
new file mode 100644
index 0000000..2ca525a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://w76g1d5wlfo6"
+path="res://.godot/imported/panel_rectangle_screws.svg-507aad0225a44a5d419456c8cdf08c01.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_rectangle_screws.svg"
+dest_files=["res://.godot/imported/panel_rectangle_screws.svg-507aad0225a44a5d419456c8cdf08c01.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_square.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_square.svg
new file mode 100644
index 0000000..5596038
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_square.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_square.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_square.svg.import
new file mode 100644
index 0000000..aca6c11
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bkn85nst4nats"
+path="res://.godot/imported/panel_square.svg-bacee25be4d5cd9273c681515a45c1d2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_square.svg"
+dest_files=["res://.godot/imported/panel_square.svg-bacee25be4d5cd9273c681515a45c1d2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Extra/panel_square_screws.svg
new file mode 100644
index 0000000..a717045
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_square_screws.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Extra/panel_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Extra/panel_square_screws.svg.import
new file mode 100644
index 0000000..8c508ca
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Extra/panel_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cj4au8dvo15d1"
+path="res://.godot/imported/panel_square_screws.svg-02b5d56a0f7ef9c92a65aafd21438131.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Extra/panel_square_screws.svg"
+dest_files=["res://.godot/imported/panel_square_screws.svg-02b5d56a0f7ef9c92a65aafd21438131.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large.svg
new file mode 100644
index 0000000..05de19e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large.svg.import
new file mode 100644
index 0000000..f8c38ad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://blxhtwsunxf1v"
+path="res://.godot/imported/bar_round_gloss_large.svg-ef6cf598ed45b6d51074b4ebddb78962.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large.svg-ef6cf598ed45b6d51074b4ebddb78962.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_l.svg
new file mode 100644
index 0000000..1b58e76
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_l.svg.import
new file mode 100644
index 0000000..318a1b7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ct5vu8xnosipr"
+path="res://.godot/imported/bar_round_gloss_large_l.svg-728775a34c4192ea15d0ee6781b57537.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.svg-728775a34c4192ea15d0ee6781b57537.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_m.svg
new file mode 100644
index 0000000..28400b0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_m.svg.import
new file mode 100644
index 0000000..de978ef
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dkwfnf6hqkbp3"
+path="res://.godot/imported/bar_round_gloss_large_m.svg-3ee4b648064b81e619c8f93faf9444eb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.svg-3ee4b648064b81e619c8f93faf9444eb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_r.svg
new file mode 100644
index 0000000..0251124
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_r.svg.import
new file mode 100644
index 0000000..44c10fa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cjfb6xo8wbxuh"
+path="res://.godot/imported/bar_round_gloss_large_r.svg-ef0aaeaa2bbc2877e5083ba77e3aa1af.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.svg-ef0aaeaa2bbc2877e5083ba77e3aa1af.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_square.svg
new file mode 100644
index 0000000..71175f6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_square.svg.import
new file mode 100644
index 0000000..fa89b46
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bcwac0x50hgod"
+path="res://.godot/imported/bar_round_gloss_large_square.svg-df464c198c41231003296921ba4260f7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.svg-df464c198c41231003296921ba4260f7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small.svg
new file mode 100644
index 0000000..1021891
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small.svg.import
new file mode 100644
index 0000000..bdb458c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d1ppmo8a5woaj"
+path="res://.godot/imported/bar_round_gloss_small.svg-d3a9be9bfe8e9867b723e3e6ee2e6079.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small.svg-d3a9be9bfe8e9867b723e3e6ee2e6079.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_l.svg
new file mode 100644
index 0000000..df991b6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_l.svg.import
new file mode 100644
index 0000000..9b1cc3e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://g6sjsduogttm"
+path="res://.godot/imported/bar_round_gloss_small_l.svg-a6f397ddb110fe39a53eed33606f7e15.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.svg-a6f397ddb110fe39a53eed33606f7e15.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_m.svg
new file mode 100644
index 0000000..eb10cff
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_m.svg.import
new file mode 100644
index 0000000..beaf6a0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqla7atkp4ilc"
+path="res://.godot/imported/bar_round_gloss_small_m.svg-97c84aa20b0cf1ae8530ccade224cf41.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.svg-97c84aa20b0cf1ae8530ccade224cf41.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_r.svg
new file mode 100644
index 0000000..265025b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_r.svg.import
new file mode 100644
index 0000000..812d063
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://daim0gpy82nyj"
+path="res://.godot/imported/bar_round_gloss_small_r.svg-db59aa43ad843f2917e9bd3755662ba6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.svg-db59aa43ad843f2917e9bd3755662ba6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_square.svg
new file mode 100644
index 0000000..eca0b7c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_square.svg.import
new file mode 100644
index 0000000..a9a9db1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ds1ulxvx67bkh"
+path="res://.godot/imported/bar_round_gloss_small_square.svg-ce5fe0288ffd6d82f3f94ef5fd48327a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.svg-ce5fe0288ffd6d82f3f94ef5fd48327a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large.svg
new file mode 100644
index 0000000..525a3a1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large.svg.import
new file mode 100644
index 0000000..1134f8c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dgnn17ybonrnt"
+path="res://.godot/imported/bar_round_large.svg-249f2750aa18826253783b8d3efeba8f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_large.svg"
+dest_files=["res://.godot/imported/bar_round_large.svg-249f2750aa18826253783b8d3efeba8f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_l.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_l.svg
new file mode 100644
index 0000000..472fc74
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_l.svg.import
new file mode 100644
index 0000000..24d57dc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ox81fjhwvkdr"
+path="res://.godot/imported/bar_round_large_l.svg-661b126e742731d2a9c04a33276686b4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_large_l.svg-661b126e742731d2a9c04a33276686b4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_m.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_m.svg
new file mode 100644
index 0000000..f283083
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_m.svg.import
new file mode 100644
index 0000000..5a7eace
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b8iocb2p4fudg"
+path="res://.godot/imported/bar_round_large_m.svg-b7d8e196f2d1e101e4f981f39ece2ef8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_large_m.svg-b7d8e196f2d1e101e4f981f39ece2ef8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_r.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_r.svg
new file mode 100644
index 0000000..986d2f5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_r.svg.import
new file mode 100644
index 0000000..963fc1e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://egwu1i2pafmn"
+path="res://.godot/imported/bar_round_large_r.svg-d96c3c6cb5d086b92216496a16a75e40.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_large_r.svg-d96c3c6cb5d086b92216496a16a75e40.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_square.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_square.svg
new file mode 100644
index 0000000..2c29b3d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_square.svg.import
new file mode 100644
index 0000000..75e3bb5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://vd1od2ipie4y"
+path="res://.godot/imported/bar_round_large_square.svg-2ce3645cde7af04388d100b7bd6b67c9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_large_square.svg-2ce3645cde7af04388d100b7bd6b67c9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small.svg
new file mode 100644
index 0000000..9a06a8b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small.svg.import
new file mode 100644
index 0000000..ae7690d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfco1v2bqgvgs"
+path="res://.godot/imported/bar_round_small.svg-aae5744c8de30f56bf20e4ed9822baaa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_small.svg"
+dest_files=["res://.godot/imported/bar_round_small.svg-aae5744c8de30f56bf20e4ed9822baaa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_l.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_l.svg
new file mode 100644
index 0000000..33db0fc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_l.svg.import
new file mode 100644
index 0000000..2308623
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dcw6rurneg31l"
+path="res://.godot/imported/bar_round_small_l.svg-17c3d50993115fe08224534f92f1e615.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_small_l.svg-17c3d50993115fe08224534f92f1e615.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_m.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_m.svg
new file mode 100644
index 0000000..9db975f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_m.svg.import
new file mode 100644
index 0000000..d917e45
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwanfqw8084s4"
+path="res://.godot/imported/bar_round_small_m.svg-f7b9f6238ec3e2a3ec9670db20e73f88.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_small_m.svg-f7b9f6238ec3e2a3ec9670db20e73f88.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_r.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_r.svg
new file mode 100644
index 0000000..fbc3664
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_r.svg.import
new file mode 100644
index 0000000..33304f6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7plsb5r8fxyi"
+path="res://.godot/imported/bar_round_small_r.svg-cd9d9aa1d97d89497453c148a4662e88.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_small_r.svg-cd9d9aa1d97d89497453c148a4662e88.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_square.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_square.svg
new file mode 100644
index 0000000..39f935a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_square.svg.import
new file mode 100644
index 0000000..b3db2f7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_round_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://pnv5bnum1moa"
+path="res://.godot/imported/bar_round_small_square.svg-0dd279e6bb31c5cb9054149729c433c7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_round_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_small_square.svg-0dd279e6bb31c5cb9054149729c433c7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large.svg
new file mode 100644
index 0000000..c59eebe
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large.svg.import
new file mode 100644
index 0000000..f8775ea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cv0ec1oawbgqc"
+path="res://.godot/imported/bar_square_gloss_large.svg-926c2c19d3dec4d32c07e96583d1b482.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large.svg-926c2c19d3dec4d32c07e96583d1b482.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_l.svg
new file mode 100644
index 0000000..9edbe31
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_l.svg.import
new file mode 100644
index 0000000..4f65804
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://elphyvqtvxig"
+path="res://.godot/imported/bar_square_gloss_large_l.svg-fa446d0e219f9935c9e2ba3a933d0d4c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.svg-fa446d0e219f9935c9e2ba3a933d0d4c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_m.svg
new file mode 100644
index 0000000..28400b0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_m.svg.import
new file mode 100644
index 0000000..9b857fa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://4sdonn5hdoi1"
+path="res://.godot/imported/bar_square_gloss_large_m.svg-635cd0818bf302f42ec6400cdc5b27cc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.svg-635cd0818bf302f42ec6400cdc5b27cc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_r.svg
new file mode 100644
index 0000000..07c1d3d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_r.svg.import
new file mode 100644
index 0000000..7948172
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://co7q1x11o3gsc"
+path="res://.godot/imported/bar_square_gloss_large_r.svg-c8fd586c79646bd26d51243148fd4557.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.svg-c8fd586c79646bd26d51243148fd4557.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_square.svg
new file mode 100644
index 0000000..3efdb33
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_square.svg.import
new file mode 100644
index 0000000..5aed2db
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ce36ctiui7xhp"
+path="res://.godot/imported/bar_square_gloss_large_square.svg-759c093deea1fa3f948d1bf8b8b97ab7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.svg-759c093deea1fa3f948d1bf8b8b97ab7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small.svg
new file mode 100644
index 0000000..a810285
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small.svg.import
new file mode 100644
index 0000000..f8353c9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cs2fqeqfw3box"
+path="res://.godot/imported/bar_square_gloss_small.svg-82f5e786d6e3836fc01b93fd83b4ac1d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small.svg-82f5e786d6e3836fc01b93fd83b4ac1d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_l.svg
new file mode 100644
index 0000000..e9e9351
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_l.svg.import
new file mode 100644
index 0000000..444c214
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1b7dpqeiane0"
+path="res://.godot/imported/bar_square_gloss_small_l.svg-65edaed54e32ee44efd1ba1e552764eb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.svg-65edaed54e32ee44efd1ba1e552764eb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_m.svg
new file mode 100644
index 0000000..f1a315c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_m.svg.import
new file mode 100644
index 0000000..a7e8eee
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://desl2nhd3ms7j"
+path="res://.godot/imported/bar_square_gloss_small_m.svg-c5d129b71ae2b990cf780796d533c0c2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.svg-c5d129b71ae2b990cf780796d533c0c2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_r.svg
new file mode 100644
index 0000000..f20d24a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_r.svg.import
new file mode 100644
index 0000000..4747b0a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://fd35i2kk06fg"
+path="res://.godot/imported/bar_square_gloss_small_r.svg-9bce88625bd93ae5ad823b767aa334c7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.svg-9bce88625bd93ae5ad823b767aa334c7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_square.svg
new file mode 100644
index 0000000..cb6f372
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_square.svg.import
new file mode 100644
index 0000000..52daadb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c2nddm1ckf7tm"
+path="res://.godot/imported/bar_square_gloss_small_square.svg-6fe8df2c6d2869fbfbd440f12561d700.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.svg-6fe8df2c6d2869fbfbd440f12561d700.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large.svg
new file mode 100644
index 0000000..98834b9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large.svg.import
new file mode 100644
index 0000000..f12b185
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dl5br71i35fxw"
+path="res://.godot/imported/bar_square_large.svg-b1a5bcad28172b168a157569bef76d38.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_large.svg"
+dest_files=["res://.godot/imported/bar_square_large.svg-b1a5bcad28172b168a157569bef76d38.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_l.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_l.svg
new file mode 100644
index 0000000..78342df
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_l.svg.import
new file mode 100644
index 0000000..a2304c7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cw805bsudwxmr"
+path="res://.godot/imported/bar_square_large_l.svg-64829a1d17c22313406d8b767dfc80aa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_large_l.svg-64829a1d17c22313406d8b767dfc80aa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_m.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_m.svg
new file mode 100644
index 0000000..f283083
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_m.svg.import
new file mode 100644
index 0000000..71e5608
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4qaecq3svxwu"
+path="res://.godot/imported/bar_square_large_m.svg-3042fa37a126fb45992eddc5e7fb3640.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_large_m.svg-3042fa37a126fb45992eddc5e7fb3640.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_r.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_r.svg
new file mode 100644
index 0000000..f961da3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_r.svg.import
new file mode 100644
index 0000000..b20d74f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3266yudb2l0e"
+path="res://.godot/imported/bar_square_large_r.svg-d1c94461c4711a5f2aa65ea33fac7bb8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_large_r.svg-d1c94461c4711a5f2aa65ea33fac7bb8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_square.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_square.svg
new file mode 100644
index 0000000..ee2a5ce
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_square.svg.import
new file mode 100644
index 0000000..dd930c4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://plctsmu1au5i"
+path="res://.godot/imported/bar_square_large_square.svg-4c55450d1651526e59976268a5c2df55.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_large_square.svg-4c55450d1651526e59976268a5c2df55.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small.svg
new file mode 100644
index 0000000..9d124b2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small.svg.import
new file mode 100644
index 0000000..c105e94
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dd0ouegh6byuo"
+path="res://.godot/imported/bar_square_small.svg-b172c66023d3030defcc7b1891d20755.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_small.svg"
+dest_files=["res://.godot/imported/bar_square_small.svg-b172c66023d3030defcc7b1891d20755.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_l.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_l.svg
new file mode 100644
index 0000000..a550e12
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_l.svg.import
new file mode 100644
index 0000000..2e99734
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://mvuixebwx54n"
+path="res://.godot/imported/bar_square_small_l.svg-08c4d9973d93985d38cdeda7aeb53cb1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_small_l.svg-08c4d9973d93985d38cdeda7aeb53cb1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_m.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_m.svg
new file mode 100644
index 0000000..9db975f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_m.svg.import
new file mode 100644
index 0000000..f4229ad
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://km82l1vw2qd4"
+path="res://.godot/imported/bar_square_small_m.svg-a61a10221fabba475e6feaface5b6b4c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_small_m.svg-a61a10221fabba475e6feaface5b6b4c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_r.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_r.svg
new file mode 100644
index 0000000..872a732
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_r.svg.import
new file mode 100644
index 0000000..c979b30
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://csksisaaftqmx"
+path="res://.godot/imported/bar_square_small_r.svg-eb0fbf1cd8534abe1be2c706060c52ac.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_small_r.svg-eb0fbf1cd8534abe1be2c706060c52ac.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_square.svg b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_square.svg
new file mode 100644
index 0000000..12abd7e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_square.svg.import
new file mode 100644
index 0000000..e7e512a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/bar_square_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dxvlbmqavmhos"
+path="res://.godot/imported/bar_square_small_square.svg-f440329b7f184ea66c0f3585d25ca199.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/bar_square_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_small_square.svg-f440329b7f184ea66c0f3585d25ca199.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle.svg
new file mode 100644
index 0000000..b02f2dd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle.svg.import
new file mode 100644
index 0000000..c14ecd6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cfx8xi0j7rlg"
+path="res://.godot/imported/button_square_header_blade_rectangle.svg-4bfbd7550dfa521be63fb43098cce7ae.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.svg-4bfbd7550dfa521be63fb43098cce7ae.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle_screws.svg
new file mode 100644
index 0000000..7a9fc04
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle_screws.svg.import
new file mode 100644
index 0000000..0b51921
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://baj0kvnqfe8xa"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.svg-bd4eeafd0d0a2a9bc00fd514691d00d0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_blade_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.svg-bd4eeafd0d0a2a9bc00fd514691d00d0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square.svg
new file mode 100644
index 0000000..c5262d1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square.svg.import
new file mode 100644
index 0000000..e94f519
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b74b3sl8n0byw"
+path="res://.godot/imported/button_square_header_blade_square.svg-4058342525d1f440ef0acc04ee0b9385.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_blade_square.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square.svg-4058342525d1f440ef0acc04ee0b9385.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square_screws.svg
new file mode 100644
index 0000000..203ebe4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square_screws.svg.import
new file mode 100644
index 0000000..46696e2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_blade_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dtc0161srl0ci"
+path="res://.godot/imported/button_square_header_blade_square_screws.svg-10f9dfb411cc82fc3b981bf7184890ce.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_blade_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.svg-10f9dfb411cc82fc3b981bf7184890ce.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle.svg
new file mode 100644
index 0000000..c89357b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle.svg.import
new file mode 100644
index 0000000..68d8524
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7ce4bm1ommlf"
+path="res://.godot/imported/button_square_header_large_rectangle.svg-2f0f603949d94999e5672490ba30b008.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.svg-2f0f603949d94999e5672490ba30b008.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle_screws.svg
new file mode 100644
index 0000000..aab49d3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle_screws.svg.import
new file mode 100644
index 0000000..dead8b8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b1odclihcdidm"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.svg-667de87cc91d9dd2558830ff3b0423d4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_large_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.svg-667de87cc91d9dd2558830ff3b0423d4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square.svg
new file mode 100644
index 0000000..dd1242b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square.svg.import
new file mode 100644
index 0000000..6098b11
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dg0xx4mwabhdm"
+path="res://.godot/imported/button_square_header_large_square.svg-5c91431904609482b3621f35c19183c4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_large_square.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square.svg-5c91431904609482b3621f35c19183c4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square_screws.svg
new file mode 100644
index 0000000..82f58d8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square_screws.svg.import
new file mode 100644
index 0000000..3c3f771
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_large_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dafa8bdrturhv"
+path="res://.godot/imported/button_square_header_large_square_screws.svg-5186e2c5152d1f6a610a6049b104fce4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_large_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.svg-5186e2c5152d1f6a610a6049b104fce4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle.svg
new file mode 100644
index 0000000..11541c1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle.svg.import
new file mode 100644
index 0000000..10df228
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cd0kab1ffa6g7"
+path="res://.godot/imported/button_square_header_notch_rectangle.svg-c0394cdca7db0b77d5e82d433880b4c2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.svg-c0394cdca7db0b77d5e82d433880b4c2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle_screws.svg
new file mode 100644
index 0000000..9836aac
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle_screws.svg.import
new file mode 100644
index 0000000..3bb174c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dyne8bcdlwdbq"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.svg-b96c671da4d008d9746f2db47baf5022.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_notch_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.svg-b96c671da4d008d9746f2db47baf5022.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square.svg
new file mode 100644
index 0000000..a40899f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square.svg.import
new file mode 100644
index 0000000..f94fd89
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7evshtt2v8wg"
+path="res://.godot/imported/button_square_header_notch_square.svg-2e594ea1cba5e2bbba56b2ea63f9f5e1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_notch_square.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square.svg-2e594ea1cba5e2bbba56b2ea63f9f5e1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square_screws.svg
new file mode 100644
index 0000000..32091dd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square_screws.svg.import
new file mode 100644
index 0000000..badd138
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_notch_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b8rf3srjqml0d"
+path="res://.godot/imported/button_square_header_notch_square_screws.svg-b3c8b8a3345a4445e4d2a9d9491c7f84.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_notch_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.svg-b3c8b8a3345a4445e4d2a9d9491c7f84.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle.svg
new file mode 100644
index 0000000..8c8ee7a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle.svg.import
new file mode 100644
index 0000000..ab96be0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://eoo3a7x36c41"
+path="res://.godot/imported/button_square_header_small_rectangle.svg-759876016f18eaffbb643196ea309bc0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.svg-759876016f18eaffbb643196ea309bc0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle_screws.svg
new file mode 100644
index 0000000..b1fc141
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle_screws.svg.import
new file mode 100644
index 0000000..b5eae8d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bsxnebk5urd5"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.svg-00b1c2f8ac407d93b21f9f48d5a87c91.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_small_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.svg-00b1c2f8ac407d93b21f9f48d5a87c91.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square.svg
new file mode 100644
index 0000000..319c29a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square.svg.import
new file mode 100644
index 0000000..cd0200a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ci8t0jswdll7x"
+path="res://.godot/imported/button_square_header_small_square.svg-2214e8f39301dce1afbb5a1df27718b2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_small_square.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square.svg-2214e8f39301dce1afbb5a1df27718b2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square_screws.svg
new file mode 100644
index 0000000..7950aec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square_screws.svg.import
new file mode 100644
index 0000000..8430184
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/button_square_header_small_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://brh5gkainslws"
+path="res://.godot/imported/button_square_header_small_square_screws.svg-29af0f5b396ce31bf958104e82e9a23d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/button_square_header_small_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.svg-29af0f5b396ce31bf958104e82e9a23d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_a.svg b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_a.svg
new file mode 100644
index 0000000..d90920a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_a.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_a.svg.import b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_a.svg.import
new file mode 100644
index 0000000..3a7813f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_a.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gjrx43bo4nvc"
+path="res://.godot/imported/crosshair_color_a.svg-d85b2b2d5d60825cc14b65a88624232d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/crosshair_color_a.svg"
+dest_files=["res://.godot/imported/crosshair_color_a.svg-d85b2b2d5d60825cc14b65a88624232d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_b.svg b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_b.svg
new file mode 100644
index 0000000..d87bdd9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_b.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_b.svg.import b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_b.svg.import
new file mode 100644
index 0000000..295eb47
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_b.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ccgkpoyyat0ay"
+path="res://.godot/imported/crosshair_color_b.svg-6af408bb2b60458ef1ec61b0a54497ad.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/crosshair_color_b.svg"
+dest_files=["res://.godot/imported/crosshair_color_b.svg-6af408bb2b60458ef1ec61b0a54497ad.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_c.svg b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_c.svg
new file mode 100644
index 0000000..d07b417
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_c.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_c.svg.import b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_c.svg.import
new file mode 100644
index 0000000..f728a65
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_c.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1qw4kqsf2odh"
+path="res://.godot/imported/crosshair_color_c.svg-c5359fa0bffdf8caf451505638326786.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/crosshair_color_c.svg"
+dest_files=["res://.godot/imported/crosshair_color_c.svg-c5359fa0bffdf8caf451505638326786.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_d.svg b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_d.svg
new file mode 100644
index 0000000..4a01720
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_d.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_d.svg.import b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_d.svg.import
new file mode 100644
index 0000000..a8bb0da
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Green/crosshair_color_d.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://hthaw6evuhg7"
+path="res://.godot/imported/crosshair_color_d.svg-964e91cfccbebfc65fe5ec5ea55a3f8d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Green/crosshair_color_d.svg"
+dest_files=["res://.godot/imported/crosshair_color_d.svg-964e91cfccbebfc65fe5ec5ea55a3f8d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large.svg
new file mode 100644
index 0000000..b592cc2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large.svg.import
new file mode 100644
index 0000000..1daef78
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6me8f7kj1uqj"
+path="res://.godot/imported/bar_round_gloss_large.svg-e3a811b4327c3e467551217efab5cc08.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large.svg-e3a811b4327c3e467551217efab5cc08.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_l.svg
new file mode 100644
index 0000000..683ced5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_l.svg.import
new file mode 100644
index 0000000..6c91993
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bvblnxvav0ypf"
+path="res://.godot/imported/bar_round_gloss_large_l.svg-50eb9851de19a2d7a763df20d99693ac.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.svg-50eb9851de19a2d7a763df20d99693ac.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_m.svg
new file mode 100644
index 0000000..a1442d5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_m.svg.import
new file mode 100644
index 0000000..ad3f312
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0tk7q7cjyvr"
+path="res://.godot/imported/bar_round_gloss_large_m.svg-fd52b58725e2d4a86a0ac02385d64b5a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.svg-fd52b58725e2d4a86a0ac02385d64b5a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_r.svg
new file mode 100644
index 0000000..f918a6e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_r.svg.import
new file mode 100644
index 0000000..ed4846d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ncgx0gi1spl3"
+path="res://.godot/imported/bar_round_gloss_large_r.svg-d5450632b18389ee4c84cbf2213a0cd9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.svg-d5450632b18389ee4c84cbf2213a0cd9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_square.svg
new file mode 100644
index 0000000..210dbc6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_square.svg.import
new file mode 100644
index 0000000..359a4d3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://belyjy6fmjq02"
+path="res://.godot/imported/bar_round_gloss_large_square.svg-26e01aa3ec10ba8f8d00b1b673248db6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.svg-26e01aa3ec10ba8f8d00b1b673248db6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small.svg
new file mode 100644
index 0000000..d5fd0e0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small.svg.import
new file mode 100644
index 0000000..81511a6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2et2y0lngsts"
+path="res://.godot/imported/bar_round_gloss_small.svg-c4b8bccbf6a087c2d3470ace8509016b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small.svg-c4b8bccbf6a087c2d3470ace8509016b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_l.svg
new file mode 100644
index 0000000..05be1f2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_l.svg.import
new file mode 100644
index 0000000..7705bc2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b5koapwgu1wts"
+path="res://.godot/imported/bar_round_gloss_small_l.svg-7b1308f093b5ec056957827f5150b0ad.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.svg-7b1308f093b5ec056957827f5150b0ad.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_m.svg
new file mode 100644
index 0000000..11a2be7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_m.svg.import
new file mode 100644
index 0000000..3318566
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://di0xemjyndlwb"
+path="res://.godot/imported/bar_round_gloss_small_m.svg-ee9e500821002c73b928c510ad7578b3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.svg-ee9e500821002c73b928c510ad7578b3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_r.svg
new file mode 100644
index 0000000..bfef9c3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_r.svg.import
new file mode 100644
index 0000000..42ef805
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3d1bdljpnnha"
+path="res://.godot/imported/bar_round_gloss_small_r.svg-ece9f4431f7cc54c116d391df6d517fc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.svg-ece9f4431f7cc54c116d391df6d517fc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_square.svg
new file mode 100644
index 0000000..1df7beb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_square.svg.import
new file mode 100644
index 0000000..7aa40af
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bq7mq2on22pgn"
+path="res://.godot/imported/bar_round_gloss_small_square.svg-269f9c3580fbc985a1459ba0dc0afa12.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.svg-269f9c3580fbc985a1459ba0dc0afa12.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large.svg
new file mode 100644
index 0000000..659a07d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large.svg.import
new file mode 100644
index 0000000..6830aae
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhftjvp767mq1"
+path="res://.godot/imported/bar_round_large.svg-ecd2430be78f9053d1e50ad65a43075c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_large.svg"
+dest_files=["res://.godot/imported/bar_round_large.svg-ecd2430be78f9053d1e50ad65a43075c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_l.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_l.svg
new file mode 100644
index 0000000..ab7d435
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_l.svg.import
new file mode 100644
index 0000000..e078391
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://clgj5n0af5mx5"
+path="res://.godot/imported/bar_round_large_l.svg-4ea5972b432a7ebf7c1bc3d8e86635d4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_large_l.svg-4ea5972b432a7ebf7c1bc3d8e86635d4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_m.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_m.svg
new file mode 100644
index 0000000..8f4b4aa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_m.svg.import
new file mode 100644
index 0000000..5cb9553
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bcbdct3lw3kxo"
+path="res://.godot/imported/bar_round_large_m.svg-3ab48194037860cc0df2fd9dc9d1bdd8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_large_m.svg-3ab48194037860cc0df2fd9dc9d1bdd8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_r.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_r.svg
new file mode 100644
index 0000000..56accca
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_r.svg.import
new file mode 100644
index 0000000..d51fc97
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://oqoiyl1p2nln"
+path="res://.godot/imported/bar_round_large_r.svg-ab3ab879f5f37167c68f009379020591.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_large_r.svg-ab3ab879f5f37167c68f009379020591.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_square.svg
new file mode 100644
index 0000000..8058ec2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_square.svg.import
new file mode 100644
index 0000000..557e9d7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bb0qptxs3uyes"
+path="res://.godot/imported/bar_round_large_square.svg-9e154420e681eacf9d1cd40d96af3dec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_large_square.svg-9e154420e681eacf9d1cd40d96af3dec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small.svg
new file mode 100644
index 0000000..7096490
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small.svg.import
new file mode 100644
index 0000000..3c98b20
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3dh8xgkk2q8v"
+path="res://.godot/imported/bar_round_small.svg-3123b877d1c1f2afca0c9bdcedae60f5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_small.svg"
+dest_files=["res://.godot/imported/bar_round_small.svg-3123b877d1c1f2afca0c9bdcedae60f5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_l.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_l.svg
new file mode 100644
index 0000000..0508aa6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_l.svg.import
new file mode 100644
index 0000000..4bc1644
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cx7n6304g3d16"
+path="res://.godot/imported/bar_round_small_l.svg-fdb721c057ca6bb9dc03a2ded5277309.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_small_l.svg-fdb721c057ca6bb9dc03a2ded5277309.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_m.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_m.svg
new file mode 100644
index 0000000..7297249
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_m.svg.import
new file mode 100644
index 0000000..a55ef46
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://udhyqjfpqtui"
+path="res://.godot/imported/bar_round_small_m.svg-ef3e1678d5e84ea3beb9089f1f23ad9b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_small_m.svg-ef3e1678d5e84ea3beb9089f1f23ad9b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_r.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_r.svg
new file mode 100644
index 0000000..3d8528d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_r.svg.import
new file mode 100644
index 0000000..fc4932e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjwssbqb0katc"
+path="res://.godot/imported/bar_round_small_r.svg-acc1346fd962e1f7ecc3f4efa49ad650.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_small_r.svg-acc1346fd962e1f7ecc3f4efa49ad650.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_square.svg
new file mode 100644
index 0000000..555ad20
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_square.svg.import
new file mode 100644
index 0000000..9ad4598
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_round_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cxumueff3ea45"
+path="res://.godot/imported/bar_round_small_square.svg-8fac5993e72fc99707ea4a647f91b077.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_round_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_small_square.svg-8fac5993e72fc99707ea4a647f91b077.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large.svg
new file mode 100644
index 0000000..39b3ef8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large.svg.import
new file mode 100644
index 0000000..82d7405
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://pp5loh2rac1s"
+path="res://.godot/imported/bar_square_gloss_large.svg-fa4e1e2decb885c639e610f4c8d307cb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large.svg-fa4e1e2decb885c639e610f4c8d307cb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_l.svg
new file mode 100644
index 0000000..0e7dbb5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_l.svg.import
new file mode 100644
index 0000000..4a1d0e0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gunq8wh24spd"
+path="res://.godot/imported/bar_square_gloss_large_l.svg-e61a1c099a6da8eca64eb1f705942d1b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.svg-e61a1c099a6da8eca64eb1f705942d1b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_m.svg
new file mode 100644
index 0000000..a1442d5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_m.svg.import
new file mode 100644
index 0000000..869d43d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1cc7rp63ps35"
+path="res://.godot/imported/bar_square_gloss_large_m.svg-2ce4d70000c09c9df37b42cceac683aa.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.svg-2ce4d70000c09c9df37b42cceac683aa.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_r.svg
new file mode 100644
index 0000000..c775156
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_r.svg.import
new file mode 100644
index 0000000..f37dd78
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dnh31ap45i1pc"
+path="res://.godot/imported/bar_square_gloss_large_r.svg-d0edf5b5a1546db233d8dda74fbb27f5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.svg-d0edf5b5a1546db233d8dda74fbb27f5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_square.svg
new file mode 100644
index 0000000..e2994c2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_square.svg.import
new file mode 100644
index 0000000..a0942ed
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://e3jsx6ylkypq"
+path="res://.godot/imported/bar_square_gloss_large_square.svg-3368e6e463f434fa1c31bfde88d86fee.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.svg-3368e6e463f434fa1c31bfde88d86fee.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small.svg
new file mode 100644
index 0000000..cc44d8c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small.svg.import
new file mode 100644
index 0000000..0a140ab
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dpqxfjxxqy645"
+path="res://.godot/imported/bar_square_gloss_small.svg-c7d23f69b6605cc345271b34f9fda554.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small.svg-c7d23f69b6605cc345271b34f9fda554.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_l.svg
new file mode 100644
index 0000000..050e78f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_l.svg.import
new file mode 100644
index 0000000..7118e3f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bj0g61n36qdwr"
+path="res://.godot/imported/bar_square_gloss_small_l.svg-ab0ef7312ab1a62c77a49fc2c02f0121.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.svg-ab0ef7312ab1a62c77a49fc2c02f0121.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_m.svg
new file mode 100644
index 0000000..6ffb6fd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_m.svg.import
new file mode 100644
index 0000000..e8157ec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cetog6f73rsjj"
+path="res://.godot/imported/bar_square_gloss_small_m.svg-94908b6366e55a3d5ffca2abd2dd454e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.svg-94908b6366e55a3d5ffca2abd2dd454e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_r.svg
new file mode 100644
index 0000000..430da3b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_r.svg.import
new file mode 100644
index 0000000..ddb59cf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cvj4fj42ed6fb"
+path="res://.godot/imported/bar_square_gloss_small_r.svg-dd0e232319ab865bd531de60b6ec9b0d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.svg-dd0e232319ab865bd531de60b6ec9b0d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_square.svg
new file mode 100644
index 0000000..5a4191b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_square.svg.import
new file mode 100644
index 0000000..da555af
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://heutu4cb1fdu"
+path="res://.godot/imported/bar_square_gloss_small_square.svg-f2fc31386b10bd6c46383c981ca64581.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.svg-f2fc31386b10bd6c46383c981ca64581.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large.svg
new file mode 100644
index 0000000..1ac9ba8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large.svg.import
new file mode 100644
index 0000000..2c0e8c3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwnuy4bajmc8o"
+path="res://.godot/imported/bar_square_large.svg-65edbadb07b8ace4003a89251373547a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_large.svg"
+dest_files=["res://.godot/imported/bar_square_large.svg-65edbadb07b8ace4003a89251373547a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_l.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_l.svg
new file mode 100644
index 0000000..99b92ec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_l.svg.import
new file mode 100644
index 0000000..be1b7f3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhr6kvxf3h8ok"
+path="res://.godot/imported/bar_square_large_l.svg-ea2ea152b9a6d86ad810e65fe35fdff0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_large_l.svg-ea2ea152b9a6d86ad810e65fe35fdff0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_m.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_m.svg
new file mode 100644
index 0000000..8f4b4aa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_m.svg.import
new file mode 100644
index 0000000..d819c8b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dhwbpw5lgmp32"
+path="res://.godot/imported/bar_square_large_m.svg-5d5c638785b8f366ce74c245c28063bf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_large_m.svg-5d5c638785b8f366ce74c245c28063bf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_r.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_r.svg
new file mode 100644
index 0000000..c9cda5f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_r.svg.import
new file mode 100644
index 0000000..0b08d5b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dln2d1evoh1w0"
+path="res://.godot/imported/bar_square_large_r.svg-cf0ced2fb86e058a7a6b7ee29aebe7db.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_large_r.svg-cf0ced2fb86e058a7a6b7ee29aebe7db.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_square.svg
new file mode 100644
index 0000000..e1e5239
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_square.svg.import
new file mode 100644
index 0000000..43a02f8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ovtunm12gss1"
+path="res://.godot/imported/bar_square_large_square.svg-f1c48c42183ee3a29ee89a3ef0a44df1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_large_square.svg-f1c48c42183ee3a29ee89a3ef0a44df1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small.svg
new file mode 100644
index 0000000..fddbd07
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small.svg.import
new file mode 100644
index 0000000..139fc9f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bpnbr3ssxgiac"
+path="res://.godot/imported/bar_square_small.svg-6989abaf62220634ae5aabbc91c4b275.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_small.svg"
+dest_files=["res://.godot/imported/bar_square_small.svg-6989abaf62220634ae5aabbc91c4b275.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_l.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_l.svg
new file mode 100644
index 0000000..da30c5d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_l.svg.import
new file mode 100644
index 0000000..8093f3b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cgj0tb0rp568w"
+path="res://.godot/imported/bar_square_small_l.svg-574b36660e9f67462e92e0b233ebc952.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_small_l.svg-574b36660e9f67462e92e0b233ebc952.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_m.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_m.svg
new file mode 100644
index 0000000..7297249
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_m.svg.import
new file mode 100644
index 0000000..5000973
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dmykfsgjh30ym"
+path="res://.godot/imported/bar_square_small_m.svg-1be441dd7d512e51373ea46ecb4f9c57.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_small_m.svg-1be441dd7d512e51373ea46ecb4f9c57.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_r.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_r.svg
new file mode 100644
index 0000000..4fd26bc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_r.svg.import
new file mode 100644
index 0000000..07d1f9c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b01vle3cx4ejw"
+path="res://.godot/imported/bar_square_small_r.svg-ae61650f79c90e06bfe7f241d609ecd8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_small_r.svg-ae61650f79c90e06bfe7f241d609ecd8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_square.svg
new file mode 100644
index 0000000..b7e5459
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_square.svg.import
new file mode 100644
index 0000000..91885ec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/bar_square_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bsebj6x2r3r31"
+path="res://.godot/imported/bar_square_small_square.svg-882c9950d5b4b3f7df0bb10cd7e9a55c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/bar_square_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_small_square.svg-882c9950d5b4b3f7df0bb10cd7e9a55c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle.svg
new file mode 100644
index 0000000..af49f27
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle.svg.import
new file mode 100644
index 0000000..e565d25
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://clhy0vr4ixpx3"
+path="res://.godot/imported/button_square_header_blade_rectangle.svg-0da4d6b8464774476510a3bf8ef03b24.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.svg-0da4d6b8464774476510a3bf8ef03b24.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle_screws.svg
new file mode 100644
index 0000000..c66d6da
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle_screws.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle_screws.svg.import
new file mode 100644
index 0000000..4728b8f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://btq3hsvhpod8d"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.svg-3ef88de0e41882882d8e4ab77bc9f7c9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_blade_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.svg-3ef88de0e41882882d8e4ab77bc9f7c9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square.svg
new file mode 100644
index 0000000..dafd633
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square.svg.import
new file mode 100644
index 0000000..3cfce16
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbo0stn4ajywq"
+path="res://.godot/imported/button_square_header_blade_square.svg-39b8afb454a3c853606e2e7984a6d455.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square.svg-39b8afb454a3c853606e2e7984a6d455.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square_screws.svg
new file mode 100644
index 0000000..b1234ec
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square_screws.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square_screws.svg.import
new file mode 100644
index 0000000..8374e2c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bncghixlm3vsr"
+path="res://.godot/imported/button_square_header_blade_square_screws.svg-f176bef4e5ca1c52a4031027475eb7e0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_blade_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.svg-f176bef4e5ca1c52a4031027475eb7e0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle.svg
new file mode 100644
index 0000000..5c08473
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle.svg.import
new file mode 100644
index 0000000..1f5b470
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ciekshm6cnn00"
+path="res://.godot/imported/button_square_header_large_rectangle.svg-2b60d28d95c04303a3f7cc77eafaffe0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.svg-2b60d28d95c04303a3f7cc77eafaffe0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle_screws.svg
new file mode 100644
index 0000000..d7f0dc5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle_screws.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle_screws.svg.import
new file mode 100644
index 0000000..fe4bf52
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://x06ut3ohc1h7"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.svg-fcd8d872693d3b6c453c9a754332e1de.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_large_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.svg-fcd8d872693d3b6c453c9a754332e1de.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square.svg
new file mode 100644
index 0000000..6f086dd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square.svg.import
new file mode 100644
index 0000000..bbddca4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bo25uydohqv1p"
+path="res://.godot/imported/button_square_header_large_square.svg-ced5b6b044f18d8eb6c3d856f9b12807.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_large_square.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square.svg-ced5b6b044f18d8eb6c3d856f9b12807.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square_screws.svg
new file mode 100644
index 0000000..c105f4e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square_screws.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square_screws.svg.import
new file mode 100644
index 0000000..bdf181b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_large_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bhjl0c53a1wi8"
+path="res://.godot/imported/button_square_header_large_square_screws.svg-e7553edfef5822136fbe95a4c4e47f12.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_large_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.svg-e7553edfef5822136fbe95a4c4e47f12.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle.svg
new file mode 100644
index 0000000..cb0d572
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle.svg.import
new file mode 100644
index 0000000..b3cb277
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c8v14gpsi47j8"
+path="res://.godot/imported/button_square_header_notch_rectangle.svg-21208e318209a5ecfa73938356f3118a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.svg-21208e318209a5ecfa73938356f3118a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle_screws.svg
new file mode 100644
index 0000000..506eaba
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle_screws.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle_screws.svg.import
new file mode 100644
index 0000000..cc69004
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cefgseafktp3x"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.svg-794c0f149a162c899db95a5b3108d06c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_notch_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.svg-794c0f149a162c899db95a5b3108d06c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square.svg
new file mode 100644
index 0000000..80789f9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square.svg.import
new file mode 100644
index 0000000..c90a2d3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6thtsutj3gp0"
+path="res://.godot/imported/button_square_header_notch_square.svg-cd47866a58b93c16d256332a99d5f513.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square.svg-cd47866a58b93c16d256332a99d5f513.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square_screws.svg
new file mode 100644
index 0000000..4e1ec91
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square_screws.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square_screws.svg.import
new file mode 100644
index 0000000..d7acc14
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dxj7rokfudi6j"
+path="res://.godot/imported/button_square_header_notch_square_screws.svg-2608f938418527b8429b689c3ec12e01.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_notch_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.svg-2608f938418527b8429b689c3ec12e01.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle.svg
new file mode 100644
index 0000000..d3ba40f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle.svg.import
new file mode 100644
index 0000000..10c2fcd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cjgfewpt4psai"
+path="res://.godot/imported/button_square_header_small_rectangle.svg-7b622322ea3cb72ba11df804649be3f4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.svg-7b622322ea3cb72ba11df804649be3f4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle_screws.svg
new file mode 100644
index 0000000..784d79b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle_screws.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle_screws.svg.import
new file mode 100644
index 0000000..25565fe
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bp3juk147kpnw"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.svg-1c053e0de5f61d378850dd4acb02a242.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_small_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.svg-1c053e0de5f61d378850dd4acb02a242.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square.svg
new file mode 100644
index 0000000..6ce8599
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square.svg.import
new file mode 100644
index 0000000..88c7520
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://y64wrdurcx4e"
+path="res://.godot/imported/button_square_header_small_square.svg-564bff1d795b6904e98d652a958c88fb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_small_square.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square.svg-564bff1d795b6904e98d652a958c88fb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square_screws.svg
new file mode 100644
index 0000000..15f4234
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square_screws.svg
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square_screws.svg.import
new file mode 100644
index 0000000..e85afff
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/button_square_header_small_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bnpay2vuh8qed"
+path="res://.godot/imported/button_square_header_small_square_screws.svg-bf08fec01f941244268fa1bfdda3054b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/button_square_header_small_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.svg-bf08fec01f941244268fa1bfdda3054b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_a.svg b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_a.svg
new file mode 100644
index 0000000..b0ba8b7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_a.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_a.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_a.svg.import
new file mode 100644
index 0000000..91390e8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_a.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bodcvilvy2trn"
+path="res://.godot/imported/crosshair_color_a.svg-e3d75520c3aeed6dd59fb6e16e928c6a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/crosshair_color_a.svg"
+dest_files=["res://.godot/imported/crosshair_color_a.svg-e3d75520c3aeed6dd59fb6e16e928c6a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_b.svg b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_b.svg
new file mode 100644
index 0000000..5e1447d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_b.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_b.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_b.svg.import
new file mode 100644
index 0000000..a22c753
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_b.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dxx4ihfsrrmy2"
+path="res://.godot/imported/crosshair_color_b.svg-318f8fd7b13347493b3d90987e06dfb8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/crosshair_color_b.svg"
+dest_files=["res://.godot/imported/crosshair_color_b.svg-318f8fd7b13347493b3d90987e06dfb8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_c.svg b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_c.svg
new file mode 100644
index 0000000..f03bc94
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_c.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_c.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_c.svg.import
new file mode 100644
index 0000000..640c770
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_c.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://qq5pr6m00fl2"
+path="res://.godot/imported/crosshair_color_c.svg-3e0bfc630288b61313d459a758455888.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/crosshair_color_c.svg"
+dest_files=["res://.godot/imported/crosshair_color_c.svg-3e0bfc630288b61313d459a758455888.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_d.svg b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_d.svg
new file mode 100644
index 0000000..da0c476
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_d.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_d.svg.import b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_d.svg.import
new file mode 100644
index 0000000..4edb577
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Grey/crosshair_color_d.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0ckjqy567f2k"
+path="res://.godot/imported/crosshair_color_d.svg-f9ea39408f6756df853d8af15a4906a2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Grey/crosshair_color_d.svg"
+dest_files=["res://.godot/imported/crosshair_color_d.svg-f9ea39408f6756df853d8af15a4906a2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large.svg
new file mode 100644
index 0000000..4542904
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large.svg.import
new file mode 100644
index 0000000..4376784
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://l46cfaqu1k1i"
+path="res://.godot/imported/bar_round_gloss_large.svg-70502040c5fc29a28439e92a277159e6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large.svg-70502040c5fc29a28439e92a277159e6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_l.svg
new file mode 100644
index 0000000..8c76f90
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_l.svg.import
new file mode 100644
index 0000000..51b5e56
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://4fwlcirscq6r"
+path="res://.godot/imported/bar_round_gloss_large_l.svg-185d9c19e87520447e5b66a28f3ac259.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.svg-185d9c19e87520447e5b66a28f3ac259.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_m.svg
new file mode 100644
index 0000000..a157178
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_m.svg.import
new file mode 100644
index 0000000..ebae447
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c07itntfvwbxg"
+path="res://.godot/imported/bar_round_gloss_large_m.svg-ad9bc716ca65a8a321502928370b4cc9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.svg-ad9bc716ca65a8a321502928370b4cc9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_r.svg
new file mode 100644
index 0000000..82eec18
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_r.svg.import
new file mode 100644
index 0000000..e34dc80
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bc6djvpcbn7ec"
+path="res://.godot/imported/bar_round_gloss_large_r.svg-a65da6ba60173f0ae26cb03cf88167ca.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.svg-a65da6ba60173f0ae26cb03cf88167ca.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_square.svg
new file mode 100644
index 0000000..5630a85
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_square.svg.import
new file mode 100644
index 0000000..136ea78
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ca023mknhpna5"
+path="res://.godot/imported/bar_round_gloss_large_square.svg-e8655d64454a60b91e8f8cd202c4fd75.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.svg-e8655d64454a60b91e8f8cd202c4fd75.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small.svg
new file mode 100644
index 0000000..25d1d3e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small.svg.import
new file mode 100644
index 0000000..4331b2a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cx57aism8nfkx"
+path="res://.godot/imported/bar_round_gloss_small.svg-3377e7535f76f44a0e6031fe1a8dc350.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small.svg-3377e7535f76f44a0e6031fe1a8dc350.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_l.svg
new file mode 100644
index 0000000..6182c2a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_l.svg.import
new file mode 100644
index 0000000..394d0c6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dp2lv4jf7wl2k"
+path="res://.godot/imported/bar_round_gloss_small_l.svg-7af0ec727497b0054146ebf6220256cd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.svg-7af0ec727497b0054146ebf6220256cd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_m.svg
new file mode 100644
index 0000000..2dd06af
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_m.svg.import
new file mode 100644
index 0000000..33cdc00
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dnbpqn3vd7ald"
+path="res://.godot/imported/bar_round_gloss_small_m.svg-204d2dcb333c0764279d13afaf16e71f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.svg-204d2dcb333c0764279d13afaf16e71f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_r.svg
new file mode 100644
index 0000000..054a453
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_r.svg.import
new file mode 100644
index 0000000..4ad0444
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gj7oms3uxk1c"
+path="res://.godot/imported/bar_round_gloss_small_r.svg-431f6ea8e22c7f9aca13f43668e199ad.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.svg-431f6ea8e22c7f9aca13f43668e199ad.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_square.svg
new file mode 100644
index 0000000..8d471b2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_square.svg.import
new file mode 100644
index 0000000..86902c0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b12631ms0voec"
+path="res://.godot/imported/bar_round_gloss_small_square.svg-6beb450784a4132c933048ab44a846e1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.svg-6beb450784a4132c933048ab44a846e1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large.svg
new file mode 100644
index 0000000..265b6d7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large.svg.import
new file mode 100644
index 0000000..be074ab
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cuecb60mudcyw"
+path="res://.godot/imported/bar_round_large.svg-158493d4237350ce2648ae675fc4ee01.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_large.svg"
+dest_files=["res://.godot/imported/bar_round_large.svg-158493d4237350ce2648ae675fc4ee01.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_l.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_l.svg
new file mode 100644
index 0000000..c3a814a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_l.svg.import
new file mode 100644
index 0000000..5651f2a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d4h80pr7lbi77"
+path="res://.godot/imported/bar_round_large_l.svg-8ec09486c4937f3398fcca761431ce38.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_large_l.svg-8ec09486c4937f3398fcca761431ce38.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_m.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_m.svg
new file mode 100644
index 0000000..ac449c8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_m.svg.import
new file mode 100644
index 0000000..aff86d4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bky0ka5tto2uc"
+path="res://.godot/imported/bar_round_large_m.svg-96825acb8802b5d9ea3046729cc48b97.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_large_m.svg-96825acb8802b5d9ea3046729cc48b97.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_r.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_r.svg
new file mode 100644
index 0000000..3297097
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_r.svg.import
new file mode 100644
index 0000000..442db57
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://sklfh5p7fs8k"
+path="res://.godot/imported/bar_round_large_r.svg-2264ca02e3dd27accfa363de82447333.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_large_r.svg-2264ca02e3dd27accfa363de82447333.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_square.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_square.svg
new file mode 100644
index 0000000..8329c34
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_square.svg.import
new file mode 100644
index 0000000..5d4baea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://4ehgblmyv3wq"
+path="res://.godot/imported/bar_round_large_square.svg-32562571d25e8614843003359daef09c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_large_square.svg-32562571d25e8614843003359daef09c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small.svg
new file mode 100644
index 0000000..022d0e3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small.svg.import
new file mode 100644
index 0000000..9fad235
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dklnrexm4sdl0"
+path="res://.godot/imported/bar_round_small.svg-07906a5f355ba56abb0789ca82188e5b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_small.svg"
+dest_files=["res://.godot/imported/bar_round_small.svg-07906a5f355ba56abb0789ca82188e5b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_l.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_l.svg
new file mode 100644
index 0000000..a375a01
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_l.svg.import
new file mode 100644
index 0000000..a78094a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://f3bwwxf1l5ch"
+path="res://.godot/imported/bar_round_small_l.svg-4b7eba5c0ace1809a3f77ad19d6117d5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_small_l.svg-4b7eba5c0ace1809a3f77ad19d6117d5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_m.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_m.svg
new file mode 100644
index 0000000..a688948
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_m.svg.import
new file mode 100644
index 0000000..0e32afa
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://brq0awg6dv3s8"
+path="res://.godot/imported/bar_round_small_m.svg-7fa7118bc18fbb2ad19a369e4566b825.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_small_m.svg-7fa7118bc18fbb2ad19a369e4566b825.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_r.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_r.svg
new file mode 100644
index 0000000..9bc093a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_r.svg.import
new file mode 100644
index 0000000..3f3e2e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://eabuatl1p2uw"
+path="res://.godot/imported/bar_round_small_r.svg-49b34a661eef576402896bb7020a3670.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_small_r.svg-49b34a661eef576402896bb7020a3670.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_square.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_square.svg
new file mode 100644
index 0000000..50bcce6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_square.svg.import
new file mode 100644
index 0000000..8b0a6a5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_round_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dk8up3f7hd0h1"
+path="res://.godot/imported/bar_round_small_square.svg-f778745c77db956803d77d7817c8d51a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_round_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_small_square.svg-f778745c77db956803d77d7817c8d51a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large.svg
new file mode 100644
index 0000000..e514eda
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large.svg.import
new file mode 100644
index 0000000..3edc827
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d0dpgusyhqrxj"
+path="res://.godot/imported/bar_square_gloss_large.svg-3d00c8f3eac2601878b27f162cf9c81c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large.svg-3d00c8f3eac2601878b27f162cf9c81c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_l.svg
new file mode 100644
index 0000000..eb48a47
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_l.svg.import
new file mode 100644
index 0000000..b1bc42a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://codo7grxefeen"
+path="res://.godot/imported/bar_square_gloss_large_l.svg-bdb88dab50ae43634169e7155e4a7bca.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.svg-bdb88dab50ae43634169e7155e4a7bca.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_m.svg
new file mode 100644
index 0000000..a157178
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_m.svg.import
new file mode 100644
index 0000000..b3294e8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bynavmxj0hlkv"
+path="res://.godot/imported/bar_square_gloss_large_m.svg-600774b896f9730a64b667bd63765a44.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.svg-600774b896f9730a64b667bd63765a44.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_r.svg
new file mode 100644
index 0000000..704a079
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_r.svg.import
new file mode 100644
index 0000000..6ff808a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://byyy106u81453"
+path="res://.godot/imported/bar_square_gloss_large_r.svg-a7086a8ff502f505a929dcc5c96d510f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.svg-a7086a8ff502f505a929dcc5c96d510f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_square.svg
new file mode 100644
index 0000000..07376e0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_square.svg.import
new file mode 100644
index 0000000..1d34ef3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://shpfuqpxnuhf"
+path="res://.godot/imported/bar_square_gloss_large_square.svg-d8f385ea2d9492fff3116e4b46af0f68.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.svg-d8f385ea2d9492fff3116e4b46af0f68.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small.svg
new file mode 100644
index 0000000..074361b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small.svg.import
new file mode 100644
index 0000000..dc80f95
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2v3ybnd3gt8f"
+path="res://.godot/imported/bar_square_gloss_small.svg-1e12efc5aabd9260fd0cbd04da0458ab.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small.svg-1e12efc5aabd9260fd0cbd04da0458ab.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_l.svg
new file mode 100644
index 0000000..44cc93f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_l.svg.import
new file mode 100644
index 0000000..747701a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://erumpp8u7gw"
+path="res://.godot/imported/bar_square_gloss_small_l.svg-59eb9cecd44b63d9f1fd40bb5b59ebc1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.svg-59eb9cecd44b63d9f1fd40bb5b59ebc1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_m.svg
new file mode 100644
index 0000000..0282342
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_m.svg.import
new file mode 100644
index 0000000..595f81c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://uj0c1cty2v6m"
+path="res://.godot/imported/bar_square_gloss_small_m.svg-8b1532b9542223c8b30dcf2381c5adf2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.svg-8b1532b9542223c8b30dcf2381c5adf2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_r.svg
new file mode 100644
index 0000000..67eaceb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_r.svg.import
new file mode 100644
index 0000000..58a057c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dygre2asxcrg6"
+path="res://.godot/imported/bar_square_gloss_small_r.svg-458e0ff061e0fa1f441a8be828bd16d0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.svg-458e0ff061e0fa1f441a8be828bd16d0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_square.svg
new file mode 100644
index 0000000..2f2af93
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_square.svg.import
new file mode 100644
index 0000000..4974f83
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwwd4vr60pk4d"
+path="res://.godot/imported/bar_square_gloss_small_square.svg-dab507e620c41f961374de2bd578fe07.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.svg-dab507e620c41f961374de2bd578fe07.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large.svg
new file mode 100644
index 0000000..37eb9f0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large.svg.import
new file mode 100644
index 0000000..48e8fdb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bdlm6jq6e2hl8"
+path="res://.godot/imported/bar_square_large.svg-c44b80116138bfe0a50684e51b1f3515.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_large.svg"
+dest_files=["res://.godot/imported/bar_square_large.svg-c44b80116138bfe0a50684e51b1f3515.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_l.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_l.svg
new file mode 100644
index 0000000..0f1bae8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_l.svg.import
new file mode 100644
index 0000000..ff54079
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7oy1xi8ogkdj"
+path="res://.godot/imported/bar_square_large_l.svg-89a8431401cb7832ddeb57ff4a563bc3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_large_l.svg-89a8431401cb7832ddeb57ff4a563bc3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_m.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_m.svg
new file mode 100644
index 0000000..ac449c8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_m.svg.import
new file mode 100644
index 0000000..b76fae9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cnnbyrpkegwyi"
+path="res://.godot/imported/bar_square_large_m.svg-6504c044a284c655672c0aec57dd57ef.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_large_m.svg-6504c044a284c655672c0aec57dd57ef.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_r.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_r.svg
new file mode 100644
index 0000000..9c4b705
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_r.svg.import
new file mode 100644
index 0000000..af9ee66
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://whek88qsy65f"
+path="res://.godot/imported/bar_square_large_r.svg-48d404aecf3290d102e1c018cdf3989f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_large_r.svg-48d404aecf3290d102e1c018cdf3989f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_square.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_square.svg
new file mode 100644
index 0000000..e5e840e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_square.svg.import
new file mode 100644
index 0000000..dbd6413
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bveongrfjvit2"
+path="res://.godot/imported/bar_square_large_square.svg-c0416393bc0e0b78f5dc761495fa03e7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_large_square.svg-c0416393bc0e0b78f5dc761495fa03e7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small.svg
new file mode 100644
index 0000000..487b286
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small.svg.import
new file mode 100644
index 0000000..3501873
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b8xlgtpg6u5l"
+path="res://.godot/imported/bar_square_small.svg-1b4037a219728239df42e29e4d9ecc5a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_small.svg"
+dest_files=["res://.godot/imported/bar_square_small.svg-1b4037a219728239df42e29e4d9ecc5a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_l.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_l.svg
new file mode 100644
index 0000000..17d291e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_l.svg.import
new file mode 100644
index 0000000..ef727fe
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cfuq0xj4k8u07"
+path="res://.godot/imported/bar_square_small_l.svg-cf64bec4fe11e7d1fb276bae91f6dc87.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_small_l.svg-cf64bec4fe11e7d1fb276bae91f6dc87.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_m.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_m.svg
new file mode 100644
index 0000000..a688948
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_m.svg.import
new file mode 100644
index 0000000..9092003
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ca3gv0bamu1a1"
+path="res://.godot/imported/bar_square_small_m.svg-9ca79febddfabd9059e148058501bf61.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_small_m.svg-9ca79febddfabd9059e148058501bf61.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_r.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_r.svg
new file mode 100644
index 0000000..61b71ed
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_r.svg.import
new file mode 100644
index 0000000..ca45aea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cw1brgwvl8l88"
+path="res://.godot/imported/bar_square_small_r.svg-3cf8c88630ebe2c4294e9fb52315fa70.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_small_r.svg-3cf8c88630ebe2c4294e9fb52315fa70.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_square.svg b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_square.svg
new file mode 100644
index 0000000..e82c8a3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_square.svg.import
new file mode 100644
index 0000000..c067f7b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/bar_square_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b6ugh6xlgq2s2"
+path="res://.godot/imported/bar_square_small_square.svg-6555a90aab4e00d0ddd24885c5948a6b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/bar_square_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_small_square.svg-6555a90aab4e00d0ddd24885c5948a6b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle.svg
new file mode 100644
index 0000000..e071114
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle.svg.import
new file mode 100644
index 0000000..d322dc0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://xpmx43lkoocx"
+path="res://.godot/imported/button_square_header_blade_rectangle.svg-a8331cfb5c446ecbc4fe8317f5cf0a46.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.svg-a8331cfb5c446ecbc4fe8317f5cf0a46.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle_screws.svg
new file mode 100644
index 0000000..a41ad9d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle_screws.svg.import
new file mode 100644
index 0000000..f619d41
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cqfsbdbloljyl"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.svg-fd967d6c73762c283b221cb23c6da177.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_blade_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.svg-fd967d6c73762c283b221cb23c6da177.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square.svg
new file mode 100644
index 0000000..56a1fc6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square.svg.import
new file mode 100644
index 0000000..fd202ab
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dhain4ifqhke8"
+path="res://.godot/imported/button_square_header_blade_square.svg-0724d29a179c1c63f5d53caca9aacabb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_blade_square.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square.svg-0724d29a179c1c63f5d53caca9aacabb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square_screws.svg
new file mode 100644
index 0000000..2a2a3a5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square_screws.svg.import
new file mode 100644
index 0000000..1c41e4f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_blade_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://djq7ypgin2a3p"
+path="res://.godot/imported/button_square_header_blade_square_screws.svg-a090c8f02173971c2806f0ca533a9bfd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_blade_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.svg-a090c8f02173971c2806f0ca533a9bfd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle.svg
new file mode 100644
index 0000000..dc8b69a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle.svg.import
new file mode 100644
index 0000000..56aefc6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cfj8fcgwwjnmk"
+path="res://.godot/imported/button_square_header_large_rectangle.svg-90e19ef98385276cd9de67e1479188d7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.svg-90e19ef98385276cd9de67e1479188d7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle_screws.svg
new file mode 100644
index 0000000..b7f55c2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle_screws.svg.import
new file mode 100644
index 0000000..a177de5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://djoeeklqxsbgb"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.svg-48443f13c8113d532f9223fcdef9ccec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_large_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.svg-48443f13c8113d532f9223fcdef9ccec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square.svg
new file mode 100644
index 0000000..2a9e62f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square.svg.import
new file mode 100644
index 0000000..d69746a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://m34u0sw6e5i5"
+path="res://.godot/imported/button_square_header_large_square.svg-4b6d192c8703fbd4b3362c09772d739f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_large_square.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square.svg-4b6d192c8703fbd4b3362c09772d739f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square_screws.svg
new file mode 100644
index 0000000..de991c6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square_screws.svg.import
new file mode 100644
index 0000000..54f5f30
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_large_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://drbh8otdc1u1j"
+path="res://.godot/imported/button_square_header_large_square_screws.svg-da0653026775eca1e0d5cf5b5f853255.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_large_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.svg-da0653026775eca1e0d5cf5b5f853255.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle.svg
new file mode 100644
index 0000000..d1827a8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle.svg.import
new file mode 100644
index 0000000..df855c2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7jwh26weavje"
+path="res://.godot/imported/button_square_header_notch_rectangle.svg-d5000b2a0cdcc46198b0058c3b1464f0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.svg-d5000b2a0cdcc46198b0058c3b1464f0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle_screws.svg
new file mode 100644
index 0000000..1b45c4f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle_screws.svg.import
new file mode 100644
index 0000000..60221b2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://df7oogixsuvxw"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.svg-db1e83ec62c374f025478cbacc9dc410.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_notch_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.svg-db1e83ec62c374f025478cbacc9dc410.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square.svg
new file mode 100644
index 0000000..2c0f5a3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square.svg.import
new file mode 100644
index 0000000..ebbe073
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7paha71c2m5j"
+path="res://.godot/imported/button_square_header_notch_square.svg-604bee99381f7a4e2f998a827238fab3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_notch_square.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square.svg-604bee99381f7a4e2f998a827238fab3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square_screws.svg
new file mode 100644
index 0000000..fba0d79
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square_screws.svg.import
new file mode 100644
index 0000000..c50b5b4
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_notch_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://t2ewq4ho425p"
+path="res://.godot/imported/button_square_header_notch_square_screws.svg-691ce57d05cc2763420097b448c185bf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_notch_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.svg-691ce57d05cc2763420097b448c185bf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle.svg
new file mode 100644
index 0000000..8188c9e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle.svg.import
new file mode 100644
index 0000000..fe36127
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bh5iiqasco72s"
+path="res://.godot/imported/button_square_header_small_rectangle.svg-689bf30931a65a9116382bdf544ceab1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.svg-689bf30931a65a9116382bdf544ceab1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle_screws.svg
new file mode 100644
index 0000000..3d342c5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle_screws.svg.import
new file mode 100644
index 0000000..81bda07
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ddrjqjstvveid"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.svg-1065191e08f7ffe4793db11d44c59962.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_small_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.svg-1065191e08f7ffe4793db11d44c59962.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square.svg
new file mode 100644
index 0000000..8d47b8c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square.svg.import
new file mode 100644
index 0000000..1cb6971
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dfkf74g4rqodj"
+path="res://.godot/imported/button_square_header_small_square.svg-84229e2a51df1a8265e31c5e3bdae11d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_small_square.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square.svg-84229e2a51df1a8265e31c5e3bdae11d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square_screws.svg
new file mode 100644
index 0000000..0eb0fb1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square_screws.svg.import
new file mode 100644
index 0000000..ca26da9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/button_square_header_small_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bou5lkenwhnnq"
+path="res://.godot/imported/button_square_header_small_square_screws.svg-8f12a36f0b348907522c8815c9b14e73.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/button_square_header_small_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.svg-8f12a36f0b348907522c8815c9b14e73.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_a.svg b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_a.svg
new file mode 100644
index 0000000..af89f20
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_a.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_a.svg.import b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_a.svg.import
new file mode 100644
index 0000000..e693450
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_a.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwmby4sogagw5"
+path="res://.godot/imported/crosshair_color_a.svg-2e4723a6fabce0f26c4923168e99884f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/crosshair_color_a.svg"
+dest_files=["res://.godot/imported/crosshair_color_a.svg-2e4723a6fabce0f26c4923168e99884f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_b.svg b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_b.svg
new file mode 100644
index 0000000..d03f9c0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_b.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_b.svg.import b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_b.svg.import
new file mode 100644
index 0000000..3d725d9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_b.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://pscy2h444044"
+path="res://.godot/imported/crosshair_color_b.svg-fc7852a4b82811d537f81e08a19c47c2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/crosshair_color_b.svg"
+dest_files=["res://.godot/imported/crosshair_color_b.svg-fc7852a4b82811d537f81e08a19c47c2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_c.svg b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_c.svg
new file mode 100644
index 0000000..eb079bb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_c.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_c.svg.import b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_c.svg.import
new file mode 100644
index 0000000..92388f6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_c.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c4qo54l0q1uuu"
+path="res://.godot/imported/crosshair_color_c.svg-3977ea6146cde99f97bb45812ba8e40b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/crosshair_color_c.svg"
+dest_files=["res://.godot/imported/crosshair_color_c.svg-3977ea6146cde99f97bb45812ba8e40b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_d.svg b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_d.svg
new file mode 100644
index 0000000..9a96ecb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_d.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_d.svg.import b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_d.svg.import
new file mode 100644
index 0000000..d26ced9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Red/crosshair_color_d.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://drr234demyyle"
+path="res://.godot/imported/crosshair_color_d.svg-3208800963fe8592aa47bde48306850c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Red/crosshair_color_d.svg"
+dest_files=["res://.godot/imported/crosshair_color_d.svg-3208800963fe8592aa47bde48306850c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large.svg
new file mode 100644
index 0000000..450b46f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large.svg.import
new file mode 100644
index 0000000..c3c2f47
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://8axlfppfr5c5"
+path="res://.godot/imported/bar_round_gloss_large.svg-d24f70fe118ba710ffd04271ddc99c69.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large.svg-d24f70fe118ba710ffd04271ddc99c69.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_l.svg
new file mode 100644
index 0000000..f6bd23d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_l.svg.import
new file mode 100644
index 0000000..dbc6d60
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bmplou0rqj044"
+path="res://.godot/imported/bar_round_gloss_large_l.svg-b5ea62be2f8437186448a0144a7283c7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_l.svg-b5ea62be2f8437186448a0144a7283c7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_m.svg
new file mode 100644
index 0000000..3f89918
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_m.svg.import
new file mode 100644
index 0000000..042c9e6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://butudeups7ijd"
+path="res://.godot/imported/bar_round_gloss_large_m.svg-fbed8117273febb5b81786490a9803c8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_m.svg-fbed8117273febb5b81786490a9803c8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_r.svg
new file mode 100644
index 0000000..606ec4a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_r.svg.import
new file mode 100644
index 0000000..93ff0a3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bwtqxvm8fq1y4"
+path="res://.godot/imported/bar_round_gloss_large_r.svg-3be5d9fe124b84c502c6394a63c0473e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_r.svg-3be5d9fe124b84c502c6394a63c0473e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_square.svg
new file mode 100644
index 0000000..039bdd6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_square.svg.import
new file mode 100644
index 0000000..e7ef348
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://doppk7lwudf04"
+path="res://.godot/imported/bar_round_gloss_large_square.svg-900dc98f01f02edb118925ac4182b526.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_large_square.svg-900dc98f01f02edb118925ac4182b526.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small.svg
new file mode 100644
index 0000000..9692cb7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small.svg.import
new file mode 100644
index 0000000..3aa950a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://7is4eo5p2y7y"
+path="res://.godot/imported/bar_round_gloss_small.svg-0c3f508bc9021447965b774409783197.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small.svg-0c3f508bc9021447965b774409783197.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_l.svg
new file mode 100644
index 0000000..c544c04
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_l.svg.import
new file mode 100644
index 0000000..8664ff6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3a5lof1k0ads"
+path="res://.godot/imported/bar_round_gloss_small_l.svg-aff54f23a12edf07aced500ecb78d541.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_l.svg-aff54f23a12edf07aced500ecb78d541.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_m.svg
new file mode 100644
index 0000000..5a1a2e7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_m.svg.import
new file mode 100644
index 0000000..d491c79
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b5pj0klk7bjgy"
+path="res://.godot/imported/bar_round_gloss_small_m.svg-291ba124fa365986d15a86cad4c27c90.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_m.svg-291ba124fa365986d15a86cad4c27c90.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_r.svg
new file mode 100644
index 0000000..e7d24c9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_r.svg.import
new file mode 100644
index 0000000..ea76828
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cbix5owxwa0it"
+path="res://.godot/imported/bar_round_gloss_small_r.svg-5850f2b2cb940dc99794ec89fdfa7438.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_r.svg-5850f2b2cb940dc99794ec89fdfa7438.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_square.svg
new file mode 100644
index 0000000..9eb59bf
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_square.svg.import
new file mode 100644
index 0000000..ea6d545
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b1d1mhiqko4wa"
+path="res://.godot/imported/bar_round_gloss_small_square.svg-16926dea995c592f95de6eede541b56c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_gloss_small_square.svg-16926dea995c592f95de6eede541b56c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large.svg
new file mode 100644
index 0000000..7d5cd46
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large.svg.import
new file mode 100644
index 0000000..ed0b54d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b1hqp4gqoqvyw"
+path="res://.godot/imported/bar_round_large.svg-824f2b9411a23bb84d2878a1bf62b787.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_large.svg"
+dest_files=["res://.godot/imported/bar_round_large.svg-824f2b9411a23bb84d2878a1bf62b787.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_l.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_l.svg
new file mode 100644
index 0000000..17e3be8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_l.svg.import
new file mode 100644
index 0000000..aa7baac
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cdgonrjnjsjt1"
+path="res://.godot/imported/bar_round_large_l.svg-d835830cf80914aac68eaf16e00ef8d7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_large_l.svg"
+dest_files=["res://.godot/imported/bar_round_large_l.svg-d835830cf80914aac68eaf16e00ef8d7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_m.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_m.svg
new file mode 100644
index 0000000..c8a9831
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_m.svg.import
new file mode 100644
index 0000000..0ee3166
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cbpdl5qhishnw"
+path="res://.godot/imported/bar_round_large_m.svg-9906b620dc717abae84c5006bdd564e5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_large_m.svg"
+dest_files=["res://.godot/imported/bar_round_large_m.svg-9906b620dc717abae84c5006bdd564e5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_r.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_r.svg
new file mode 100644
index 0000000..fe2e58d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_r.svg.import
new file mode 100644
index 0000000..d2ea389
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ldk5nr0ekwo"
+path="res://.godot/imported/bar_round_large_r.svg-6171fdbfa557fd257d4c03b2f0c52638.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_large_r.svg"
+dest_files=["res://.godot/imported/bar_round_large_r.svg-6171fdbfa557fd257d4c03b2f0c52638.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_square.svg
new file mode 100644
index 0000000..75dcf7e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_square.svg.import
new file mode 100644
index 0000000..ce54c6c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bepjn45jhkebh"
+path="res://.godot/imported/bar_round_large_square.svg-e0ff621f113c19a0580e583c39d67f88.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_large_square.svg"
+dest_files=["res://.godot/imported/bar_round_large_square.svg-e0ff621f113c19a0580e583c39d67f88.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small.svg
new file mode 100644
index 0000000..79a9464
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small.svg.import
new file mode 100644
index 0000000..0ff0279
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dc47et3s2tj0b"
+path="res://.godot/imported/bar_round_small.svg-6cb38b945df66aeaf8dcb0463f7fada1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_small.svg"
+dest_files=["res://.godot/imported/bar_round_small.svg-6cb38b945df66aeaf8dcb0463f7fada1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_l.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_l.svg
new file mode 100644
index 0000000..7c88848
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_l.svg.import
new file mode 100644
index 0000000..bc57f40
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://chutwc8462kmd"
+path="res://.godot/imported/bar_round_small_l.svg-34399a7c24f2c43e2250a5cc6ca9d564.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_small_l.svg"
+dest_files=["res://.godot/imported/bar_round_small_l.svg-34399a7c24f2c43e2250a5cc6ca9d564.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_m.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_m.svg
new file mode 100644
index 0000000..8dd861e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_m.svg.import
new file mode 100644
index 0000000..30dd90b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://15vu0tckcx"
+path="res://.godot/imported/bar_round_small_m.svg-6dbaa8675f3f9df80fef6c2af7240929.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_small_m.svg"
+dest_files=["res://.godot/imported/bar_round_small_m.svg-6dbaa8675f3f9df80fef6c2af7240929.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_r.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_r.svg
new file mode 100644
index 0000000..6c053b7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_r.svg.import
new file mode 100644
index 0000000..0ab6a34
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7w662w0h3egc"
+path="res://.godot/imported/bar_round_small_r.svg-652817069a11597ead9f7f2f2e3a1555.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_small_r.svg"
+dest_files=["res://.godot/imported/bar_round_small_r.svg-652817069a11597ead9f7f2f2e3a1555.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_square.svg
new file mode 100644
index 0000000..6875e19
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_square.svg.import
new file mode 100644
index 0000000..8178058
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_round_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://blqg1ifnia3r6"
+path="res://.godot/imported/bar_round_small_square.svg-d07110eb2dcd389c852fb2da306c5d1b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_round_small_square.svg"
+dest_files=["res://.godot/imported/bar_round_small_square.svg-d07110eb2dcd389c852fb2da306c5d1b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large.svg
new file mode 100644
index 0000000..f83fbd9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large.svg.import
new file mode 100644
index 0000000..eb23a44
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://6unyxak008wc"
+path="res://.godot/imported/bar_square_gloss_large.svg-dcee05d48935fcaa4e17066425490b8b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large.svg-dcee05d48935fcaa4e17066425490b8b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_l.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_l.svg
new file mode 100644
index 0000000..9fab150
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_l.svg.import
new file mode 100644
index 0000000..660a1e42
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://jp7hcdovivnm"
+path="res://.godot/imported/bar_square_gloss_large_l.svg-545c5d4e4c2639f10ef32b8704ef59e0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_l.svg-545c5d4e4c2639f10ef32b8704ef59e0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_m.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_m.svg
new file mode 100644
index 0000000..3f89918
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_m.svg.import
new file mode 100644
index 0000000..191dafe
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dicdrq36fv0ys"
+path="res://.godot/imported/bar_square_gloss_large_m.svg-2a352fdbe38af2ab5af3fcae9fd4e1b7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_m.svg-2a352fdbe38af2ab5af3fcae9fd4e1b7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_r.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_r.svg
new file mode 100644
index 0000000..1b4f984
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_r.svg.import
new file mode 100644
index 0000000..6715b9f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dpdkvug71hlua"
+path="res://.godot/imported/bar_square_gloss_large_r.svg-12a4e7a77227f44a8ea53955f3277cdd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_r.svg-12a4e7a77227f44a8ea53955f3277cdd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_square.svg
new file mode 100644
index 0000000..8bc301a
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_square.svg.import
new file mode 100644
index 0000000..c97fb8d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bxi424f1ordnt"
+path="res://.godot/imported/bar_square_gloss_large_square.svg-bedd5fca182921bccb505c8ccfcb5b36.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_large_square.svg-bedd5fca182921bccb505c8ccfcb5b36.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small.svg
new file mode 100644
index 0000000..23108a5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small.svg.import
new file mode 100644
index 0000000..74a4a6f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b1wucn0m8f20t"
+path="res://.godot/imported/bar_square_gloss_small.svg-31a9b251ab0ba255a5bb46a68dbe715e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small.svg-31a9b251ab0ba255a5bb46a68dbe715e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_l.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_l.svg
new file mode 100644
index 0000000..8c7d8c7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_l.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_l.svg.import
new file mode 100644
index 0000000..208b39e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c18xvrw31l8lt"
+path="res://.godot/imported/bar_square_gloss_small_l.svg-672e6e91bd561dba0df86fca6b22e704.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_l.svg-672e6e91bd561dba0df86fca6b22e704.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_m.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_m.svg
new file mode 100644
index 0000000..2cce3e9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_m.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_m.svg.import
new file mode 100644
index 0000000..7cfee76
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ddvindq3s27b2"
+path="res://.godot/imported/bar_square_gloss_small_m.svg-1c861fddb1cc4d7e7aea52009bb5bcb1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_m.svg-1c861fddb1cc4d7e7aea52009bb5bcb1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_r.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_r.svg
new file mode 100644
index 0000000..66915f1
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_r.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_r.svg.import
new file mode 100644
index 0000000..934bc09
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ekgutvuv125q"
+path="res://.godot/imported/bar_square_gloss_small_r.svg-745c8a08e96215e7bba2180020224558.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_r.svg-745c8a08e96215e7bba2180020224558.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_square.svg
new file mode 100644
index 0000000..f103171
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_square.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_square.svg.import
new file mode 100644
index 0000000..6dc5ff6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b6py262f68d2g"
+path="res://.godot/imported/bar_square_gloss_small_square.svg-c3badc8ebf30edeb01855e12714a76c0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_gloss_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_gloss_small_square.svg-c3badc8ebf30edeb01855e12714a76c0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large.svg
new file mode 100644
index 0000000..7ad93a5
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large.svg.import
new file mode 100644
index 0000000..a5fe6af
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://m5qwj18hbbot"
+path="res://.godot/imported/bar_square_large.svg-b732593e4515843ecec230d471c40d6e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_large.svg"
+dest_files=["res://.godot/imported/bar_square_large.svg-b732593e4515843ecec230d471c40d6e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_l.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_l.svg
new file mode 100644
index 0000000..c88e210
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_l.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_l.svg.import
new file mode 100644
index 0000000..cfdbe72
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cg23fuwco5kjd"
+path="res://.godot/imported/bar_square_large_l.svg-e39938b62e6898f80480b59d848187ec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_large_l.svg"
+dest_files=["res://.godot/imported/bar_square_large_l.svg-e39938b62e6898f80480b59d848187ec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_m.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_m.svg
new file mode 100644
index 0000000..c8a9831
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_m.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_m.svg.import
new file mode 100644
index 0000000..656cff3
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b87k87ifos4xo"
+path="res://.godot/imported/bar_square_large_m.svg-c73bdf9e021175ade9514acd599a675b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_large_m.svg"
+dest_files=["res://.godot/imported/bar_square_large_m.svg-c73bdf9e021175ade9514acd599a675b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_r.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_r.svg
new file mode 100644
index 0000000..c62f00e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_r.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_r.svg.import
new file mode 100644
index 0000000..bf6defe
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://rxf1p6dj1ki5"
+path="res://.godot/imported/bar_square_large_r.svg-93d15132fcb3d1d62de584ae1b2791bc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_large_r.svg"
+dest_files=["res://.godot/imported/bar_square_large_r.svg-93d15132fcb3d1d62de584ae1b2791bc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_square.svg
new file mode 100644
index 0000000..eed3a19
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_square.svg.import
new file mode 100644
index 0000000..71e38ea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://77w3miydq2gf"
+path="res://.godot/imported/bar_square_large_square.svg-b0ac7126069426ecad959ec9752e756f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_large_square.svg"
+dest_files=["res://.godot/imported/bar_square_large_square.svg-b0ac7126069426ecad959ec9752e756f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small.svg
new file mode 100644
index 0000000..08e7ec2
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small.svg.import
new file mode 100644
index 0000000..becf701
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b7k27assnb8mm"
+path="res://.godot/imported/bar_square_small.svg-e85bc014e966cc0380b3ab1cc26bd4a7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_small.svg"
+dest_files=["res://.godot/imported/bar_square_small.svg-e85bc014e966cc0380b3ab1cc26bd4a7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_l.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_l.svg
new file mode 100644
index 0000000..7e2f312
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_l.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_l.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_l.svg.import
new file mode 100644
index 0000000..896a015
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_l.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dsw23q2kp6p5s"
+path="res://.godot/imported/bar_square_small_l.svg-2dcf4ae409ee335e39ee5d2dc519f7c5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_small_l.svg"
+dest_files=["res://.godot/imported/bar_square_small_l.svg-2dcf4ae409ee335e39ee5d2dc519f7c5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_m.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_m.svg
new file mode 100644
index 0000000..8dd861e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_m.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_m.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_m.svg.import
new file mode 100644
index 0000000..fd9ac68
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_m.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ohrwj88lr1i"
+path="res://.godot/imported/bar_square_small_m.svg-d3c9d0c03598be7ebd4341293df32461.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_small_m.svg"
+dest_files=["res://.godot/imported/bar_square_small_m.svg-d3c9d0c03598be7ebd4341293df32461.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_r.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_r.svg
new file mode 100644
index 0000000..8e16f86
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_r.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_r.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_r.svg.import
new file mode 100644
index 0000000..6340acd
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_r.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c2ohdgkgdr2iy"
+path="res://.godot/imported/bar_square_small_r.svg-0cc75235a66e43a9610317c9fe52a686.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_small_r.svg"
+dest_files=["res://.godot/imported/bar_square_small_r.svg-0cc75235a66e43a9610317c9fe52a686.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_square.svg
new file mode 100644
index 0000000..d064c01
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_square.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_square.svg.import
new file mode 100644
index 0000000..648afc9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/bar_square_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbpav4qlupttj"
+path="res://.godot/imported/bar_square_small_square.svg-3631282292dbe8fa0e598549f50ba0b9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/bar_square_small_square.svg"
+dest_files=["res://.godot/imported/bar_square_small_square.svg-3631282292dbe8fa0e598549f50ba0b9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle.svg
new file mode 100644
index 0000000..230b8a6
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle.svg.import
new file mode 100644
index 0000000..e070b36
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bw56am3tj71ef"
+path="res://.godot/imported/button_square_header_blade_rectangle.svg-dbd5daacaa109fdc26c9060ec88216dd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle.svg-dbd5daacaa109fdc26c9060ec88216dd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle_screws.svg
new file mode 100644
index 0000000..c0e485f
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle_screws.svg.import
new file mode 100644
index 0000000..1cc0d9d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b0vbatks13hti"
+path="res://.godot/imported/button_square_header_blade_rectangle_screws.svg-9b936b4ecb919a7c4f64f159f844bba8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_rectangle_screws.svg-9b936b4ecb919a7c4f64f159f844bba8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square.svg
new file mode 100644
index 0000000..20617dc
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square.svg.import
new file mode 100644
index 0000000..3282834
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://2vo8ltocp41n"
+path="res://.godot/imported/button_square_header_blade_square.svg-bdfd972d34e9cfb120c3ff62009e3936.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square.svg-bdfd972d34e9cfb120c3ff62009e3936.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square_screws.svg
new file mode 100644
index 0000000..d970296
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square_screws.svg.import
new file mode 100644
index 0000000..322de3b
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cv220i3mvpxep"
+path="res://.godot/imported/button_square_header_blade_square_screws.svg-057df46650098ef2df2013e6a3ef9ecf.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_blade_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_blade_square_screws.svg-057df46650098ef2df2013e6a3ef9ecf.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle.svg
new file mode 100644
index 0000000..ce129d0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle.svg.import
new file mode 100644
index 0000000..7802919
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://gw8il6uyrqoa"
+path="res://.godot/imported/button_square_header_large_rectangle.svg-0db31d10e80c20f0399cc80b3311b67c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle.svg-0db31d10e80c20f0399cc80b3311b67c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle_screws.svg
new file mode 100644
index 0000000..51af012
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle_screws.svg.import
new file mode 100644
index 0000000..db73ccb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cgrc1ap475tla"
+path="res://.godot/imported/button_square_header_large_rectangle_screws.svg-28da3d6ed458265dcc77770189d68760.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_large_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_rectangle_screws.svg-28da3d6ed458265dcc77770189d68760.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square.svg
new file mode 100644
index 0000000..f113d26
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square.svg.import
new file mode 100644
index 0000000..2d9281d
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://fsymxtxbrtjo"
+path="res://.godot/imported/button_square_header_large_square.svg-d4ae01d817e240fc946b2a2f12a244d1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square.svg-d4ae01d817e240fc946b2a2f12a244d1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square_screws.svg
new file mode 100644
index 0000000..278bd27
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square_screws.svg.import
new file mode 100644
index 0000000..6161418
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cem3khju6n14t"
+path="res://.godot/imported/button_square_header_large_square_screws.svg-bf1fa2af60ff3c1e7d9eed419e985ff7.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_large_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_large_square_screws.svg-bf1fa2af60ff3c1e7d9eed419e985ff7.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle.svg
new file mode 100644
index 0000000..66b012c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle.svg.import
new file mode 100644
index 0000000..21c3b78
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bf733j4un13v6"
+path="res://.godot/imported/button_square_header_notch_rectangle.svg-ad622bc8db57248db17b90f53cc23542.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle.svg-ad622bc8db57248db17b90f53cc23542.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle_screws.svg
new file mode 100644
index 0000000..0c0af69
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle_screws.svg.import
new file mode 100644
index 0000000..9685308
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dqxnsyudxxfid"
+path="res://.godot/imported/button_square_header_notch_rectangle_screws.svg-33f7628d069e1368135de28b31cbb637.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_rectangle_screws.svg-33f7628d069e1368135de28b31cbb637.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square.svg
new file mode 100644
index 0000000..1863723
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square.svg.import
new file mode 100644
index 0000000..28e55bb
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bbjgomyst1tkq"
+path="res://.godot/imported/button_square_header_notch_square.svg-d6c2208155655d384d3608c66aec316c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square.svg-d6c2208155655d384d3608c66aec316c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square_screws.svg
new file mode 100644
index 0000000..d6280db
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square_screws.svg.import
new file mode 100644
index 0000000..1f4c358
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dl7e75j4kn3kj"
+path="res://.godot/imported/button_square_header_notch_square_screws.svg-3033f09b88ed5ec8c124811ff5a2aa75.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_notch_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_notch_square_screws.svg-3033f09b88ed5ec8c124811ff5a2aa75.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle.svg
new file mode 100644
index 0000000..6258d50
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle.svg.import
new file mode 100644
index 0000000..d301e0c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://hrufama7b402"
+path="res://.godot/imported/button_square_header_small_rectangle.svg-3c473fc780311d10ab29557e0938c2f1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle.svg-3c473fc780311d10ab29557e0938c2f1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle_screws.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle_screws.svg
new file mode 100644
index 0000000..39e79c0
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle_screws.svg.import
new file mode 100644
index 0000000..96493d8
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cggy7sxir4opj"
+path="res://.godot/imported/button_square_header_small_rectangle_screws.svg-92c3037623bbdcef00a2786ac4b0c97c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_small_rectangle_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_rectangle_screws.svg-92c3037623bbdcef00a2786ac4b0c97c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square.svg
new file mode 100644
index 0000000..55ce578
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square.svg.import
new file mode 100644
index 0000000..7e3842c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://btmm1kmmj1b7r"
+path="res://.godot/imported/button_square_header_small_square.svg-3b0f5c34602b0cf9b5825e8c58858454.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square.svg-3b0f5c34602b0cf9b5825e8c58858454.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square_screws.svg b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square_screws.svg
new file mode 100644
index 0000000..bd649ea
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square_screws.svg
@@ -0,0 +1,11 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square_screws.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square_screws.svg.import
new file mode 100644
index 0000000..0518413
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square_screws.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bfgtoqkgekjft"
+path="res://.godot/imported/button_square_header_small_square_screws.svg-e41b8174653a0be899c5d6c99b0dd2ee.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/button_square_header_small_square_screws.svg"
+dest_files=["res://.godot/imported/button_square_header_small_square_screws.svg-e41b8174653a0be899c5d6c99b0dd2ee.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_a.svg b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_a.svg
new file mode 100644
index 0000000..78a64e7
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_a.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_a.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_a.svg.import
new file mode 100644
index 0000000..85f4873
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_a.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dx8owgmshrnew"
+path="res://.godot/imported/crosshair_color_a.svg-fd978f31c8fe3a9f1d01427b2ac80be3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/crosshair_color_a.svg"
+dest_files=["res://.godot/imported/crosshair_color_a.svg-fd978f31c8fe3a9f1d01427b2ac80be3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_b.svg b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_b.svg
new file mode 100644
index 0000000..5d9a112
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_b.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_b.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_b.svg.import
new file mode 100644
index 0000000..e12e11c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_b.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d3xo4nk26hto4"
+path="res://.godot/imported/crosshair_color_b.svg-fad1ffd1daef571ada13b33383bf8eea.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/crosshair_color_b.svg"
+dest_files=["res://.godot/imported/crosshair_color_b.svg-fad1ffd1daef571ada13b33383bf8eea.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_c.svg b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_c.svg
new file mode 100644
index 0000000..ce87b85
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_c.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_c.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_c.svg.import
new file mode 100644
index 0000000..a5cfea9
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_c.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0p4qcl57t08h"
+path="res://.godot/imported/crosshair_color_c.svg-8dfb2707da61812d126e7c6159639de9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/crosshair_color_c.svg"
+dest_files=["res://.godot/imported/crosshair_color_c.svg-8dfb2707da61812d126e7c6159639de9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_d.svg b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_d.svg
new file mode 100644
index 0000000..355b60e
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_d.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_d.svg.import b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_d.svg.import
new file mode 100644
index 0000000..c77a60c
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Vector/Yellow/crosshair_color_d.svg.import
@@ -0,0 +1,43 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://blmombfah0s0p"
+path="res://.godot/imported/crosshair_color_d.svg-5e89beee1d79fc11ac82b034e555393d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://raw_assets/ui_pack/Vector/Yellow/crosshair_color_d.svg"
+dest_files=["res://.godot/imported/crosshair_color_d.svg-5e89beee1d79fc11ac82b034e555393d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/uastc_level=0
+compress/rdo_quality_loss=0.0
+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/channel_remap/red=0
+process/channel_remap/green=1
+process/channel_remap/blue=2
+process/channel_remap/alpha=3
+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
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/godot/raw_assets/ui_pack/Visit Kenney.url b/godot/raw_assets/ui_pack/Visit Kenney.url
new file mode 100644
index 0000000..fbdde43
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Visit Kenney.url
@@ -0,0 +1,2 @@
+[InternetShortcut]
+URL=http://www.kenney.nl/
\ No newline at end of file
diff --git a/godot/raw_assets/ui_pack/Visit Patreon.url b/godot/raw_assets/ui_pack/Visit Patreon.url
new file mode 100644
index 0000000..439ef26
--- /dev/null
+++ b/godot/raw_assets/ui_pack/Visit Patreon.url
@@ -0,0 +1,2 @@
+[InternetShortcut]
+URL=https://www.patreon.com/kenney/
\ No newline at end of file
diff --git a/godot/scenes/game_finished.tscn b/godot/scenes/game_finished.tscn
index 87b3671..8a48321 100644
--- a/godot/scenes/game_finished.tscn
+++ b/godot/scenes/game_finished.tscn
@@ -1,5 +1,6 @@
[gd_scene format=3 uid="uid://df84sctteh4kw"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_6xxma"]
[ext_resource type="PackedScene" uid="uid://2sfy0vq0fqt3" path="res://scenes/ui/player_listing.tscn" id="1_ou354"]
[node name="game_finished" type="GameFinishedScreen" unique_id=700430082 node_paths=PackedStringArray("title_container", "back_button", "player_listings", "save_file_dialog")]
@@ -12,6 +13,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
+theme = ExtResource("1_6xxma")
[node name="title_container" type="HBoxContainer" parent="." unique_id=980404596]
layout_mode = 1
diff --git a/godot/scenes/lobby.tscn b/godot/scenes/lobby.tscn
index 2dc2234..5ef8e61 100644
--- a/godot/scenes/lobby.tscn
+++ b/godot/scenes/lobby.tscn
@@ -2,6 +2,7 @@
[ext_resource type="PackedScene" uid="uid://ccd0wj2usx5os" path="res://scenes/ui/lobby_player_listing.tscn" id="1_o1atq"]
[ext_resource type="PackedScene" uid="uid://ffh5txda3j1" path="res://scenes/ui/chat_box.tscn" id="2_5gu6x"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="3_dfnwm"]
[ext_resource type="PackedScene" uid="uid://bbmc2gmy7g8ag" path="res://scenes/player/menu_player.tscn" id="3_q60fs"]
[ext_resource type="PackedScene" uid="uid://n3u0jr4wiib1" path="res://scenes/ui/settings.tscn" id="4_iulku"]
[ext_resource type="Script" uid="uid://cwu5cf7a0awcd" path="res://addons/func_godot/src/map/func_godot_map.gd" id="4_o2i1r"]
@@ -1398,6 +1399,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
+theme = ExtResource("3_dfnwm")
[node name="label" type="Label" parent="lobby" unique_id=1445541926]
layout_mode = 1
diff --git a/godot/scenes/main.tscn b/godot/scenes/main.tscn
index 987a748..985a566 100644
--- a/godot/scenes/main.tscn
+++ b/godot/scenes/main.tscn
@@ -3,6 +3,7 @@
[ext_resource type="PackedScene" uid="uid://bbmc2gmy7g8ag" path="res://scenes/player/menu_player.tscn" id="1_o5qli"]
[ext_resource type="PackedScene" uid="uid://dsxu0y8pjbw3k" path="res://scenes/ui/credits.tscn" id="1_sugp2"]
[ext_resource type="PackedScene" uid="uid://n3u0jr4wiib1" path="res://scenes/ui/settings.tscn" id="2_0wfyh"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="3_jscy8"]
[ext_resource type="Script" uid="uid://cwu5cf7a0awcd" path="res://addons/func_godot/src/map/func_godot_map.gd" id="4_yc10j"]
[ext_resource type="Resource" uid="uid://blt2w6o2bluf" path="res://maps/meta/map_settings.tres" id="5_jscy8"]
[ext_resource type="Material" uid="uid://cho1ounxnfbac" path="res://maps/materials/str_metalgen1.tres" id="6_pm3ni"]
@@ -1528,9 +1529,9 @@ main_panel = NodePath("main_panel")
host_panel = NodePath("host_panel")
join_panel = NodePath("join_panel")
host_port = NodePath("host_panel/v_box_container/host_port")
-join_addr = NodePath("join_panel/v_box_container/address_text")
-join_port = NodePath("join_panel/v_box_container/port_text")
-recent_servers_button = NodePath("join_panel/v_box_container/recent_servers")
+join_addr = NodePath("join_panel/v_box_container/margin_container/v_box_container/address_text")
+join_port = NodePath("join_panel/v_box_container/margin_container/v_box_container/port_text")
+recent_servers_button = NodePath("join_panel/v_box_container/margin_container/v_box_container/recent_servers")
popup_panel = NodePath("popup_panel")
popup_title = NodePath("popup_panel/v_box_container/title")
popup_text = NodePath("popup_panel/v_box_container/text")
@@ -1552,10 +1553,11 @@ transform = Transform3D(0.9823497, 0, 0.18705386, 0, 1, 0, -0.18705386, 0, 0.982
transform = Transform3D(-0.26696783, 0, 0.9637054, 0, 1, 0, -0.9637054, 0, -0.26696783, -3.5550833, -2.3841858e-07, 2.7302406)
[node name="main_panel" type="Panel" parent="." unique_id=2078435804]
-offset_left = 139.0
-offset_top = 167.0
-offset_right = 336.0
-offset_bottom = 474.0
+offset_left = 136.0
+offset_top = 111.0
+offset_right = 339.0
+offset_bottom = 508.0
+theme = ExtResource("3_jscy8")
[node name="v_box_container" type="VBoxContainer" parent="main_panel" unique_id=287461844]
layout_mode = 1
@@ -1615,6 +1617,7 @@ offset_left = 139.0
offset_top = 167.0
offset_right = 336.0
offset_bottom = 474.0
+theme = ExtResource("3_jscy8")
[node name="v_box_container" type="VBoxContainer" parent="host_panel" unique_id=1651169053]
layout_mode = 1
@@ -1659,10 +1662,11 @@ text = "Back"
[node name="join_panel" type="Panel" parent="." unique_id=1630672771]
visible = false
-offset_left = 139.0
-offset_top = 167.0
-offset_right = 336.0
-offset_bottom = 474.0
+offset_left = 122.0
+offset_top = 115.0
+offset_right = 352.0
+offset_bottom = 509.0
+theme = ExtResource("3_jscy8")
[node name="v_box_container" type="VBoxContainer" parent="join_panel" unique_id=2029384993]
layout_mode = 1
@@ -1686,30 +1690,38 @@ text = "Join Game"
horizontal_alignment = 1
metadata/_edit_lock_ = true
-[node name="recent_servers_label" type="Label" parent="join_panel/v_box_container" unique_id=683871668]
+[node name="margin_container" type="MarginContainer" parent="join_panel/v_box_container" unique_id=979302447]
+layout_mode = 2
+theme_override_constants/margin_top = 0
+theme_override_constants/margin_bottom = 30
+
+[node name="v_box_container" type="VBoxContainer" parent="join_panel/v_box_container/margin_container" unique_id=1555998390]
+layout_mode = 2
+
+[node name="recent_servers_label" type="Label" parent="join_panel/v_box_container/margin_container/v_box_container" unique_id=683871668]
layout_mode = 2
text = "Recent Servers"
horizontal_alignment = 1
-[node name="recent_servers" type="OptionButton" parent="join_panel/v_box_container" unique_id=486398131]
+[node name="recent_servers" type="OptionButton" parent="join_panel/v_box_container/margin_container/v_box_container" unique_id=486398131]
layout_mode = 2
-[node name="address_label" type="Label" parent="join_panel/v_box_container" unique_id=425811384]
+[node name="address_label" type="Label" parent="join_panel/v_box_container/margin_container/v_box_container" unique_id=425811384]
layout_mode = 2
text = "Address"
horizontal_alignment = 1
-[node name="address_text" type="LineEdit" parent="join_panel/v_box_container" unique_id=672176728]
+[node name="address_text" type="LineEdit" parent="join_panel/v_box_container/margin_container/v_box_container" unique_id=672176728]
custom_minimum_size = Vector2(150, 30)
layout_mode = 2
text = "127.0.0.1"
-[node name="port_label" type="Label" parent="join_panel/v_box_container" unique_id=1606834624]
+[node name="port_label" type="Label" parent="join_panel/v_box_container/margin_container/v_box_container" unique_id=1606834624]
layout_mode = 2
text = "Port"
horizontal_alignment = 1
-[node name="port_text" type="SpinBox" parent="join_panel/v_box_container" unique_id=418812818]
+[node name="port_text" type="SpinBox" parent="join_panel/v_box_container/margin_container/v_box_container" unique_id=418812818]
custom_minimum_size = Vector2(150, 30)
layout_mode = 2
min_value = 1.0
@@ -1746,6 +1758,7 @@ offset_right = 153.0
offset_bottom = 71.0
grow_horizontal = 2
grow_vertical = 2
+theme = ExtResource("3_jscy8")
[node name="v_box_container" type="VBoxContainer" parent="popup_panel" unique_id=465766643]
layout_mode = 1
diff --git a/godot/scenes/replay_finished.tscn b/godot/scenes/replay_finished.tscn
index 2f4c6e7..0f0042e 100644
--- a/godot/scenes/replay_finished.tscn
+++ b/godot/scenes/replay_finished.tscn
@@ -1,6 +1,7 @@
[gd_scene format=3 uid="uid://d3377ecff6nyn"]
[ext_resource type="PackedScene" uid="uid://2sfy0vq0fqt3" path="res://scenes/ui/player_listing.tscn" id="1_k8op7"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_x5tow"]
[node name="replay_finished" type="ReplayFinishedScreen" unique_id=291257212 node_paths=PackedStringArray("title_container", "back_button", "player_listings")]
title_container = NodePath("title_container")
@@ -11,6 +12,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
+theme = ExtResource("1_x5tow")
[node name="title_container" type="HBoxContainer" parent="." unique_id=980404596]
layout_mode = 1
diff --git a/godot/scenes/ui/chat_box.tscn b/godot/scenes/ui/chat_box.tscn
index e39884b..9ddd6a1 100644
--- a/godot/scenes/ui/chat_box.tscn
+++ b/godot/scenes/ui/chat_box.tscn
@@ -1,5 +1,7 @@
[gd_scene format=3 uid="uid://ffh5txda3j1"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_pnj83"]
+
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_61vwu"]
bg_color = Color(0.6, 0.6, 0.6, 0)
@@ -11,6 +13,7 @@ custom_minimum_size = Vector2(500, 300)
custom_maximum_size = Vector2(500, 300)
offset_right = 500.0
offset_bottom = 300.0
+theme = ExtResource("1_pnj83")
[node name="panel" type="Panel" parent="." unique_id=674673935]
layout_mode = 2
diff --git a/godot/scenes/ui/command_line_panel.tscn b/godot/scenes/ui/command_line_panel.tscn
index 2295306..e7241ed 100644
--- a/godot/scenes/ui/command_line_panel.tscn
+++ b/godot/scenes/ui/command_line_panel.tscn
@@ -1,5 +1,7 @@
[gd_scene format=3 uid="uid://bsb6asp5o35w3"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_1j1ku"]
+
[node name="canvas_layer" type="CanvasLayer" unique_id=1517655401]
layer = 10
@@ -14,6 +16,7 @@ offset_top = -540.0
offset_right = 1.0
offset_bottom = -233.0
grow_horizontal = 2
+theme = ExtResource("1_1j1ku")
[node name="input_field" type="LineEdit" parent="command_line_panel" unique_id=33075135]
layout_mode = 1
diff --git a/godot/scenes/ui/credits.tscn b/godot/scenes/ui/credits.tscn
index cc03efc..8a68d90 100644
--- a/godot/scenes/ui/credits.tscn
+++ b/godot/scenes/ui/credits.tscn
@@ -1,5 +1,7 @@
[gd_scene format=3 uid="uid://dsxu0y8pjbw3k"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_oap8i"]
+
[sub_resource type="LabelSettings" id="LabelSettings_1cgct"]
font_size = 32
@@ -10,6 +12,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
+theme = ExtResource("1_oap8i")
[node name="panel" type="Panel" parent="." unique_id=931856419]
layout_mode = 1
diff --git a/godot/scenes/ui/health_bar.tscn b/godot/scenes/ui/health_bar.tscn
index b6ae60d..7df5bcc 100644
--- a/godot/scenes/ui/health_bar.tscn
+++ b/godot/scenes/ui/health_bar.tscn
@@ -1,5 +1,7 @@
[gd_scene format=3 uid="uid://bxudpgjj5q0o2"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_1vcc2"]
+
[sub_resource type="Curve" id="Curve_yli5f"]
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 1), 0.0, 0.0, 0, 0]
point_count = 2
@@ -28,6 +30,7 @@ curve = SubResource("Curve_qn18y")
offset_right = 70.0
offset_bottom = 1.0
scale = Vector2(1, 5)
+theme = ExtResource("1_1vcc2")
value = 50.0
texture_under = SubResource("CurveTexture_3g557")
texture_over = SubResource("CurveTexture_1cgct")
diff --git a/godot/scenes/ui/hud.tscn b/godot/scenes/ui/hud.tscn
index 471ba41..5878638 100644
--- a/godot/scenes/ui/hud.tscn
+++ b/godot/scenes/ui/hud.tscn
@@ -1,5 +1,6 @@
[gd_scene format=3 uid="uid://c1gs6cqek1qlq"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_8qguk"]
[ext_resource type="PackedScene" uid="uid://n3u0jr4wiib1" path="res://scenes/ui/settings.tscn" id="1_bo48s"]
[ext_resource type="PackedScene" uid="uid://2sfy0vq0fqt3" path="res://scenes/ui/player_listing.tscn" id="2_8qguk"]
[ext_resource type="PackedScene" uid="uid://ffh5txda3j1" path="res://scenes/ui/chat_box.tscn" id="3_136eg"]
@@ -24,6 +25,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
+theme = ExtResource("1_8qguk")
[node name="score_view" type="SimpleScoreView" parent="." unique_id=981879809]
layout_mode = 1
diff --git a/godot/scenes/ui/lobby_player_listing.tscn b/godot/scenes/ui/lobby_player_listing.tscn
index c02dcd4..79c958d 100644
--- a/godot/scenes/ui/lobby_player_listing.tscn
+++ b/godot/scenes/ui/lobby_player_listing.tscn
@@ -1,5 +1,7 @@
[gd_scene format=3 uid="uid://ccd0wj2usx5os"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_f2dvx"]
+
[node name="lobby_player_listing" type="LobbyPlayerListing" unique_id=887620055 node_paths=PackedStringArray("name_label", "ping_label", "ready_label", "team_dropdown")]
name_label = NodePath("name")
ping_label = NodePath("ping")
@@ -7,6 +9,7 @@ ready_label = NodePath("ready")
team_dropdown = NodePath("option_button")
offset_right = 673.0
offset_bottom = 23.0
+theme = ExtResource("1_f2dvx")
columns = 4
[node name="option_button" type="OptionButton" parent="." unique_id=199328927]
diff --git a/godot/scenes/ui/player_listing.tscn b/godot/scenes/ui/player_listing.tscn
index 8e5e873..a584636 100644
--- a/godot/scenes/ui/player_listing.tscn
+++ b/godot/scenes/ui/player_listing.tscn
@@ -3,6 +3,7 @@
[ext_resource type="Texture2D" uid="uid://bhrbrc725q0yd" path="res://raw_assets/ping/Ping_low.png" id="1_3pnyb"]
[ext_resource type="Texture2D" uid="uid://7u2jx45bwejo" path="res://raw_assets/ping/Ping_medium.png" id="2_h6por"]
[ext_resource type="Texture2D" uid="uid://c0n5ugd867e2k" path="res://raw_assets/ping/Ping_high.png" id="3_kx1on"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="4_kx1on"]
[node name="player_listing" type="PlayerListing" unique_id=965142972 node_paths=PackedStringArray("name_label", "kills_label", "deaths_label", "ping_label", "ping_icon")]
name_label = NodePath("name")
@@ -17,6 +18,7 @@ ping_high = ExtResource("3_kx1on")
ping_high_color = Color(0.99999994, 0.22953579, 0.17418489, 1)
ping_icon = NodePath("ping_icon")
size_flags_horizontal = 3
+theme = ExtResource("4_kx1on")
[node name="name" type="Label" parent="." unique_id=1361759955]
clip_contents = true
diff --git a/godot/scenes/ui/replay_hud.tscn b/godot/scenes/ui/replay_hud.tscn
index 4cb18c9..d27a44d 100644
--- a/godot/scenes/ui/replay_hud.tscn
+++ b/godot/scenes/ui/replay_hud.tscn
@@ -1,5 +1,7 @@
[gd_scene format=3 uid="uid://coqf6cn4hntqi"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_4qrov"]
+
[node name="replay_hud" type="ReplayHud" unique_id=899758035 node_paths=PackedStringArray("current_time", "end_time", "slider")]
current_time = NodePath("panel/h_box_container/label")
end_time = NodePath("panel/h_box_container/label2")
@@ -11,6 +13,7 @@ anchor_right = 0.5
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 0
+theme = ExtResource("1_4qrov")
[node name="panel" type="Panel" parent="." unique_id=389733281]
layout_mode = 1
diff --git a/godot/scenes/ui/reset_button.tscn b/godot/scenes/ui/reset_button.tscn
index 2f7ba01..564bbed 100644
--- a/godot/scenes/ui/reset_button.tscn
+++ b/godot/scenes/ui/reset_button.tscn
@@ -1,16 +1,64 @@
[gd_scene format=3 uid="uid://p6pglm3udbc7"]
[ext_resource type="Texture2D" uid="uid://cvwkoo60a2rt6" path="res://raw_assets/icons/PNG/White/1x/return.png" id="1_li5mg"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_m45l0"]
+[ext_resource type="Texture2D" uid="uid://bkn85nst4nats" path="res://raw_assets/ui_pack/Vector/Extra/panel_square.svg" id="2_nq2b8"]
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_y6deb"]
+texture = ExtResource("2_nq2b8")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.40069774, 0.40069774, 0.40069768, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_pm3ni"]
+texture = ExtResource("2_nq2b8")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.28118682, 0.28118688, 0.2811868, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_og1vs"]
+texture = ExtResource("2_nq2b8")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.32544088, 0.3254409, 0.32544082, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_2wyq8"]
+texture = ExtResource("2_nq2b8")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.1584723, 0.15847233, 0.1584723, 1)
+
+[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_vxglm"]
+texture = ExtResource("2_nq2b8")
+texture_margin_left = 5.0
+texture_margin_top = 5.0
+texture_margin_right = 5.0
+texture_margin_bottom = 5.0
+modulate_color = Color(0.65882355, 0.5529412, 0.2509804, 1)
[node name="reset_button" type="Button" unique_id=169488229]
custom_minimum_size = Vector2(30, 30)
custom_maximum_size = Vector2(30, 30)
propagate_maximum_size = true
clip_contents = true
-offset_right = 20.0
-offset_bottom = 20.0
+offset_right = 30.0
+offset_bottom = 30.0
size_flags_horizontal = 4
size_flags_vertical = 4
+theme = ExtResource("1_m45l0")
+theme_override_styles/normal = SubResource("StyleBoxTexture_y6deb")
+theme_override_styles/pressed = SubResource("StyleBoxTexture_pm3ni")
+theme_override_styles/hover = SubResource("StyleBoxTexture_og1vs")
+theme_override_styles/disabled = SubResource("StyleBoxTexture_2wyq8")
+theme_override_styles/focus = SubResource("StyleBoxTexture_vxglm")
icon = ExtResource("1_li5mg")
icon_alignment = 1
expand_icon = true
diff --git a/godot/scenes/ui/settings.tscn b/godot/scenes/ui/settings.tscn
index 7734577..46759c6 100644
--- a/godot/scenes/ui/settings.tscn
+++ b/godot/scenes/ui/settings.tscn
@@ -2,6 +2,7 @@
[ext_resource type="PackedScene" uid="uid://cqiwdajl71ujv" path="res://scenes/ui/slider.tscn" id="1_8wfqe"]
[ext_resource type="PackedScene" uid="uid://p6pglm3udbc7" path="res://scenes/ui/reset_button.tscn" id="2_7pacj"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="3_h175o"]
[node name="settings" type="SettingsPanel" unique_id=999912383 node_paths=PackedStringArray("general_grid", "volume_grid", "keybinds_grid")]
general_grid = NodePath("v_box_container/tab_container/general")
@@ -20,6 +21,7 @@ offset_right = 207.0
offset_bottom = 112.0
grow_horizontal = 2
grow_vertical = 2
+theme = ExtResource("3_h175o")
[node name="v_box_container" type="VBoxContainer" parent="." unique_id=1384128810]
custom_minimum_size = Vector2(500, 500)
diff --git a/godot/scenes/ui/slider.tscn b/godot/scenes/ui/slider.tscn
index 4dcd2c7..92b49e7 100644
--- a/godot/scenes/ui/slider.tscn
+++ b/godot/scenes/ui/slider.tscn
@@ -1,5 +1,7 @@
[gd_scene format=3 uid="uid://cqiwdajl71ujv"]
+[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_q3p31"]
+
[node name="slider" type="SliderContainer" unique_id=2000698366 node_paths=PackedStringArray("label", "slider")]
label = NodePath("label")
slider = NodePath("h_slider")
@@ -7,6 +9,7 @@ value = 50.0
max = 100.0
offset_right = 214.0
offset_bottom = 23.0
+theme = ExtResource("1_q3p31")
[node name="label" type="Label" parent="." unique_id=2059967949]
custom_minimum_size = Vector2(30, 0)
@@ -19,4 +22,5 @@ text = "50"
custom_minimum_size = Vector2(200, 0)
layout_mode = 2
size_flags_vertical = 4
+step = 0.0
value = 50.0