diff --git a/currency_tile.tscn b/currency_tile.tscn index 86b335c..0006666 100644 --- a/currency_tile.tscn +++ b/currency_tile.tscn @@ -1,7 +1,7 @@ [gd_scene format=3 uid="uid://btkxru2gdjsgc"] [ext_resource type="Script" uid="uid://sp67wcb6s5nw" path="res://currency_label.gd" id="1_0hv07"] -[ext_resource type="Texture2D" uid="uid://d3nymghus6x3" path="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png" id="2_otq0d"] +[ext_resource type="Texture2D" uid="uid://d3nymghus6x3" path="res://sandbox/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png" id="2_otq0d"] [node name="CurrencyTile" type="HBoxContainer" unique_id=1440583137] theme_override_constants/separation = 12 diff --git a/docs/gyms/currencies/food.tres b/docs/gyms/currencies/food.tres index ea5c709..ae2b84e 100644 --- a/docs/gyms/currencies/food.tres +++ b/docs/gyms/currencies/food.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="Currency" format=3 uid="uid://bxg2au0ijp242"] -[ext_resource type="Texture2D" uid="uid://dkt4s1eyw8puy" path="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png" id="1_4u6o6"] +[ext_resource type="Texture2D" uid="uid://dkt4s1eyw8puy" path="res://sandbox/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png" id="1_4u6o6"] [ext_resource type="Script" uid="uid://dtgqjf3bl7pm8" path="res://core/currency/currency.gd" id="2_anstu"] [resource] diff --git a/docs/gyms/currencies/gold.tres b/docs/gyms/currencies/gold.tres index c3276da..b983709 100644 --- a/docs/gyms/currencies/gold.tres +++ b/docs/gyms/currencies/gold.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="Currency" format=3 uid="uid://w4u1hddplb4e"] -[ext_resource type="Texture2D" uid="uid://d3nymghus6x3" path="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png" id="1_n656e"] +[ext_resource type="Texture2D" uid="uid://d3nymghus6x3" path="res://sandbox/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png" id="1_n656e"] [ext_resource type="Script" uid="uid://dtgqjf3bl7pm8" path="res://core/currency/currency.gd" id="2_vohw6"] [resource] diff --git a/docs/gyms/currencies/wood.tres b/docs/gyms/currencies/wood.tres index ae33c02..729262d 100644 --- a/docs/gyms/currencies/wood.tres +++ b/docs/gyms/currencies/wood.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="Currency" format=3 uid="uid://bgsk8h4w80h45"] -[ext_resource type="Texture2D" uid="uid://bovjusa7o0l1m" path="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png" id="1_gm6cf"] +[ext_resource type="Texture2D" uid="uid://bovjusa7o0l1m" path="res://sandbox/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png" id="1_gm6cf"] [ext_resource type="Script" uid="uid://dtgqjf3bl7pm8" path="res://core/currency/currency.gd" id="2_jj4s4"] [resource] diff --git a/docs/gyms/currencies/worker.tres b/docs/gyms/currencies/worker.tres index 87bae73..18f416e 100644 --- a/docs/gyms/currencies/worker.tres +++ b/docs/gyms/currencies/worker.tres @@ -1,6 +1,6 @@ [gd_resource type="Resource" script_class="Currency" format=3 uid="uid://dfxk30o34qe2s"] -[ext_resource type="Texture2D" uid="uid://bx7tj1rd3vo3a" path="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png" id="1_cbwhh"] +[ext_resource type="Texture2D" uid="uid://bx7tj1rd3vo3a" path="res://sandbox/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png" id="1_cbwhh"] [ext_resource type="Script" uid="uid://dtgqjf3bl7pm8" path="res://core/currency/currency.gd" id="1_ovrsl"] [resource] diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png b/docs/gyms/tiny_sword/buildings/castle/Castle.png similarity index 100% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png rename to docs/gyms/tiny_sword/buildings/castle/Castle.png diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png.import b/docs/gyms/tiny_sword/buildings/castle/Castle.png.import similarity index 74% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png.import rename to docs/gyms/tiny_sword/buildings/castle/Castle.png.import index 023d58a..d413ced 100644 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png.import +++ b/docs/gyms/tiny_sword/buildings/castle/Castle.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cry4arn00kgrt" -path="res://.godot/imported/Castle.png-d349eb86cbe4fbe19ba45b6416acf2ce.ctex" +path="res://.godot/imported/Castle.png-e8b352108f4d5f1f213446b1f212024a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png" -dest_files=["res://.godot/imported/Castle.png-d349eb86cbe4fbe19ba45b6416acf2ce.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/castle/Castle.png" +dest_files=["res://.godot/imported/Castle.png-e8b352108f4d5f1f213446b1f212024a.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd b/docs/gyms/tiny_sword/buildings/castle/castle.gd similarity index 100% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd rename to docs/gyms/tiny_sword/buildings/castle/castle.gd diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd.uid b/docs/gyms/tiny_sword/buildings/castle/castle.gd.uid similarity index 100% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd.uid rename to docs/gyms/tiny_sword/buildings/castle/castle.gd.uid diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.tscn b/docs/gyms/tiny_sword/buildings/castle/castle.tscn similarity index 89% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/castle.tscn rename to docs/gyms/tiny_sword/buildings/castle/castle.tscn index 4f97512..c95fdb9 100644 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.tscn +++ b/docs/gyms/tiny_sword/buildings/castle/castle.tscn @@ -1,9 +1,9 @@ [gd_scene format=3 uid="uid://cl05bdri38mxf"] -[ext_resource type="Script" uid="uid://cjc0l13b07802" path="res://docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd" id="1_cjtps"] -[ext_resource type="Texture2D" uid="uid://cry4arn00kgrt" path="res://docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png" id="1_tgvch"] +[ext_resource type="Script" uid="uid://cjc0l13b07802" path="res://docs/gyms/tiny_sword/buildings/castle/castle.gd" id="1_cjtps"] +[ext_resource type="Texture2D" uid="uid://cry4arn00kgrt" path="res://docs/gyms/tiny_sword/buildings/castle/Castle.png" id="1_tgvch"] [ext_resource type="PackedScene" uid="uid://dlidx2x0otpjg" path="res://core/prestige/prestige_panel.tscn" id="3_l7gct"] -[ext_resource type="Script" uid="uid://cpfmctd4xsfho" path="res://docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd" id="4_l7gct"] +[ext_resource type="Script" uid="uid://cpfmctd4xsfho" path="res://docs/gyms/tiny_sword/buildings/castle/test_buff.gd" id="4_l7gct"] [ext_resource type="Resource" uid="uid://bjc6qmvr7pe12" path="res://docs/gyms/buffs/spawn_worker.tres" id="5_s3a5k"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_tgvch"] diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd b/docs/gyms/tiny_sword/buildings/castle/test_buff.gd similarity index 100% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd rename to docs/gyms/tiny_sword/buildings/castle/test_buff.gd diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd.uid b/docs/gyms/tiny_sword/buildings/castle/test_buff.gd.uid similarity index 100% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd.uid rename to docs/gyms/tiny_sword/buildings/castle/test_buff.gd.uid diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png b/docs/gyms/tiny_sword/buildings/farm/House1.png similarity index 100% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png rename to docs/gyms/tiny_sword/buildings/farm/House1.png diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png.import b/docs/gyms/tiny_sword/buildings/farm/House1.png.import similarity index 74% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png.import rename to docs/gyms/tiny_sword/buildings/farm/House1.png.import index 32cab0e..a32825f 100644 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png.import +++ b/docs/gyms/tiny_sword/buildings/farm/House1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfdh8r03sj7qv" -path="res://.godot/imported/House1.png-8c0255fdaf2f2d5cb91986b1c4b5cbdb.ctex" +path="res://.godot/imported/House1.png-8d2a4466ed180272dd4fd5a1906cd2d6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png" -dest_files=["res://.godot/imported/House1.png-8c0255fdaf2f2d5cb91986b1c4b5cbdb.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/farm/House1.png" +dest_files=["res://.godot/imported/House1.png-8d2a4466ed180272dd4fd5a1906cd2d6.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/farm.tscn b/docs/gyms/tiny_sword/buildings/farm/farm.tscn similarity index 95% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/farm.tscn rename to docs/gyms/tiny_sword/buildings/farm/farm.tscn index 914f6ff..4930e6a 100644 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/farm.tscn +++ b/docs/gyms/tiny_sword/buildings/farm/farm.tscn @@ -3,7 +3,7 @@ [ext_resource type="PackedScene" uid="uid://jeoiinukrrsp" path="res://core/generator/currency_generator.tscn" id="1_rvsna"] [ext_resource type="Resource" uid="uid://bxg2au0ijp242" path="res://docs/gyms/currencies/food.tres" id="2_djlc5"] [ext_resource type="Resource" uid="uid://d08h51y0pnsnf" path="res://docs/gyms/generators/farm.tres" id="3_82rmq"] -[ext_resource type="Texture2D" uid="uid://dfdh8r03sj7qv" path="res://docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png" id="4_djlc5"] +[ext_resource type="Texture2D" uid="uid://dfdh8r03sj7qv" path="res://docs/gyms/tiny_sword/buildings/farm/House1.png" id="4_djlc5"] [ext_resource type="PackedScene" uid="uid://ckos7f22pnmyh" path="res://core/generator/generator_container.tscn" id="5_82rmq"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_82rmq"] diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png b/docs/gyms/tiny_sword/buildings/forestry/House3.png similarity index 100% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png rename to docs/gyms/tiny_sword/buildings/forestry/House3.png diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png.import b/docs/gyms/tiny_sword/buildings/forestry/House3.png.import similarity index 74% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png.import rename to docs/gyms/tiny_sword/buildings/forestry/House3.png.import index 1a56f71..7b45513 100644 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png.import +++ b/docs/gyms/tiny_sword/buildings/forestry/House3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://doxauaa3vn3lm" -path="res://.godot/imported/House3.png-c9947b7f96b4091eb169836a42fc78fb.ctex" +path="res://.godot/imported/House3.png-86e0e955279bc70e5c6c622bf20a793e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png" -dest_files=["res://.godot/imported/House3.png-c9947b7f96b4091eb169836a42fc78fb.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/forestry/House3.png" +dest_files=["res://.godot/imported/House3.png-86e0e955279bc70e5c6c622bf20a793e.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/forestry.tscn b/docs/gyms/tiny_sword/buildings/forestry/forestry.tscn similarity index 95% rename from docs/gyms/tiny_swords/Buildings/Black Buildings/forestry.tscn rename to docs/gyms/tiny_sword/buildings/forestry/forestry.tscn index ed6d2ae..1a0184a 100644 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/forestry.tscn +++ b/docs/gyms/tiny_sword/buildings/forestry/forestry.tscn @@ -3,7 +3,7 @@ [ext_resource type="PackedScene" uid="uid://jeoiinukrrsp" path="res://core/generator/currency_generator.tscn" id="1_7j1xc"] [ext_resource type="Resource" uid="uid://bgsk8h4w80h45" path="res://docs/gyms/currencies/wood.tres" id="2_23x2t"] [ext_resource type="Resource" uid="uid://v6hjoa2vky5k" path="res://docs/gyms/generators/forestry.tres" id="3_pby1g"] -[ext_resource type="Texture2D" uid="uid://doxauaa3vn3lm" path="res://docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png" id="4_5yp33"] +[ext_resource type="Texture2D" uid="uid://doxauaa3vn3lm" path="res://docs/gyms/tiny_sword/buildings/forestry/House3.png" id="4_5yp33"] [ext_resource type="PackedScene" uid="uid://ckos7f22pnmyh" path="res://core/generator/generator_container.tscn" id="5_rh3m6"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_v4aq3"] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1.png.import similarity index 72% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1.png.import index 92e9ba7..5c96762 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cfj3i3o3fkyb3" -path="res://.godot/imported/Gold Stone 1.png-9c861a2fc96030df4685653fe3ba8325.ctex" +path="res://.godot/imported/Gold Stone 1.png-7042dbb8b3bf15fcc9c607c8de62d4ac.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png" -dest_files=["res://.godot/imported/Gold Stone 1.png-9c861a2fc96030df4685653fe3ba8325.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1.png" +dest_files=["res://.godot/imported/Gold Stone 1.png-7042dbb8b3bf15fcc9c607c8de62d4ac.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1_Highlight.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1_Highlight.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1_Highlight.png.import similarity index 70% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1_Highlight.png.import index 5a868d9..7262d8f 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1_Highlight.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dv047glnug81l" -path="res://.godot/imported/Gold Stone 1_Highlight.png-6ef5ce1f055bcf04158dadc1c2dde2c5.ctex" +path="res://.godot/imported/Gold Stone 1_Highlight.png-7a880d843c9328a50dd550238ae23ff6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png" -dest_files=["res://.godot/imported/Gold Stone 1_Highlight.png-6ef5ce1f055bcf04158dadc1c2dde2c5.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 1_Highlight.png" +dest_files=["res://.godot/imported/Gold Stone 1_Highlight.png-7a880d843c9328a50dd550238ae23ff6.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2.png.import similarity index 72% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2.png.import index 418eed9..19769c8 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dgejk5scadnlt" -path="res://.godot/imported/Gold Stone 2.png-1cd93ab1271f073349ad46df907eae1e.ctex" +path="res://.godot/imported/Gold Stone 2.png-477006e016721179f332d1fec75a9ce7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png" -dest_files=["res://.godot/imported/Gold Stone 2.png-1cd93ab1271f073349ad46df907eae1e.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2.png" +dest_files=["res://.godot/imported/Gold Stone 2.png-477006e016721179f332d1fec75a9ce7.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2_Highlight.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2_Highlight.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2_Highlight.png.import similarity index 70% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2_Highlight.png.import index c1f9bf7..2b7d8dd 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2_Highlight.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bdp6vy36svbvn" -path="res://.godot/imported/Gold Stone 2_Highlight.png-3f9764760887ec055fa9e332c275d232.ctex" +path="res://.godot/imported/Gold Stone 2_Highlight.png-35700856718370fa3e199b6e9fe3407e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png" -dest_files=["res://.godot/imported/Gold Stone 2_Highlight.png-3f9764760887ec055fa9e332c275d232.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 2_Highlight.png" +dest_files=["res://.godot/imported/Gold Stone 2_Highlight.png-35700856718370fa3e199b6e9fe3407e.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3.png.import similarity index 72% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3.png.import index ab7b170..a9eb892 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://qimeviwtwkxx" -path="res://.godot/imported/Gold Stone 3.png-09ce1954fffb4e5bf23cb8349c3cd83f.ctex" +path="res://.godot/imported/Gold Stone 3.png-3c5063559feb891e83e5e47c1b0198e2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png" -dest_files=["res://.godot/imported/Gold Stone 3.png-09ce1954fffb4e5bf23cb8349c3cd83f.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3.png" +dest_files=["res://.godot/imported/Gold Stone 3.png-3c5063559feb891e83e5e47c1b0198e2.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3_Highlight.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3_Highlight.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3_Highlight.png.import similarity index 70% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3_Highlight.png.import index f593a37..e732bb3 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3_Highlight.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bjqe3efu2aat6" -path="res://.godot/imported/Gold Stone 3_Highlight.png-c694c5506fea315c0b208057296c0635.ctex" +path="res://.godot/imported/Gold Stone 3_Highlight.png-539c0e6cdbe76410543390c2f48e7dd9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png" -dest_files=["res://.godot/imported/Gold Stone 3_Highlight.png-c694c5506fea315c0b208057296c0635.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 3_Highlight.png" +dest_files=["res://.godot/imported/Gold Stone 3_Highlight.png-539c0e6cdbe76410543390c2f48e7dd9.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4.png.import similarity index 72% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4.png.import index 9cc2802..0a14263 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3grr0fulpeje" -path="res://.godot/imported/Gold Stone 4.png-b28a784b73bec4673bf8c0cc7d2cdc19.ctex" +path="res://.godot/imported/Gold Stone 4.png-acf1f6375643d67fba247db251a84a6a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png" -dest_files=["res://.godot/imported/Gold Stone 4.png-b28a784b73bec4673bf8c0cc7d2cdc19.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4.png" +dest_files=["res://.godot/imported/Gold Stone 4.png-acf1f6375643d67fba247db251a84a6a.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4_Highlight.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4_Highlight.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4_Highlight.png.import similarity index 70% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4_Highlight.png.import index f058ade..fe79e4f 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4_Highlight.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://befcjyx8tmc4a" -path="res://.godot/imported/Gold Stone 4_Highlight.png-e3505777bdc27eddcd2cce1bad7bc164.ctex" +path="res://.godot/imported/Gold Stone 4_Highlight.png-f9cc5b1396d5ea96bb589d305b45bc4a.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png" -dest_files=["res://.godot/imported/Gold Stone 4_Highlight.png-e3505777bdc27eddcd2cce1bad7bc164.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 4_Highlight.png" +dest_files=["res://.godot/imported/Gold Stone 4_Highlight.png-f9cc5b1396d5ea96bb589d305b45bc4a.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5.png diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5.png.import similarity index 76% rename from docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5.png.import index 3296ff7..16041a1 100644 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://b8f2n6mx1gv2d" -path="res://.godot/imported/Pawn_Idle Hammer.png-769fe48c84aaf4520b946ef56383b0f7.ctex" +uid="uid://bjaqlfshs823o" +path="res://.godot/imported/Gold Stone 5.png-c2b9b25484a63f524f46419e5fcf3e8f.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png" -dest_files=["res://.godot/imported/Pawn_Idle Hammer.png-769fe48c84aaf4520b946ef56383b0f7.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5.png" +dest_files=["res://.godot/imported/Gold Stone 5.png-c2b9b25484a63f524f46419e5fcf3e8f.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5_Highlight.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5_Highlight.png diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5_Highlight.png.import similarity index 71% rename from docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5_Highlight.png.import index 7bcbfd3..3572b50 100644 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5_Highlight.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bs11liphgmn06" -path="res://.godot/imported/Lancer_Right_Defence.png-21596cd7f93b2ac5f3cc537bea27d935.ctex" +uid="uid://c35nxuw4x1go4" +path="res://.godot/imported/Gold Stone 5_Highlight.png-aecadbd44ed80072138aa4cfe3ab79cc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png" -dest_files=["res://.godot/imported/Lancer_Right_Defence.png-21596cd7f93b2ac5f3cc537bea27d935.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 5_Highlight.png" +dest_files=["res://.godot/imported/Gold Stone 5_Highlight.png-aecadbd44ed80072138aa4cfe3ab79cc.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6.png diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6.png.import similarity index 72% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6.png.import index 9d0413f..d36c5fd 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bqf6yhtsnmjad" -path="res://.godot/imported/Gold Stone 6.png-b948e5cfdf7f80e80ff394459b5ebf94.ctex" +path="res://.godot/imported/Gold Stone 6.png-0e048b3da07c839cd632ec6705baf4dc.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png" -dest_files=["res://.godot/imported/Gold Stone 6.png-b948e5cfdf7f80e80ff394459b5ebf94.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6.png" +dest_files=["res://.godot/imported/Gold Stone 6.png-0e048b3da07c839cd632ec6705baf4dc.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6_Highlight.png similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6_Highlight.png diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png.import b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6_Highlight.png.import similarity index 71% rename from docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png.import rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6_Highlight.png.import index 56404ee..4b1b558 100644 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png.import +++ b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6_Highlight.png.import @@ -2,16 +2,16 @@ importer="texture" type="CompressedTexture2D" -uid="uid://67er2m4xf7av" -path="res://.godot/imported/Pawn_Idle Wood.png-0c2364a32ae92314281f1c62571ccca9.ctex" +uid="uid://c3ssnuxmsqyuq" +path="res://.godot/imported/Gold Stone 6_Highlight.png-782ec372f9d78c1068ab0c8f07008eeb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png" -dest_files=["res://.godot/imported/Pawn_Idle Wood.png-0c2364a32ae92314281f1c62571ccca9.ctex"] +source_file="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6_Highlight.png" +dest_files=["res://.godot/imported/Gold Stone 6_Highlight.png-782ec372f9d78c1068ab0c8f07008eeb.ctex"] [params] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stones.aseprite b/docs/gyms/tiny_sword/buildings/gold_mine/Gold Stones.aseprite similarity index 100% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stones.aseprite rename to docs/gyms/tiny_sword/buildings/gold_mine/Gold Stones.aseprite diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/gold_mine.tscn b/docs/gyms/tiny_sword/buildings/gold_mine/gold_mine.tscn similarity index 95% rename from docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/gold_mine.tscn rename to docs/gyms/tiny_sword/buildings/gold_mine/gold_mine.tscn index bddde88..4616993 100644 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/gold_mine.tscn +++ b/docs/gyms/tiny_sword/buildings/gold_mine/gold_mine.tscn @@ -3,7 +3,7 @@ [ext_resource type="PackedScene" uid="uid://jeoiinukrrsp" path="res://core/generator/currency_generator.tscn" id="1_dgq4l"] [ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_d2x03"] [ext_resource type="PackedScene" uid="uid://ckos7f22pnmyh" path="res://core/generator/generator_container.tscn" id="2_lnbxc"] -[ext_resource type="Texture2D" uid="uid://bqf6yhtsnmjad" path="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png" id="2_n0fgx"] +[ext_resource type="Texture2D" uid="uid://bqf6yhtsnmjad" path="res://docs/gyms/tiny_sword/buildings/gold_mine/Gold Stone 6.png" id="2_n0fgx"] [ext_resource type="Resource" uid="uid://dliilvvjvksk1" path="res://docs/gyms/generators/gold_mine.tres" id="2_sbi6i"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_sbi6i"] diff --git a/docs/gyms/tiny_swords.tscn b/docs/gyms/tiny_sword/tiny_sword.tscn similarity index 88% rename from docs/gyms/tiny_swords.tscn rename to docs/gyms/tiny_sword/tiny_sword.tscn index f06bcff..3d378bc 100644 --- a/docs/gyms/tiny_swords.tscn +++ b/docs/gyms/tiny_sword/tiny_sword.tscn @@ -1,16 +1,16 @@ [gd_scene format=3 uid="uid://dadeowsvaywpp"] -[ext_resource type="PackedScene" uid="uid://brgkkw2n3o1ox" path="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/gold_mine.tscn" id="2_2j2oc"] -[ext_resource type="PackedScene" uid="uid://cl05bdri38mxf" path="res://docs/gyms/tiny_swords/Buildings/Black Buildings/castle.tscn" id="3_5ru58"] +[ext_resource type="PackedScene" uid="uid://brgkkw2n3o1ox" path="res://docs/gyms/tiny_sword/buildings/gold_mine/gold_mine.tscn" id="2_2j2oc"] +[ext_resource type="PackedScene" uid="uid://cl05bdri38mxf" path="res://docs/gyms/tiny_sword/buildings/castle/castle.tscn" id="3_5ru58"] [ext_resource type="PackedScene" uid="uid://btkxru2gdjsgc" path="res://currency_tile.tscn" id="7_0cs5o"] [ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="9_1363k"] -[ext_resource type="PackedScene" uid="uid://djedqovgngrx5" path="res://docs/gyms/tiny_swords/Buildings/Black Buildings/farm.tscn" id="10_1lv5i"] +[ext_resource type="PackedScene" uid="uid://djedqovgngrx5" path="res://docs/gyms/tiny_sword/buildings/farm/farm.tscn" id="10_1lv5i"] [ext_resource type="Resource" uid="uid://dfxk30o34qe2s" path="res://docs/gyms/currencies/worker.tres" id="10_i1cck"] [ext_resource type="PackedScene" uid="uid://dirvi76rkoowf" path="res://goals_debug_ui.tscn" id="10_qifrv"] [ext_resource type="Resource" uid="uid://bxg2au0ijp242" path="res://docs/gyms/currencies/food.tres" id="11_hskcg"] -[ext_resource type="PackedScene" uid="uid://cf01wvy3f17i" path="res://docs/gyms/tiny_swords/Buildings/Black Buildings/forestry.tscn" id="11_pyqyw"] +[ext_resource type="PackedScene" uid="uid://cf01wvy3f17i" path="res://docs/gyms/tiny_sword/buildings/forestry/forestry.tscn" id="11_pyqyw"] [ext_resource type="Resource" uid="uid://bgsk8h4w80h45" path="res://docs/gyms/currencies/wood.tres" id="12_l6a68"] -[ext_resource type="PackedScene" uid="uid://rejxvjwybkll" path="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.tscn" id="14_0cs5o"] +[ext_resource type="PackedScene" uid="uid://rejxvjwybkll" path="res://sandbox/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.tscn" id="14_0cs5o"] [node name="TinySwords" type="Node" unique_id=498237642] @@ -57,6 +57,9 @@ position = Vector2(853, 357) [node name="Farm" parent="World" unique_id=283335851 instance=ExtResource("10_1lv5i")] position = Vector2(380, 684) +[node name="Forestry" parent="World" unique_id=726284577 instance=ExtResource("11_pyqyw")] +position = Vector2(825, 915) + [node name="UI" type="Control" parent="." unique_id=1299828389] layout_mode = 3 anchors_preset = 0 @@ -96,6 +99,3 @@ offset_left = 1253.0 offset_top = 817.0 offset_right = 1913.0 offset_bottom = 1076.0 - -[node name="Forestry" parent="." unique_id=726284577 instance=ExtResource("11_pyqyw")] -position = Vector2(825, 915) diff --git a/docs/gyms/tiny_swords/.DS_Store b/docs/gyms/tiny_swords/.DS_Store deleted file mode 100644 index a89fa25..0000000 Binary files a/docs/gyms/tiny_swords/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/.DS_Store deleted file mode 100644 index c5c3601..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/Black Buildings/.DS_Store deleted file mode 100644 index 98c1163..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Black Buildings/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png deleted file mode 100644 index 46cd60f..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png.import b/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png.import deleted file mode 100644 index 9fb94b3..0000000 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://4m7wrd6ueprq" -path="res://.godot/imported/Archery.png-ec7a6b90c2b95a324e33330c18e45c0f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png" -dest_files=["res://.godot/imported/Archery.png-ec7a6b90c2b95a324e33330c18e45c0f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png deleted file mode 100644 index c2c186d..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png.import b/docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png.import deleted file mode 100644 index 157549e..0000000 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cx11iodvbcfb1" -path="res://.godot/imported/Barracks.png-d38acab65e3666e89c4c891dad580956.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png" -dest_files=["res://.godot/imported/Barracks.png-d38acab65e3666e89c4c891dad580956.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png deleted file mode 100644 index 1a84d60..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png.import b/docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png.import deleted file mode 100644 index 5aee23c..0000000 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cwnqvq2cleqq3" -path="res://.godot/imported/House2.png-b7aeea1983738c5205992d8a7ace91cc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png" -dest_files=["res://.godot/imported/House2.png-b7aeea1983738c5205992d8a7ace91cc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png deleted file mode 100644 index 1b97b48..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png.import b/docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png.import deleted file mode 100644 index 574ae6a..0000000 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dlmjd2berkb6v" -path="res://.godot/imported/Monastery.png-355c9d40a1947ef9044319fb2c86d11a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png" -dest_files=["res://.godot/imported/Monastery.png-355c9d40a1947ef9044319fb2c86d11a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png deleted file mode 100644 index cf740f0..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png.import b/docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png.import deleted file mode 100644 index b037783..0000000 --- a/docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cieg8i3c8hca6" -path="res://.godot/imported/Tower.png-dad042b592473dbdc5d257adcaf7dc60.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png" -dest_files=["res://.godot/imported/Tower.png-dad042b592473dbdc5d257adcaf7dc60.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/Blue Buildings/.DS_Store deleted file mode 100644 index 0d72b53..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png deleted file mode 100644 index e4feb3c..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png.import b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png.import deleted file mode 100644 index 4cfea54..0000000 --- a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8s7g8hs0x0nd" -path="res://.godot/imported/Archery.png-948c0cafc8a3ece24e33e060840f0dc3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png" -dest_files=["res://.godot/imported/Archery.png-948c0cafc8a3ece24e33e060840f0dc3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png deleted file mode 100644 index 1e6d31f..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png.import b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png.import deleted file mode 100644 index b0d939a..0000000 --- a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dlhlrltxbh1w3" -path="res://.godot/imported/Barracks.png-053252d50d53314be2ba0613ee793a14.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png" -dest_files=["res://.godot/imported/Barracks.png-053252d50d53314be2ba0613ee793a14.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png deleted file mode 100644 index e320cfd..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png.import b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png.import deleted file mode 100644 index 94ae510..0000000 --- a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvcfvdv7728rs" -path="res://.godot/imported/Castle.png-612cf74e9a1326e5cd70bce35ac54265.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png" -dest_files=["res://.godot/imported/Castle.png-612cf74e9a1326e5cd70bce35ac54265.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png deleted file mode 100644 index 6ea5e72..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png.import b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png.import deleted file mode 100644 index 8aa68d4..0000000 --- a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://qunbg44smvkt" -path="res://.godot/imported/House1.png-b240224024a3e78078266256177c102d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png" -dest_files=["res://.godot/imported/House1.png-b240224024a3e78078266256177c102d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png deleted file mode 100644 index bb248cb..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png.import b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png.import deleted file mode 100644 index 1c41415..0000000 --- a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ceoqx3t0r12wi" -path="res://.godot/imported/House2.png-d506428fa02e8967efc74073edf4da77.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png" -dest_files=["res://.godot/imported/House2.png-d506428fa02e8967efc74073edf4da77.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png deleted file mode 100644 index bdd1f15..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png.import b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png.import deleted file mode 100644 index bdc6c13..0000000 --- a/docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bp08rfhkyfrfm" -path="res://.godot/imported/House3.png-6e9dd6cadee5ca313de1c898f2c2af5e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png" -dest_files=["res://.godot/imported/House3.png-6e9dd6cadee5ca313de1c898f2c2af5e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png deleted file mode 100644 index 6a06a60..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png.import b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png.import deleted file mode 100644 index 7480d87..0000000 --- a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ca1ydeb0s65bs" -path="res://.godot/imported/Monastery.png-d71e0bf6b07486fc31ccd1caf39cd08b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png" -dest_files=["res://.godot/imported/Monastery.png-d71e0bf6b07486fc31ccd1caf39cd08b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png deleted file mode 100644 index 5470b99..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png.import b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png.import deleted file mode 100644 index d58cfb6..0000000 --- a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c6fgxdkwoah5h" -path="res://.godot/imported/Tower.png-5dfc4a55edc7f936a0cf61778e62ab1f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png" -dest_files=["res://.godot/imported/Tower.png-5dfc4a55edc7f936a0cf61778e62ab1f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/Purple Buildings/.DS_Store deleted file mode 100644 index 0d72b53..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png deleted file mode 100644 index c907b85..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png.import b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png.import deleted file mode 100644 index 1af94ee..0000000 --- a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://oem237ilylhr" -path="res://.godot/imported/Archery.png-01030d47a23450206093b234df99907d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png" -dest_files=["res://.godot/imported/Archery.png-01030d47a23450206093b234df99907d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png deleted file mode 100644 index e585f64..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png.import b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png.import deleted file mode 100644 index b2f18f9..0000000 --- a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dkqodrivs5c0f" -path="res://.godot/imported/Barracks.png-eeb3a4bc16de2e180224996ef2110a29.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png" -dest_files=["res://.godot/imported/Barracks.png-eeb3a4bc16de2e180224996ef2110a29.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png deleted file mode 100644 index b4c2188..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png.import b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png.import deleted file mode 100644 index c40d16c..0000000 --- a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://rpedoq4102to" -path="res://.godot/imported/Castle.png-7e8965ba39384aa1ef504daf517a5ec7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png" -dest_files=["res://.godot/imported/Castle.png-7e8965ba39384aa1ef504daf517a5ec7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png deleted file mode 100644 index 5855602..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png.import b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png.import deleted file mode 100644 index 2ce9de0..0000000 --- a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bjf1l3ptj1ij4" -path="res://.godot/imported/House1.png-60b7063a8df97cd8a6d6d536ac9c2a41.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png" -dest_files=["res://.godot/imported/House1.png-60b7063a8df97cd8a6d6d536ac9c2a41.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png deleted file mode 100644 index f707f42..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png.import b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png.import deleted file mode 100644 index 8fc358b..0000000 --- a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b1ksrjikv7gpp" -path="res://.godot/imported/House2.png-78c26d2e64e93ee42dc6f8c28da84ea4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png" -dest_files=["res://.godot/imported/House2.png-78c26d2e64e93ee42dc6f8c28da84ea4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png deleted file mode 100644 index cf5e0d6..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png.import b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png.import deleted file mode 100644 index 4e6f99e..0000000 --- a/docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b48dvjw7js4f3" -path="res://.godot/imported/House3.png-d8f45efeca2ab8f8d486e7161e079ba3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png" -dest_files=["res://.godot/imported/House3.png-d8f45efeca2ab8f8d486e7161e079ba3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png deleted file mode 100644 index f4bc190..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png.import b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png.import deleted file mode 100644 index 0d44c28..0000000 --- a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dxml7qvse5cgx" -path="res://.godot/imported/Monastery.png-f9e615fdc941688baedb7b1dffc061a9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png" -dest_files=["res://.godot/imported/Monastery.png-f9e615fdc941688baedb7b1dffc061a9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png deleted file mode 100644 index 3fa4452..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png.import b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png.import deleted file mode 100644 index eca9f31..0000000 --- a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c7o842wtglkt0" -path="res://.godot/imported/Tower.png-ef506f3a337eabc05eff6080f2c21ad3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png" -dest_files=["res://.godot/imported/Tower.png-ef506f3a337eabc05eff6080f2c21ad3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/Red Buildings/.DS_Store deleted file mode 100644 index a2ef885..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png deleted file mode 100644 index f84cf68..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png.import b/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png.import deleted file mode 100644 index afafdee..0000000 --- a/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://blqwrl8ho02jv" -path="res://.godot/imported/Archery.png-f9b3295dc942148319da9ce1198231b3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png" -dest_files=["res://.godot/imported/Archery.png-f9b3295dc942148319da9ce1198231b3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png deleted file mode 100644 index d57bfff..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png.import b/docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png.import deleted file mode 100644 index ea47881..0000000 --- a/docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bk3kbgbjqcbgl" -path="res://.godot/imported/Barracks.png-3154edc152faa37206a918362c59ce23.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png" -dest_files=["res://.godot/imported/Barracks.png-3154edc152faa37206a918362c59ce23.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png deleted file mode 100644 index 1ab3db7..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png.import b/docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png.import deleted file mode 100644 index 442707d..0000000 --- a/docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ct2nrs7xle5la" -path="res://.godot/imported/Castle.png-fafd73d2188c7f62b1e2519d38f24c4a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png" -dest_files=["res://.godot/imported/Castle.png-fafd73d2188c7f62b1e2519d38f24c4a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png deleted file mode 100644 index 7777303..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png.import b/docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png.import deleted file mode 100644 index 17be85b..0000000 --- a/docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c60ynsfieddsc" -path="res://.godot/imported/House1.png-82fb085afc10c98aa007fe9e9dcb5ff7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png" -dest_files=["res://.godot/imported/House1.png-82fb085afc10c98aa007fe9e9dcb5ff7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png deleted file mode 100644 index 7a8c6f5..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png.import b/docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png.import deleted file mode 100644 index 8a0b5be..0000000 --- a/docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8pmdish1t7yk" -path="res://.godot/imported/House2.png-a186cff9e6b49ea0e2bb815bbe9e1e39.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png" -dest_files=["res://.godot/imported/House2.png-a186cff9e6b49ea0e2bb815bbe9e1e39.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png deleted file mode 100644 index 1ff4d00..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png.import b/docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png.import deleted file mode 100644 index 4ac0db9..0000000 --- a/docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b0t4mgrer0k2h" -path="res://.godot/imported/House3.png-2add577c1491d9508a20fdeb971c5e31.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png" -dest_files=["res://.godot/imported/House3.png-2add577c1491d9508a20fdeb971c5e31.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png deleted file mode 100644 index b4c45b4..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png.import b/docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png.import deleted file mode 100644 index 0773b22..0000000 --- a/docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://btdhn54uiosga" -path="res://.godot/imported/Monastery.png-bb4b2b415b1c770adf58967ced1fbebf.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png" -dest_files=["res://.godot/imported/Monastery.png-bb4b2b415b1c770adf58967ced1fbebf.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png deleted file mode 100644 index c5df6f7..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png.import b/docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png.import deleted file mode 100644 index a2beda8..0000000 --- a/docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://buw1drlwro508" -path="res://.godot/imported/Tower.png-14b0b0048aec9a3d4b3f00a644e76730.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png" -dest_files=["res://.godot/imported/Tower.png-14b0b0048aec9a3d4b3f00a644e76730.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/.DS_Store deleted file mode 100644 index df2514b..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png deleted file mode 100644 index d201ca2..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png.import b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png.import deleted file mode 100644 index ec146e1..0000000 --- a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dfww1c763bqv0" -path="res://.godot/imported/Archery.png-a62aa8202b6868138609c3e7667d51a8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png" -dest_files=["res://.godot/imported/Archery.png-a62aa8202b6868138609c3e7667d51a8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png deleted file mode 100644 index 1ce69ad..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png.import b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png.import deleted file mode 100644 index c0ab2bc..0000000 --- a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://di73fnj4rxk51" -path="res://.godot/imported/Barracks.png-5bf7003dbcf5bb2026d7889bb606f922.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png" -dest_files=["res://.godot/imported/Barracks.png-5bf7003dbcf5bb2026d7889bb606f922.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png deleted file mode 100644 index 2c2ade1..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png.import b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png.import deleted file mode 100644 index 277d26f..0000000 --- a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bek3al2bxq41d" -path="res://.godot/imported/Castle.png-96c7d9e9f360b38836237533cd019795.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png" -dest_files=["res://.godot/imported/Castle.png-96c7d9e9f360b38836237533cd019795.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png deleted file mode 100644 index 39116ea..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png.import b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png.import deleted file mode 100644 index dd460de..0000000 --- a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d0skp5tt7xkew" -path="res://.godot/imported/House1.png-c7b5d111c2afcb94d0e1362275a1be51.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png" -dest_files=["res://.godot/imported/House1.png-c7b5d111c2afcb94d0e1362275a1be51.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png deleted file mode 100644 index d48bc70..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png.import b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png.import deleted file mode 100644 index 23af203..0000000 --- a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ccu5t4t5aqvph" -path="res://.godot/imported/House2.png-c1c292e9ccfac21e5b09036e7038af7d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png" -dest_files=["res://.godot/imported/House2.png-c1c292e9ccfac21e5b09036e7038af7d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png deleted file mode 100644 index 47f9af5..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png.import b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png.import deleted file mode 100644 index 46d2bc7..0000000 --- a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://lf4706wmk244" -path="res://.godot/imported/House3.png-c26d9de710f9afe5119cf2c5563281dc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png" -dest_files=["res://.godot/imported/House3.png-c26d9de710f9afe5119cf2c5563281dc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png deleted file mode 100644 index ac6d737..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png.import b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png.import deleted file mode 100644 index 79bb387..0000000 --- a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://eawjnhj2ghrk" -path="res://.godot/imported/Monastery.png-1917c890e93f3bbafffeae6c278c03b0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png" -dest_files=["res://.godot/imported/Monastery.png-1917c890e93f3bbafffeae6c278c03b0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png deleted file mode 100644 index 82b77e0..0000000 Binary files a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png.import b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png.import deleted file mode 100644 index 48deb00..0000000 --- a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://diim38st14n0y" -path="res://.godot/imported/Tower.png-bdacb7234e6bae4afde3c63073a84f69.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png" -dest_files=["res://.godot/imported/Tower.png-bdacb7234e6bae4afde3c63073a84f69.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Particle FX/Dust_01.png b/docs/gyms/tiny_swords/Particle FX/Dust_01.png deleted file mode 100644 index 2c1d9d7..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Dust_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Dust_01.png.import b/docs/gyms/tiny_swords/Particle FX/Dust_01.png.import deleted file mode 100644 index 888851c..0000000 --- a/docs/gyms/tiny_swords/Particle FX/Dust_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://e4e8jcypffem" -path="res://.godot/imported/Dust_01.png-02fc38f025b05e882edb3b9ab03a6a2e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Particle FX/Dust_01.png" -dest_files=["res://.godot/imported/Dust_01.png-02fc38f025b05e882edb3b9ab03a6a2e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Particle FX/Dust_02.png b/docs/gyms/tiny_swords/Particle FX/Dust_02.png deleted file mode 100644 index 8b61ba7..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Dust_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Dust_02.png.import b/docs/gyms/tiny_swords/Particle FX/Dust_02.png.import deleted file mode 100644 index a4a841a..0000000 --- a/docs/gyms/tiny_swords/Particle FX/Dust_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c6b6xfnnnmnyj" -path="res://.godot/imported/Dust_02.png-fd9aaa506de543ee8afd7a1e951c12bd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Particle FX/Dust_02.png" -dest_files=["res://.godot/imported/Dust_02.png-fd9aaa506de543ee8afd7a1e951c12bd.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Particle FX/Explosion_01.png b/docs/gyms/tiny_swords/Particle FX/Explosion_01.png deleted file mode 100644 index ea33f3e..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Explosion_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Explosion_01.png.import b/docs/gyms/tiny_swords/Particle FX/Explosion_01.png.import deleted file mode 100644 index 6ab5397..0000000 --- a/docs/gyms/tiny_swords/Particle FX/Explosion_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ty7swk5krjmo" -path="res://.godot/imported/Explosion_01.png-a3d0ba293b2b04736b364cf5ea5007cc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Particle FX/Explosion_01.png" -dest_files=["res://.godot/imported/Explosion_01.png-a3d0ba293b2b04736b364cf5ea5007cc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Particle FX/Explosion_02.png b/docs/gyms/tiny_swords/Particle FX/Explosion_02.png deleted file mode 100644 index 8395300..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Explosion_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Explosion_02.png.import b/docs/gyms/tiny_swords/Particle FX/Explosion_02.png.import deleted file mode 100644 index c4732dc..0000000 --- a/docs/gyms/tiny_swords/Particle FX/Explosion_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cv4ki7p77mllg" -path="res://.godot/imported/Explosion_02.png-b90519ab04410c56a94482446efb4f09.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Particle FX/Explosion_02.png" -dest_files=["res://.godot/imported/Explosion_02.png-b90519ab04410c56a94482446efb4f09.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Particle FX/Fire_01.png b/docs/gyms/tiny_swords/Particle FX/Fire_01.png deleted file mode 100644 index cef2356..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Fire_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Fire_01.png.import b/docs/gyms/tiny_swords/Particle FX/Fire_01.png.import deleted file mode 100644 index 589929b..0000000 --- a/docs/gyms/tiny_swords/Particle FX/Fire_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d3mb30wbf0g0q" -path="res://.godot/imported/Fire_01.png-ff5dc8a4aafddee1066f2b5ae205b649.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Particle FX/Fire_01.png" -dest_files=["res://.godot/imported/Fire_01.png-ff5dc8a4aafddee1066f2b5ae205b649.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Particle FX/Fire_02.png b/docs/gyms/tiny_swords/Particle FX/Fire_02.png deleted file mode 100644 index c5a4bb3..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Fire_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Fire_02.png.import b/docs/gyms/tiny_swords/Particle FX/Fire_02.png.import deleted file mode 100644 index 647be64..0000000 --- a/docs/gyms/tiny_swords/Particle FX/Fire_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c0aa3gx4rh15b" -path="res://.godot/imported/Fire_02.png-fcb60d706b0682c306510050ee9a1ab1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Particle FX/Fire_02.png" -dest_files=["res://.godot/imported/Fire_02.png-fcb60d706b0682c306510050ee9a1ab1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Particle FX/Fire_03.png b/docs/gyms/tiny_swords/Particle FX/Fire_03.png deleted file mode 100644 index 6361c46..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Fire_03.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Fire_03.png.import b/docs/gyms/tiny_swords/Particle FX/Fire_03.png.import deleted file mode 100644 index c4c2825..0000000 --- a/docs/gyms/tiny_swords/Particle FX/Fire_03.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://fvg766kwm6u2" -path="res://.godot/imported/Fire_03.png-b3f134e892ae9c0df44d430063729293.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Particle FX/Fire_03.png" -dest_files=["res://.godot/imported/Fire_03.png-b3f134e892ae9c0df44d430063729293.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Particle FX/Particle FX.aseprite b/docs/gyms/tiny_swords/Particle FX/Particle FX.aseprite deleted file mode 100644 index b494f04..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Particle FX.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Water Splash.png b/docs/gyms/tiny_swords/Particle FX/Water Splash.png deleted file mode 100644 index a865d30..0000000 Binary files a/docs/gyms/tiny_swords/Particle FX/Water Splash.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Particle FX/Water Splash.png.import b/docs/gyms/tiny_swords/Particle FX/Water Splash.png.import deleted file mode 100644 index 8e005df..0000000 --- a/docs/gyms/tiny_swords/Particle FX/Water Splash.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://m0hfndunqn75" -path="res://.godot/imported/Water Splash.png-bc73d79487bfbc00508ba41fc3c29229.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Particle FX/Water Splash.png" -dest_files=["res://.godot/imported/Water Splash.png-bc73d79487bfbc00508ba41fc3c29229.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/.DS_Store b/docs/gyms/tiny_swords/Terrain/.DS_Store deleted file mode 100644 index 14178fb..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/.DS_Store b/docs/gyms/tiny_swords/Terrain/Decorations/.DS_Store deleted file mode 100644 index c13bb3f..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png deleted file mode 100644 index 590433a..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png.import deleted file mode 100644 index 6f6c877..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bj822fjw7lf73" -path="res://.godot/imported/Bushe1.png-f9e821fe5bcbc2a0f08cd46a14618813.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png" -dest_files=["res://.godot/imported/Bushe1.png-f9e821fe5bcbc2a0f08cd46a14618813.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png deleted file mode 100644 index 755ef6d..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png.import deleted file mode 100644 index 59b5c1f..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://jh6rv8o8f8ml" -path="res://.godot/imported/Bushe2.png-56f16dbe734ef57157237a88a618981b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png" -dest_files=["res://.godot/imported/Bushe2.png-56f16dbe734ef57157237a88a618981b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png deleted file mode 100644 index cc992b4..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png.import deleted file mode 100644 index 3ab8ca9..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://jvuqeuf6qkhr" -path="res://.godot/imported/Bushe3.png-6ee9ae55683ccb126698bdae58101b57.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png" -dest_files=["res://.godot/imported/Bushe3.png-6ee9ae55683ccb126698bdae58101b57.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png deleted file mode 100644 index 2154a81..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png.import deleted file mode 100644 index beda5ac..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tpchjnlmyfh" -path="res://.godot/imported/Bushe4.png-801cae1aa3f72bf361cf35c7c1a87c34.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png" -dest_files=["res://.godot/imported/Bushe4.png-801cae1aa3f72bf361cf35c7c1a87c34.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushes.aseprite b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushes.aseprite deleted file mode 100644 index 653f49c..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushes.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/.DS_Store b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/.DS_Store deleted file mode 100644 index 9aed4e7..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds.aseprite b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds.aseprite deleted file mode 100644 index d4a04f1..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png deleted file mode 100644 index 40374be..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png.import deleted file mode 100644 index 04f7d47..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vjtbbd33nt8s" -path="res://.godot/imported/Clouds_01.png-e2adee879cb504b41cabf46a43db4a78.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png" -dest_files=["res://.godot/imported/Clouds_01.png-e2adee879cb504b41cabf46a43db4a78.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png deleted file mode 100644 index dd4dc41..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png.import deleted file mode 100644 index 987f9f1..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vnn4t0v8qpdr" -path="res://.godot/imported/Clouds_02.png-becbae9a0e1d8c9b9f438ab7c0f8b5f3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png" -dest_files=["res://.godot/imported/Clouds_02.png-becbae9a0e1d8c9b9f438ab7c0f8b5f3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png deleted file mode 100644 index dc69de4..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png.import deleted file mode 100644 index 79bf8d2..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://byhmiqc2or4of" -path="res://.godot/imported/Clouds_03.png-e27d986ad13a7e385038063f64c67d07.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png" -dest_files=["res://.godot/imported/Clouds_03.png-e27d986ad13a7e385038063f64c67d07.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png deleted file mode 100644 index e344632..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png.import deleted file mode 100644 index b235cff..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ftgubvj4bsd8" -path="res://.godot/imported/Clouds_04.png-cb021912a3df478e71bbc59186693565.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png" -dest_files=["res://.godot/imported/Clouds_04.png-cb021912a3df478e71bbc59186693565.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png deleted file mode 100644 index a421249..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png.import deleted file mode 100644 index 4c3a831..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://rw0me7ym731k" -path="res://.godot/imported/Clouds_05.png-52d9cc3b1944d181f151160b8f37b421.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png" -dest_files=["res://.godot/imported/Clouds_05.png-52d9cc3b1944d181f151160b8f37b421.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png deleted file mode 100644 index 43c1080..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png.import deleted file mode 100644 index 29ae54a..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bsn8xju4ymui0" -path="res://.godot/imported/Clouds_06.png-b1296f462b5d7792916b48316c6314c4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png" -dest_files=["res://.godot/imported/Clouds_06.png-b1296f462b5d7792916b48316c6314c4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png deleted file mode 100644 index 47bbdcd..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png.import deleted file mode 100644 index a1380c4..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d3uu4ql33c5o4" -path="res://.godot/imported/Clouds_07.png-65cf046784d9c2e4b9ec90ab0b8e993e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png" -dest_files=["res://.godot/imported/Clouds_07.png-65cf046784d9c2e4b9ec90ab0b8e993e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png deleted file mode 100644 index 2bb4f12..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png.import deleted file mode 100644 index 7d3c47e..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cdti4d8fmq1fx" -path="res://.godot/imported/Clouds_08.png-82f85c0b0347fbfa809ea6e2767eb8cc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png" -dest_files=["res://.godot/imported/Clouds_08.png-82f85c0b0347fbfa809ea6e2767eb8cc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.aseprite b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.aseprite deleted file mode 100644 index 5dbefd6..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png deleted file mode 100644 index bba4f72..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png.import deleted file mode 100644 index 7459200..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://caoijecvffc0t" -path="res://.godot/imported/Water Rocks_01.png-d7609cbf447657e318486565a866e04b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png" -dest_files=["res://.godot/imported/Water Rocks_01.png-d7609cbf447657e318486565a866e04b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.aseprite b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.aseprite deleted file mode 100644 index b2a37aa..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png deleted file mode 100644 index 952df8b..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png.import deleted file mode 100644 index 0651dbe..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://wxxha0hcbgwo" -path="res://.godot/imported/Water Rocks_02.png-8ad301b30b5197c592a1a4d0b48a2961.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png" -dest_files=["res://.godot/imported/Water Rocks_02.png-8ad301b30b5197c592a1a4d0b48a2961.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.aseprite b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.aseprite deleted file mode 100644 index 2366cdf..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png deleted file mode 100644 index 0454265..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png.import deleted file mode 100644 index 9c66548..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dvsl188gkb1ad" -path="res://.godot/imported/Water Rocks_03.png-267126589922cc246cdecc1959633de8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png" -dest_files=["res://.godot/imported/Water Rocks_03.png-267126589922cc246cdecc1959633de8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.aseprite b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.aseprite deleted file mode 100644 index 6e5b8b3..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png deleted file mode 100644 index bc00f98..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png.import deleted file mode 100644 index 48e527d..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c6ajpsjb1aa0j" -path="res://.godot/imported/Water Rocks_04.png-51b3ee5e89115d94ca322aa8e85cffe8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png" -dest_files=["res://.godot/imported/Water Rocks_04.png-51b3ee5e89115d94ca322aa8e85cffe8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png deleted file mode 100644 index 7970845..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png.import deleted file mode 100644 index 6606fa8..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://opgffdtw35n3" -path="res://.godot/imported/Rock1.png-4e1637340b5a152c1781e408e9ffa749.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png" -dest_files=["res://.godot/imported/Rock1.png-4e1637340b5a152c1781e408e9ffa749.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png deleted file mode 100644 index 6b15046..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png.import deleted file mode 100644 index ec6f087..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dt0jihtkil0fu" -path="res://.godot/imported/Rock2.png-6e3091d98a15f714063f9bced127436a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png" -dest_files=["res://.godot/imported/Rock2.png-6e3091d98a15f714063f9bced127436a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png deleted file mode 100644 index 39473b7..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png.import deleted file mode 100644 index ea7a6f7..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tyc3c18jlaix" -path="res://.godot/imported/Rock3.png-a92cae5758baa17c051f817a3135daf9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png" -dest_files=["res://.godot/imported/Rock3.png-a92cae5758baa17c051f817a3135daf9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png deleted file mode 100644 index ebda219..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png.import deleted file mode 100644 index bfc2375..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d4dbqbc8pypwn" -path="res://.godot/imported/Rock4.png-0a869b97459d52a13ab3fc8a7508d423.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png" -dest_files=["res://.godot/imported/Rock4.png-0a869b97459d52a13ab3fc8a7508d423.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/.DS_Store b/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/.DS_Store deleted file mode 100644 index f32feed..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber Duck.aseprite b/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber Duck.aseprite deleted file mode 100644 index 7b92987..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber Duck.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png b/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png deleted file mode 100644 index 454202a..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png.import b/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png.import deleted file mode 100644 index e62c4fc..0000000 --- a/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dqoueeveaq005" -path="res://.godot/imported/Rubber duck.png-6be71e75c547d38a3b4bb7cb9a1e379b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png" -dest_files=["res://.godot/imported/Rubber duck.png-6be71e75c547d38a3b4bb7cb9a1e379b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/.DS_Store b/docs/gyms/tiny_swords/Terrain/Resources/.DS_Store deleted file mode 100644 index af76715..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/.DS_Store b/docs/gyms/tiny_swords/Terrain/Resources/Gold/.DS_Store deleted file mode 100644 index 73efb85..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Gold/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold Resource.aseprite b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold Resource.aseprite deleted file mode 100644 index e64ff7a..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold Resource.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png deleted file mode 100644 index c120992..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png.import deleted file mode 100644 index 9970457..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c8x3ia1rip5ne" -path="res://.godot/imported/Gold_Resource.png-ae4614a19673e990ec52c9758543acd9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png" -dest_files=["res://.godot/imported/Gold_Resource.png-ae4614a19673e990ec52c9758543acd9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png deleted file mode 100644 index 3a38131..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png.import deleted file mode 100644 index f0df363..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://fyt6rshtnvfg" -path="res://.godot/imported/Gold_Resource_Highlight.png-d7ac60fcaba217af14e2a8a619621bf2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png" -dest_files=["res://.godot/imported/Gold_Resource_Highlight.png-d7ac60fcaba217af14e2a8a619621bf2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png.import deleted file mode 100644 index 23af6f3..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bjaqlfshs823o" -path="res://.godot/imported/Gold Stone 5.png-b93fe6a6d5ed3b73d44e6b22172f23f9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png" -dest_files=["res://.godot/imported/Gold Stone 5.png-b93fe6a6d5ed3b73d44e6b22172f23f9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png.import deleted file mode 100644 index e538454..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c35nxuw4x1go4" -path="res://.godot/imported/Gold Stone 5_Highlight.png-802ba3e4ce0828cdfb932bdd25105399.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png" -dest_files=["res://.godot/imported/Gold Stone 5_Highlight.png-802ba3e4ce0828cdfb932bdd25105399.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png.import deleted file mode 100644 index 3086267..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c3ssnuxmsqyuq" -path="res://.godot/imported/Gold Stone 6_Highlight.png-9fcfc7064d821c6545119a5a7dd0ad32.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png" -dest_files=["res://.godot/imported/Gold Stone 6_Highlight.png-9fcfc7064d821c6545119a5a7dd0ad32.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/.DS_Store b/docs/gyms/tiny_swords/Terrain/Resources/Meat/.DS_Store deleted file mode 100644 index 3f05fca..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Meat/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png deleted file mode 100644 index eebce64..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png.import deleted file mode 100644 index 6bbb885..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cuiyccsvryt6l" -path="res://.godot/imported/Meat Resource.png-b6e6c4973b5bff8ba082776dbae72f57.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png" -dest_files=["res://.godot/imported/Meat Resource.png-b6e6c4973b5bff8ba082776dbae72f57.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep.aseprite b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep.aseprite deleted file mode 100644 index 51a65ef..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png deleted file mode 100644 index 4714465..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png.import deleted file mode 100644 index b60dc9b..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c5yxkm7li2rt4" -path="res://.godot/imported/Sheep_Grass.png-d3bd7ec14ec95af317b5f2710dd64411.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png" -dest_files=["res://.godot/imported/Sheep_Grass.png-d3bd7ec14ec95af317b5f2710dd64411.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png deleted file mode 100644 index c7835a9..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png.import deleted file mode 100644 index 24b6b26..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ceoiukfr3rr6e" -path="res://.godot/imported/Sheep_Idle.png-18a8f8ef6a406db1327b4da11d3d5029.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png" -dest_files=["res://.godot/imported/Sheep_Idle.png-18a8f8ef6a406db1327b4da11d3d5029.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png deleted file mode 100644 index c69c323..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png.import deleted file mode 100644 index f50ecfb..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d2yry2s1gx3q8" -path="res://.godot/imported/Sheep_Move.png-c2c42a34fbbe0104db8e324422e46485.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png" -dest_files=["res://.godot/imported/Sheep_Move.png-c2c42a34fbbe0104db8e324422e46485.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd deleted file mode 100644 index 371af98..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd +++ /dev/null @@ -1,5 +0,0 @@ -extends Node2D - - -func _ready() -> void: - $AnimatedSprite2D.play() diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd.uid b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd.uid deleted file mode 100644 index 6c7c5c5..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://hc1hn2mj44d0 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.tscn b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.tscn deleted file mode 100644 index a2b74d6..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.tscn +++ /dev/null @@ -1,11 +0,0 @@ -[gd_scene format=3 uid="uid://bic8nrea3u7o"] - -[ext_resource type="Script" uid="uid://hc1hn2mj44d0" path="res://docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd" id="1_0prd4"] -[ext_resource type="SpriteFrames" uid="uid://bb2kutfj5tio6" path="res://docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep_sprite_frames.tres" id="1_f3qu5"] - -[node name="Sheep" type="Node2D" unique_id=1038416295] -script = ExtResource("1_0prd4") - -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1805562972] -sprite_frames = ExtResource("1_f3qu5") -frame_progress = 0.4704737 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep_sprite_frames.tres b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep_sprite_frames.tres deleted file mode 100644 index 02f08b2..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep_sprite_frames.tres +++ /dev/null @@ -1,53 +0,0 @@ -[gd_resource type="SpriteFrames" format=3 uid="uid://bb2kutfj5tio6"] - -[ext_resource type="Texture2D" uid="uid://ceoiukfr3rr6e" path="res://docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png" id="1_3nbl4"] - -[sub_resource type="AtlasTexture" id="AtlasTexture_y853q"] -atlas = ExtResource("1_3nbl4") -region = Rect2(0, 0, 128, 128) - -[sub_resource type="AtlasTexture" id="AtlasTexture_c32mn"] -atlas = ExtResource("1_3nbl4") -region = Rect2(128, 0, 128, 128) - -[sub_resource type="AtlasTexture" id="AtlasTexture_mnvyg"] -atlas = ExtResource("1_3nbl4") -region = Rect2(256, 0, 128, 128) - -[sub_resource type="AtlasTexture" id="AtlasTexture_4lbfh"] -atlas = ExtResource("1_3nbl4") -region = Rect2(384, 0, 128, 128) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ml54d"] -atlas = ExtResource("1_3nbl4") -region = Rect2(512, 0, 128, 128) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ew1yu"] -atlas = ExtResource("1_3nbl4") -region = Rect2(640, 0, 128, 128) - -[resource] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_y853q") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_c32mn") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_mnvyg") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_4lbfh") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ml54d") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ew1yu") -}], -"loop": true, -"name": &"default", -"speed": 10.0 -}] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png deleted file mode 100644 index 270b94e..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png.import deleted file mode 100644 index 6b421ed..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b5xhhffat0gfn" -path="res://.godot/imported/Tool_01.png-f1d264c256790176c8c6e8e7ad374d1b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png" -dest_files=["res://.godot/imported/Tool_01.png-f1d264c256790176c8c6e8e7ad374d1b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png deleted file mode 100644 index 8e6b41e..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png.import deleted file mode 100644 index 7bdf520..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://pa53a1ot4rf0" -path="res://.godot/imported/Tool_02.png-2e696c725393de340cb4787a7bdc4f4f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png" -dest_files=["res://.godot/imported/Tool_02.png-2e696c725393de340cb4787a7bdc4f4f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png deleted file mode 100644 index 6985dae..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png.import deleted file mode 100644 index 51c1516..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dgi3iqxcdfnv4" -path="res://.godot/imported/Tool_03.png-f1ad2559204f4540d0ab9942e330f487.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png" -dest_files=["res://.godot/imported/Tool_03.png-f1ad2559204f4540d0ab9942e330f487.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png deleted file mode 100644 index 41f2c6d..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png.import deleted file mode 100644 index f97b9e0..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cf70vdupwwruw" -path="res://.godot/imported/Tool_04.png-d387254c60006ecf0a2fe93064dc39cc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png" -dest_files=["res://.godot/imported/Tool_04.png-d387254c60006ecf0a2fe93064dc39cc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/.DS_Store b/docs/gyms/tiny_swords/Terrain/Resources/Wood/.DS_Store deleted file mode 100644 index ce89fba..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png deleted file mode 100644 index b836db8..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png.import deleted file mode 100644 index e237e97..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://devqyy0rohm3w" -path="res://.godot/imported/Stump 1.png-eebafcda97a3caf629507a2c8736da6c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png" -dest_files=["res://.godot/imported/Stump 1.png-eebafcda97a3caf629507a2c8736da6c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png deleted file mode 100644 index 9b62716..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png.import deleted file mode 100644 index a173c76..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://du28m7b4ebloj" -path="res://.godot/imported/Stump 2.png-a771fe39716f60d32f22669d6a58fb49.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png" -dest_files=["res://.godot/imported/Stump 2.png-a771fe39716f60d32f22669d6a58fb49.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png deleted file mode 100644 index 3545474..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png.import deleted file mode 100644 index cfdc812..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b64vqqaxpmyxf" -path="res://.godot/imported/Stump 3.png-0f5c627174dce6a0655815de40304289.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png" -dest_files=["res://.godot/imported/Stump 3.png-0f5c627174dce6a0655815de40304289.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png deleted file mode 100644 index 88a7fae..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png.import deleted file mode 100644 index 2a7b99f..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cvttfv7vdgods" -path="res://.godot/imported/Stump 4.png-94b9b134cff0c84b68fa7d546764d29e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png" -dest_files=["res://.godot/imported/Stump 4.png-94b9b134cff0c84b68fa7d546764d29e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png deleted file mode 100644 index 655a141..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png.import deleted file mode 100644 index d53909f..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d3ctqxuv7nahi" -path="res://.godot/imported/Tree1.png-72a6d798b7357307139c2ca498b8aca7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png" -dest_files=["res://.godot/imported/Tree1.png-72a6d798b7357307139c2ca498b8aca7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png deleted file mode 100644 index 6d316b6..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png.import deleted file mode 100644 index eb3e15a..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://xld1lpwcqdls" -path="res://.godot/imported/Tree2.png-e9891f3f0f3ef033ca0ff4fa05e2c1e1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png" -dest_files=["res://.godot/imported/Tree2.png-e9891f3f0f3ef033ca0ff4fa05e2c1e1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png deleted file mode 100644 index fe6d67b..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png.import deleted file mode 100644 index 4c1166c..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cvhrmlt3uqg03" -path="res://.godot/imported/Tree3.png-ea8ffa37688f5303e910488c329b60c2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png" -dest_files=["res://.godot/imported/Tree3.png-ea8ffa37688f5303e910488c329b60c2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png deleted file mode 100644 index 162140b..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png.import deleted file mode 100644 index eb1e7a2..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brxhvvbt0n78t" -path="res://.godot/imported/Tree4.png-773ac18ff1d8204ef45a9ffe4c0f5096.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png" -dest_files=["res://.godot/imported/Tree4.png-773ac18ff1d8204ef45a9ffe4c0f5096.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Trees.aseprite b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Trees.aseprite deleted file mode 100644 index b24c937..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Trees.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd deleted file mode 100644 index 371af98..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd +++ /dev/null @@ -1,5 +0,0 @@ -extends Node2D - - -func _ready() -> void: - $AnimatedSprite2D.play() diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd.uid b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd.uid deleted file mode 100644 index 9263615..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd.uid +++ /dev/null @@ -1 +0,0 @@ -uid://cb3gy8myp0gdj diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.tscn b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.tscn deleted file mode 100644 index 0192d94..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.tscn +++ /dev/null @@ -1,11 +0,0 @@ -[gd_scene format=3 uid="uid://rejxvjwybkll"] - -[ext_resource type="SpriteFrames" uid="uid://cthq4pfvmi5rf" path="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1_sprite_frames.tres" id="1_51pgu"] -[ext_resource type="Script" uid="uid://cb3gy8myp0gdj" path="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd" id="1_aee6n"] - -[node name="Tree1" type="Node2D" unique_id=1917119095] -script = ExtResource("1_aee6n") - -[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1942155223] -sprite_frames = ExtResource("1_51pgu") -frame_progress = 0.95878756 diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1_sprite_frames.tres b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1_sprite_frames.tres deleted file mode 100644 index c28410d..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1_sprite_frames.tres +++ /dev/null @@ -1,67 +0,0 @@ -[gd_resource type="SpriteFrames" format=3 uid="uid://cthq4pfvmi5rf"] - -[ext_resource type="Texture2D" uid="uid://d3ctqxuv7nahi" path="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png" id="1_t4ljg"] - -[sub_resource type="AtlasTexture" id="AtlasTexture_00rcc"] -atlas = ExtResource("1_t4ljg") -region = Rect2(0, 0, 192, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_j6pbb"] -atlas = ExtResource("1_t4ljg") -region = Rect2(192, 0, 192, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_3ip5i"] -atlas = ExtResource("1_t4ljg") -region = Rect2(384, 0, 192, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_ar7ms"] -atlas = ExtResource("1_t4ljg") -region = Rect2(576, 0, 192, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_usdrj"] -atlas = ExtResource("1_t4ljg") -region = Rect2(768, 0, 192, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_u22pb"] -atlas = ExtResource("1_t4ljg") -region = Rect2(960, 0, 192, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_v1llh"] -atlas = ExtResource("1_t4ljg") -region = Rect2(1152, 0, 192, 256) - -[sub_resource type="AtlasTexture" id="AtlasTexture_umvbh"] -atlas = ExtResource("1_t4ljg") -region = Rect2(1344, 0, 192, 256) - -[resource] -animations = [{ -"frames": [{ -"duration": 1.0, -"texture": SubResource("AtlasTexture_00rcc") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_j6pbb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_3ip5i") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_ar7ms") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_usdrj") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_u22pb") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_v1llh") -}, { -"duration": 1.0, -"texture": SubResource("AtlasTexture_umvbh") -}], -"loop": true, -"name": &"default", -"speed": 10.0 -}] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png deleted file mode 100644 index 667ad24..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png.import deleted file mode 100644 index d2dfbe1..0000000 --- a/docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://chasf0lit80cy" -path="res://.godot/imported/Wood Resource.png-489427fd25fb4da269b67eeb36b9927f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png" -dest_files=["res://.godot/imported/Wood Resource.png-489427fd25fb4da269b67eeb36b9927f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png b/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png deleted file mode 100644 index a6c4281..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png.import deleted file mode 100644 index a946275..0000000 --- a/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bftyutx5oi4js" -path="res://.godot/imported/Shadow.png-f1555f5cbc412381ce0c9fb4cffff72a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png" -dest_files=["res://.godot/imported/Shadow.png-f1555f5cbc412381ce0c9fb4cffff72a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png deleted file mode 100644 index 9344c6d..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png.import deleted file mode 100644 index 95c3fd2..0000000 --- a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ctcwk783b4m3p" -path="res://.godot/imported/Tilemap_color1.png-4538edc5c1c0aad3cb63db5727c458b5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png" -dest_files=["res://.godot/imported/Tilemap_color1.png-4538edc5c1c0aad3cb63db5727c458b5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png deleted file mode 100644 index 393089d..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png.import deleted file mode 100644 index a960c98..0000000 --- a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://o1g00hiase2s" -path="res://.godot/imported/Tilemap_color2.png-9aa8f42cfe91ecb22df8a90397701ec3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png" -dest_files=["res://.godot/imported/Tilemap_color2.png-9aa8f42cfe91ecb22df8a90397701ec3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png deleted file mode 100644 index cf0ae69..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png.import deleted file mode 100644 index 2426448..0000000 --- a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cd3rkfhm5wt7v" -path="res://.godot/imported/Tilemap_color3.png-12943f17914b67a344bf5464a921e88c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png" -dest_files=["res://.godot/imported/Tilemap_color3.png-12943f17914b67a344bf5464a921e88c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png deleted file mode 100644 index 5170d1f..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png.import deleted file mode 100644 index 14fc7bd..0000000 --- a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ctxakh20iljnp" -path="res://.godot/imported/Tilemap_color4.png-b742951aeea92c58db30722bd7159f79.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png" -dest_files=["res://.godot/imported/Tilemap_color4.png-b742951aeea92c58db30722bd7159f79.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png deleted file mode 100644 index 8539b3c..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png.import deleted file mode 100644 index 433c4b2..0000000 --- a/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bdajlr8a0ueka" -path="res://.godot/imported/Tilemap_color5.png-f8579203fd29a2a2180a71e90dccc933.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png" -dest_files=["res://.godot/imported/Tilemap_color5.png-f8579203fd29a2a2180a71e90dccc933.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png b/docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png deleted file mode 100644 index 817eda7..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png.import deleted file mode 100644 index f5dd149..0000000 --- a/docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d267p7nhmjku6" -path="res://.godot/imported/Water Background color.png-ec83064373ad1dc3eb33f4dfcd024b3b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png" -dest_files=["res://.godot/imported/Water Background color.png-ec83064373ad1dc3eb33f4dfcd024b3b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.aseprite b/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.aseprite deleted file mode 100644 index 67acc0f..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png b/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png deleted file mode 100644 index 507b5fd..0000000 Binary files a/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png.import deleted file mode 100644 index 934eb83..0000000 --- a/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c8c64v23152e6" -path="res://.godot/imported/Water Foam.png-a946d75356d354c6ce6e7361285c6e95.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png" -dest_files=["res://.godot/imported/Water Foam.png-a946d75356d354c6ce6e7361285c6e95.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/.DS_Store b/docs/gyms/tiny_swords/UI Elements/.DS_Store deleted file mode 100644 index 03aadb8..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/.DS_Store b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/.DS_Store deleted file mode 100644 index 023bf45..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png deleted file mode 100644 index 0a2ecc7..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png.import b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png.import deleted file mode 100644 index 58ecd39..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://pul2lvl156gt" -path="res://.godot/imported/Banner.png-dd4bbf8cd206878d7f5f827bcc1cfcd9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png" -dest_files=["res://.godot/imported/Banner.png-dd4bbf8cd206878d7f5f827bcc1cfcd9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png deleted file mode 100644 index b5194b6..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png.import b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png.import deleted file mode 100644 index c18682d..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bs53o5dr1xw3o" -path="res://.godot/imported/Slots.png-0da645514623d66d396e653a21e0b999.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png" -dest_files=["res://.godot/imported/Slots.png-0da645514623d66d396e653a21e0b999.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png deleted file mode 100644 index 8637157..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png.import b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png.import deleted file mode 100644 index bea7983..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgp6ilnknjil0" -path="res://.godot/imported/Ribbon_Black.png-d9e6bb5e13d3e424300ea6f8f5d91c31.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png" -dest_files=["res://.godot/imported/Ribbon_Black.png-d9e6bb5e13d3e424300ea6f8f5d91c31.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png deleted file mode 100644 index 9678fdd..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png.import b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png.import deleted file mode 100644 index 3d753c1..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bcb8lvpat0yxp" -path="res://.godot/imported/Ribbon_Blue.png-b25f85a9bb37b62ebe8c59d459fe986f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png" -dest_files=["res://.godot/imported/Ribbon_Blue.png-b25f85a9bb37b62ebe8c59d459fe986f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png deleted file mode 100644 index f6cf10d..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png.import b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png.import deleted file mode 100644 index 318665c..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://0nn5p5n61ao" -path="res://.godot/imported/Ribbon_Purple.png-f6a129f6a783ed6ac0053840920599b9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png" -dest_files=["res://.godot/imported/Ribbon_Purple.png-f6a129f6a783ed6ac0053840920599b9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png deleted file mode 100644 index 1511397..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png.import b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png.import deleted file mode 100644 index 5995411..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://denyc5sbgsdc3" -path="res://.godot/imported/Ribbon_Red.png-f0934a639eb4613974d1fb28cea591a6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png" -dest_files=["res://.godot/imported/Ribbon_Red.png-f0934a639eb4613974d1fb28cea591a6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png deleted file mode 100644 index d584603..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png.import b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png.import deleted file mode 100644 index f133aaa..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://6roqlrnyn17f" -path="res://.godot/imported/Ribbon_Yellow.png-8abe94ef6184e2625b525c40323b5639.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png" -dest_files=["res://.godot/imported/Ribbon_Yellow.png-8abe94ef6184e2625b525c40323b5639.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/.DS_Store b/docs/gyms/tiny_swords/UI Elements/UI Elements/.DS_Store deleted file mode 100644 index b8dd033..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/.DS_Store b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/.DS_Store deleted file mode 100644 index eb3cc21..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png deleted file mode 100644 index c53d417..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png.import deleted file mode 100644 index a898b3c..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d0kgf2h2l05yg" -path="res://.godot/imported/Banner.png-8f9b7680da5bb660bb203733af2a35b0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png" -dest_files=["res://.godot/imported/Banner.png-8f9b7680da5bb660bb203733af2a35b0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png deleted file mode 100644 index 1978b95..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png.import deleted file mode 100644 index 07e5640..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://yc6vpxfmd3h3" -path="res://.godot/imported/Banner_Slots.png-c42d482acfd736fd5581592fc5fe6ab0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png" -dest_files=["res://.godot/imported/Banner_Slots.png-c42d482acfd736fd5581592fc5fe6ab0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png deleted file mode 100644 index 1a7304f..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png.import deleted file mode 100644 index ec5c606..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bci42eyec07f2" -path="res://.godot/imported/BigBar_Base.png-99c39a8b7133f9711770068b114e8d17.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png" -dest_files=["res://.godot/imported/BigBar_Base.png-99c39a8b7133f9711770068b114e8d17.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png deleted file mode 100644 index a79f679..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png.import deleted file mode 100644 index 71fcce2..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://uwoyl2vj4f7h" -path="res://.godot/imported/BigBar_Fill.png-c8445462b8549edbca6745d3bffebd4e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png" -dest_files=["res://.godot/imported/BigBar_Fill.png-c8445462b8549edbca6745d3bffebd4e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png deleted file mode 100644 index d99eec7..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png.import deleted file mode 100644 index 1642a35..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cv5mpay5jnkne" -path="res://.godot/imported/SmallBar_Base.png-e1baafb6605f4ad3ea5f75383a51d9d3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png" -dest_files=["res://.godot/imported/SmallBar_Base.png-e1baafb6605f4ad3ea5f75383a51d9d3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png deleted file mode 100644 index 9cd8a06..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png.import deleted file mode 100644 index 3becfc0..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ctve5enq8olkh" -path="res://.godot/imported/SmallBar_Fill.png-4da99fa7625f9919fed94e4c5290a290.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png" -dest_files=["res://.godot/imported/SmallBar_Fill.png-4da99fa7625f9919fed94e4c5290a290.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png deleted file mode 100644 index 611f775..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png.import deleted file mode 100644 index 4b10ecc..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bkdjky0dstuue" -path="res://.godot/imported/BigBlueButton_Pressed.png-f1a1ec336a0359b85da49b78957ee5a2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png" -dest_files=["res://.godot/imported/BigBlueButton_Pressed.png-f1a1ec336a0359b85da49b78957ee5a2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png deleted file mode 100644 index e466a71..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png.import deleted file mode 100644 index 2a848dd..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c0ilu2e2edgxm" -path="res://.godot/imported/BigBlueButton_Regular.png-2b96fb2bf39d8a25a8e53a2b6b574f3a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png" -dest_files=["res://.godot/imported/BigBlueButton_Regular.png-2b96fb2bf39d8a25a8e53a2b6b574f3a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png deleted file mode 100644 index 9c01006..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png.import deleted file mode 100644 index ee01a4a..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwqaevdqsp2u7" -path="res://.godot/imported/BigRedButton_Pressed.png-278e170865deb4c7cf62db5ae6711643.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png" -dest_files=["res://.godot/imported/BigRedButton_Pressed.png-278e170865deb4c7cf62db5ae6711643.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png deleted file mode 100644 index a1f1465..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png.import deleted file mode 100644 index 6345bb1..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bbao5tqde220r" -path="res://.godot/imported/BigRedButton_Regular.png-f8b10af12d618cf14a0416e393677640.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png" -dest_files=["res://.godot/imported/BigRedButton_Regular.png-f8b10af12d618cf14a0416e393677640.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png deleted file mode 100644 index 397d38b..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png.import deleted file mode 100644 index 9b07eb5..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dxcy27cfxc5a1" -path="res://.godot/imported/SmallBlueRoundButton_Pressed.png-94663866a1d1257227d19fbf9b23ff44.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png" -dest_files=["res://.godot/imported/SmallBlueRoundButton_Pressed.png-94663866a1d1257227d19fbf9b23ff44.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png deleted file mode 100644 index d1d0bc2..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png.import deleted file mode 100644 index e48e888..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cymlo6y4db86v" -path="res://.godot/imported/SmallBlueRoundButton_Regular.png-f274a52207372e790dcef0a6f5389c29.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png" -dest_files=["res://.godot/imported/SmallBlueRoundButton_Regular.png-f274a52207372e790dcef0a6f5389c29.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png deleted file mode 100644 index 9718a92..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png.import deleted file mode 100644 index c77ece5..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgfsq2wrvpoaj" -path="res://.godot/imported/SmallBlueSquareButton_Pressed.png-e674f23b388487510a9a4dcf15b9b186.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png" -dest_files=["res://.godot/imported/SmallBlueSquareButton_Pressed.png-e674f23b388487510a9a4dcf15b9b186.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png deleted file mode 100644 index 2ec894c..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png.import deleted file mode 100644 index 074fee4..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b0fe0pu7s4qn0" -path="res://.godot/imported/SmallBlueSquareButton_Regular.png-700f0d1f31fcb23ea2d2b2b5b936a7c9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png" -dest_files=["res://.godot/imported/SmallBlueSquareButton_Regular.png-700f0d1f31fcb23ea2d2b2b5b936a7c9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png deleted file mode 100644 index 65ebcfb..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png.import deleted file mode 100644 index 1927977..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b15kusksb8orh" -path="res://.godot/imported/SmallRedRoundButton_Pressed.png-4e96a64bb70b8c4917a0a62bc48c1756.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png" -dest_files=["res://.godot/imported/SmallRedRoundButton_Pressed.png-4e96a64bb70b8c4917a0a62bc48c1756.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png deleted file mode 100644 index 2943855..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png.import deleted file mode 100644 index 66a95d8..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b3s61opl2sxwu" -path="res://.godot/imported/SmallRedRoundButton_Regular.png-66070b45fe68a939ef1c406b516fb1a3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png" -dest_files=["res://.godot/imported/SmallRedRoundButton_Regular.png-66070b45fe68a939ef1c406b516fb1a3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png deleted file mode 100644 index c26e01f..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png.import deleted file mode 100644 index cbf8b4c..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d1ug6it0eolfm" -path="res://.godot/imported/SmallRedSquareButton_Pressed.png-96cfbaf795afdadedc29d1c41e79705f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png" -dest_files=["res://.godot/imported/SmallRedSquareButton_Pressed.png-96cfbaf795afdadedc29d1c41e79705f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png deleted file mode 100644 index 89488a7..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png.import deleted file mode 100644 index d0d71e3..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cird3fylmhtsx" -path="res://.godot/imported/SmallRedSquareButton_Regular.png-e2aaab8d5b373a6898b66135cde461d7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png" -dest_files=["res://.godot/imported/SmallRedSquareButton_Regular.png-e2aaab8d5b373a6898b66135cde461d7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png deleted file mode 100644 index b85a40a..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png.import deleted file mode 100644 index 96e1bf8..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cydoacxg0m2oy" -path="res://.godot/imported/TinyRoundBlueButton.png-48c2c497f118fcc6eaaa8732ea055cc9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png" -dest_files=["res://.godot/imported/TinyRoundBlueButton.png-48c2c497f118fcc6eaaa8732ea055cc9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png deleted file mode 100644 index bd1a5e2..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png.import deleted file mode 100644 index 33e6f65..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8p4d70n2maxq" -path="res://.godot/imported/TinyRoundRedButton.png-8663130db8cd13b11fb7e272bca900c7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png" -dest_files=["res://.godot/imported/TinyRoundRedButton.png-8663130db8cd13b11fb7e272bca900c7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png deleted file mode 100644 index a9beb1f..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png.import deleted file mode 100644 index b15a49e..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d2juc2lqo6isy" -path="res://.godot/imported/TinySquareBlueButton.png-25b515f8e8b8257ca16b4ad3524d0b33.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png" -dest_files=["res://.godot/imported/TinySquareBlueButton.png-25b515f8e8b8257ca16b4ad3524d0b33.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png deleted file mode 100644 index 85e3146..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png.import deleted file mode 100644 index 4692d61..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://i5f811td1sy1" -path="res://.godot/imported/TinySquareRedButton.png-efb725eb7ddb3c68baffb1b1099ef90e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png" -dest_files=["res://.godot/imported/TinySquareRedButton.png-efb725eb7ddb3c68baffb1b1099ef90e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png deleted file mode 100644 index c2ba0c4..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png.import deleted file mode 100644 index ba30038..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dj0r15c234x1q" -path="res://.godot/imported/Cursor_01.png-7acc2b3695e38cb208e5f141bdae65f5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png" -dest_files=["res://.godot/imported/Cursor_01.png-7acc2b3695e38cb208e5f141bdae65f5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png deleted file mode 100644 index cc88350..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png.import deleted file mode 100644 index 4c5322e..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c8d5hn51yqbl2" -path="res://.godot/imported/Cursor_02.png-3eb44321471389fe8104fad5c68d8527.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png" -dest_files=["res://.godot/imported/Cursor_02.png-3eb44321471389fe8104fad5c68d8527.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png deleted file mode 100644 index 5d98fbe..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png.import deleted file mode 100644 index 337d03f..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vhw1r7dysnbe" -path="res://.godot/imported/Cursor_03.png-00f5d2a70318d2777351a8eaa410407e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png" -dest_files=["res://.godot/imported/Cursor_03.png-00f5d2a70318d2777351a8eaa410407e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png deleted file mode 100644 index 4e1a9b4..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png.import deleted file mode 100644 index 89e8b9c..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c6mnlpwncevw7" -path="res://.godot/imported/Cursor_04.png-75d741e72f58da8172856543868c1582.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png" -dest_files=["res://.godot/imported/Cursor_04.png-75d741e72f58da8172856543868c1582.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/.DS_Store b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/.DS_Store deleted file mode 100644 index 39c7dc7..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png deleted file mode 100644 index 8116f4e..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png.import deleted file mode 100644 index f70944a..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://fku0060xk4ns" -path="res://.godot/imported/Avatars_01.png-574572b94aef3817f9e99a94a0f828dc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png" -dest_files=["res://.godot/imported/Avatars_01.png-574572b94aef3817f9e99a94a0f828dc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png deleted file mode 100644 index f525c1a..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png.import deleted file mode 100644 index b8107c2..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d3necaqq6veim" -path="res://.godot/imported/Avatars_02.png-374ab01a2ad75fff1f7a847738a6e4ad.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png" -dest_files=["res://.godot/imported/Avatars_02.png-374ab01a2ad75fff1f7a847738a6e4ad.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png deleted file mode 100644 index 0ea0b7a..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png.import deleted file mode 100644 index 13f6be7..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cwc0hxtcqbl74" -path="res://.godot/imported/Avatars_03.png-3f115d2b24f2179d677596a334532a98.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png" -dest_files=["res://.godot/imported/Avatars_03.png-3f115d2b24f2179d677596a334532a98.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png deleted file mode 100644 index 680d6f1..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png.import deleted file mode 100644 index e020a48..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://crmvdpwswt4im" -path="res://.godot/imported/Avatars_04.png-da3b881ac4636800279153923bd5004b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png" -dest_files=["res://.godot/imported/Avatars_04.png-da3b881ac4636800279153923bd5004b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png deleted file mode 100644 index 36061ec..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png.import deleted file mode 100644 index 8155ff3..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cpalmgrgwkqol" -path="res://.godot/imported/Avatars_05.png-9a04dd219176fb477eac8e9e281dcfbf.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png" -dest_files=["res://.godot/imported/Avatars_05.png-9a04dd219176fb477eac8e9e281dcfbf.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png deleted file mode 100644 index a56a8e2..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png.import deleted file mode 100644 index 03be109..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cpxlw34ggf3la" -path="res://.godot/imported/Avatars_06.png-ee2a5b76fed293b3152f824ddf528a9c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png" -dest_files=["res://.godot/imported/Avatars_06.png-ee2a5b76fed293b3152f824ddf528a9c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png deleted file mode 100644 index 8ab76ef..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png.import deleted file mode 100644 index ac5f2a1..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cnbhjjviig4o2" -path="res://.godot/imported/Avatars_07.png-1eb14827d52fbf06bc59663301064a41.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png" -dest_files=["res://.godot/imported/Avatars_07.png-1eb14827d52fbf06bc59663301064a41.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png deleted file mode 100644 index e9bea7f..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png.import deleted file mode 100644 index 7ef47c8..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ghnkv7an8rwo" -path="res://.godot/imported/Avatars_08.png-b2b457334719cfd16b2d55b0ed9eca21.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png" -dest_files=["res://.godot/imported/Avatars_08.png-b2b457334719cfd16b2d55b0ed9eca21.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png deleted file mode 100644 index e8f930e..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png.import deleted file mode 100644 index 07eb603..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://3somvqctiijp" -path="res://.godot/imported/Avatars_09.png-c30d3c8002d58a0b479ae556836584b1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png" -dest_files=["res://.godot/imported/Avatars_09.png-c30d3c8002d58a0b479ae556836584b1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png deleted file mode 100644 index b7db7d2..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png.import deleted file mode 100644 index 81fd377..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cgpks3igbsof2" -path="res://.godot/imported/Avatars_10.png-fca8c9de7a16d494ae0da433bfe1ba31.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png" -dest_files=["res://.godot/imported/Avatars_10.png-fca8c9de7a16d494ae0da433bfe1ba31.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png deleted file mode 100644 index 9df5d9a..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png.import deleted file mode 100644 index 1199654..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bd6jjbxj78mn7" -path="res://.godot/imported/Avatars_11.png-3cb3c31225d4e9fb2cf75430f828f74d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png" -dest_files=["res://.godot/imported/Avatars_11.png-3cb3c31225d4e9fb2cf75430f828f74d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png deleted file mode 100644 index a44de58..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png.import deleted file mode 100644 index c705779..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://wcrt2xanggxe" -path="res://.godot/imported/Avatars_12.png-08fa47755f3c0711e56e52a99c2531e8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png" -dest_files=["res://.godot/imported/Avatars_12.png-08fa47755f3c0711e56e52a99c2531e8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png deleted file mode 100644 index 113a8da..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png.import deleted file mode 100644 index 1dd1691..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://xistx2ii3fry" -path="res://.godot/imported/Avatars_13.png-af3c21f5df6a0ff83e8f79b6bd5a7827.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png" -dest_files=["res://.godot/imported/Avatars_13.png-af3c21f5df6a0ff83e8f79b6bd5a7827.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png deleted file mode 100644 index b8c9a8f..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png.import deleted file mode 100644 index 5c63ea6..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dhin0s3jhco5e" -path="res://.godot/imported/Avatars_14.png-b4353c13cb6fa0d4f6abd4a9b7a6d9a3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png" -dest_files=["res://.godot/imported/Avatars_14.png-b4353c13cb6fa0d4f6abd4a9b7a6d9a3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png deleted file mode 100644 index 67d5544..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png.import deleted file mode 100644 index 18718d7..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b2j7qld3o5l6y" -path="res://.godot/imported/Avatars_15.png-1b8d757e05b7778c20022a695442aa64.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png" -dest_files=["res://.godot/imported/Avatars_15.png-1b8d757e05b7778c20022a695442aa64.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png deleted file mode 100644 index 650de5c..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png.import deleted file mode 100644 index f86458f..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://wf37nc1ssf8l" -path="res://.godot/imported/Avatars_16.png-b4a27cd5ba45aa7b64cad510a51d40b8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png" -dest_files=["res://.godot/imported/Avatars_16.png-b4a27cd5ba45aa7b64cad510a51d40b8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png deleted file mode 100644 index 725f2a9..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png.import deleted file mode 100644 index 75b3d6a..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dxw4qyec8iiba" -path="res://.godot/imported/Avatars_17.png-7f49b7042dbc8396ab46512e99c97de8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png" -dest_files=["res://.godot/imported/Avatars_17.png-7f49b7042dbc8396ab46512e99c97de8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png deleted file mode 100644 index 697ade2..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png.import deleted file mode 100644 index 9d3abf3..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://css2ydxiojf2n" -path="res://.godot/imported/Avatars_18.png-6242617884fc8de455620f98b7479246.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png" -dest_files=["res://.godot/imported/Avatars_18.png-6242617884fc8de455620f98b7479246.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png deleted file mode 100644 index 656c082..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png.import deleted file mode 100644 index c572553..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2rmjx1mvbwme" -path="res://.godot/imported/Avatars_19.png-15bada165a0ae6f7f27797e69b6fd148.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png" -dest_files=["res://.godot/imported/Avatars_19.png-15bada165a0ae6f7f27797e69b6fd148.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png deleted file mode 100644 index 1239bad..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png.import deleted file mode 100644 index 4c4e87b..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ho52jw2cx6to" -path="res://.godot/imported/Avatars_20.png-66c64b2b476f5fd5ca987aadf6180ea5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png" -dest_files=["res://.godot/imported/Avatars_20.png-66c64b2b476f5fd5ca987aadf6180ea5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png deleted file mode 100644 index f7414de..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png.import deleted file mode 100644 index ea1d384..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c0n5rkanbo84b" -path="res://.godot/imported/Avatars_21.png-9c13f04e37a5bea2096cdbf7fbd56434.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png" -dest_files=["res://.godot/imported/Avatars_21.png-9c13f04e37a5bea2096cdbf7fbd56434.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png deleted file mode 100644 index 5bf0759..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png.import deleted file mode 100644 index ca69fe9..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://kp0y25by70ji" -path="res://.godot/imported/Avatars_22.png-efc68c07e657c4b7506154698b06c2c2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png" -dest_files=["res://.godot/imported/Avatars_22.png-efc68c07e657c4b7506154698b06c2c2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png deleted file mode 100644 index 6435c24..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png.import deleted file mode 100644 index 27b8f4f..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://0pwbaiitw2rt" -path="res://.godot/imported/Avatars_23.png-dc88804272b70c9c94152a3767c20ad5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png" -dest_files=["res://.godot/imported/Avatars_23.png-dc88804272b70c9c94152a3767c20ad5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png deleted file mode 100644 index 46f7b8e..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png.import deleted file mode 100644 index a4b5af3..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bkna0vq858nqv" -path="res://.godot/imported/Avatars_24.png-8c0262872a0b3708511dd9c9110d2f1f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png" -dest_files=["res://.godot/imported/Avatars_24.png-8c0262872a0b3708511dd9c9110d2f1f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png deleted file mode 100644 index 96cd0af..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png.import deleted file mode 100644 index 866cc0d..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://iwi5ujj5605y" -path="res://.godot/imported/Avatars_25.png-af4d942dc9c3c31dabc5ea2b87557083.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png" -dest_files=["res://.godot/imported/Avatars_25.png-af4d942dc9c3c31dabc5ea2b87557083.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png deleted file mode 100644 index 1e13156..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png.import deleted file mode 100644 index 98f87ac..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dquqd1050t0d4" -path="res://.godot/imported/Icon_01.png-8a1e769c1410d5f776830e55501d920f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png" -dest_files=["res://.godot/imported/Icon_01.png-8a1e769c1410d5f776830e55501d920f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png deleted file mode 100644 index 699d6df..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png.import deleted file mode 100644 index d1b0cf8..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bovjusa7o0l1m" -path="res://.godot/imported/Icon_02.png-29e0aa0970c5f8b8724335e5cfce3a22.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png" -dest_files=["res://.godot/imported/Icon_02.png-29e0aa0970c5f8b8724335e5cfce3a22.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png deleted file mode 100644 index 2f34ce0..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png.import deleted file mode 100644 index e667070..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d3nymghus6x3" -path="res://.godot/imported/Icon_03.png-b8c5c53fbd91d84a3d29ce87b01b3787.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png" -dest_files=["res://.godot/imported/Icon_03.png-b8c5c53fbd91d84a3d29ce87b01b3787.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png deleted file mode 100644 index 770bd8c..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png.import deleted file mode 100644 index 161243b..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dkt4s1eyw8puy" -path="res://.godot/imported/Icon_04.png-e47500a14eb3ab1686f7a70d3c924f2e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png" -dest_files=["res://.godot/imported/Icon_04.png-e47500a14eb3ab1686f7a70d3c924f2e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png deleted file mode 100644 index e08422b..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png.import deleted file mode 100644 index 241c1c8..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bx7tj1rd3vo3a" -path="res://.godot/imported/Icon_05.png-d526a1ea4db0aef6f85d214a74723a29.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png" -dest_files=["res://.godot/imported/Icon_05.png-d526a1ea4db0aef6f85d214a74723a29.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png deleted file mode 100644 index 01b92da..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png.import deleted file mode 100644 index e9d05d7..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://6hemc13ohgrv" -path="res://.godot/imported/Icon_06.png-04ccc009cc9e9642b98a6b47fff996c0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png" -dest_files=["res://.godot/imported/Icon_06.png-04ccc009cc9e9642b98a6b47fff996c0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png deleted file mode 100644 index 27f6b26..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png.import deleted file mode 100644 index 3c7adf0..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c1gnh8jgctrcx" -path="res://.godot/imported/Icon_07.png-495df2e595306803bef83d075fd56e8e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png" -dest_files=["res://.godot/imported/Icon_07.png-495df2e595306803bef83d075fd56e8e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png deleted file mode 100644 index 4544986..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png.import deleted file mode 100644 index 43d6051..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://113ehnissdlb" -path="res://.godot/imported/Icon_08.png-2c572cecf8ad7abebed3f9efb7cfa812.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png" -dest_files=["res://.godot/imported/Icon_08.png-2c572cecf8ad7abebed3f9efb7cfa812.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png deleted file mode 100644 index 3267bed..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png.import deleted file mode 100644 index 5d547b3..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c43hp8s65syes" -path="res://.godot/imported/Icon_09.png-92cc88ca9d1f1fe9d715bb089f9aa630.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png" -dest_files=["res://.godot/imported/Icon_09.png-92cc88ca9d1f1fe9d715bb089f9aa630.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png deleted file mode 100644 index 04a4f84..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png.import deleted file mode 100644 index 10ffc3a..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://8v86cjfdroa1" -path="res://.godot/imported/Icon_10.png-0f6c8f986718dd207d64bf48d0876ac2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png" -dest_files=["res://.godot/imported/Icon_10.png-0f6c8f986718dd207d64bf48d0876ac2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png deleted file mode 100644 index 06bc675..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png.import deleted file mode 100644 index d9e5c56..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bv53ktipjj6y" -path="res://.godot/imported/Icon_11.png-4bb588b37305c83827f7dc550df4e6a1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png" -dest_files=["res://.godot/imported/Icon_11.png-4bb588b37305c83827f7dc550df4e6a1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png deleted file mode 100644 index ea5c127..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png.import deleted file mode 100644 index 8e2d40a..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://gh60yrf3o4of" -path="res://.godot/imported/Icon_12.png-3e1400d2eea5b168d384867485dbfdef.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png" -dest_files=["res://.godot/imported/Icon_12.png-3e1400d2eea5b168d384867485dbfdef.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png deleted file mode 100644 index c5a3a6c..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png.import deleted file mode 100644 index 76728c8..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://0f4ab2pmd0go" -path="res://.godot/imported/RegularPaper.png-8203a0c703b2b31b55576ced30877801.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png" -dest_files=["res://.godot/imported/RegularPaper.png-8203a0c703b2b31b55576ced30877801.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png deleted file mode 100644 index 7cf21d3..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png.import deleted file mode 100644 index 49568e1..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ckyg8f0rnc0gr" -path="res://.godot/imported/SpecialPaper.png-88c0b22c366fc9fd234961a00af5731f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png" -dest_files=["res://.godot/imported/SpecialPaper.png-88c0b22c366fc9fd234961a00af5731f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/.DS_Store b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/.DS_Store deleted file mode 100644 index 709716e..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png deleted file mode 100644 index 0a7a4d9..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png.import deleted file mode 100644 index f3bc151..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbixcj5klc03p" -path="res://.godot/imported/BigRibbons.png-cfda46d63b42f107ef831a3f63b9f6bc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png" -dest_files=["res://.godot/imported/BigRibbons.png-cfda46d63b42f107ef831a3f63b9f6bc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png deleted file mode 100644 index 06bf466..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png.import deleted file mode 100644 index 5d34bfe..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dbluctr70ryr" -path="res://.godot/imported/SmallRibbons.png-00e638689406c46864dfd5e5a3b16cd4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png" -dest_files=["res://.godot/imported/SmallRibbons.png-00e638689406c46864dfd5e5a3b16cd4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png deleted file mode 100644 index b77c31f..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png.import deleted file mode 100644 index 39da7e9..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bdcabioa3a24g" -path="res://.godot/imported/Swords.png-c4f2a36862f08964b6ce14b3f940fa9b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png" -dest_files=["res://.godot/imported/Swords.png-c4f2a36862f08964b6ce14b3f940fa9b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png deleted file mode 100644 index ff3a225..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png.import deleted file mode 100644 index 62471b6..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ps8yaq6lfxm3" -path="res://.godot/imported/WoodTable.png-60a5ad341be4ecfa1878a73379ec681b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png" -dest_files=["res://.godot/imported/WoodTable.png-60a5ad341be4ecfa1878a73379ec681b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png b/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png deleted file mode 100644 index 63dd9b0..0000000 Binary files a/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png.import b/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png.import deleted file mode 100644 index c3dc4f0..0000000 --- a/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tei2jfluvlyk" -path="res://.godot/imported/WoodTable_Slots.png-9af72ba75b153293b1a43f468a522fa6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png" -dest_files=["res://.godot/imported/WoodTable_Slots.png-9af72ba75b153293b1a43f468a522fa6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/.DS_Store b/docs/gyms/tiny_swords/Units/.DS_Store deleted file mode 100644 index 6fe684b..0000000 Binary files a/docs/gyms/tiny_swords/Units/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/.DS_Store b/docs/gyms/tiny_swords/Units/Black Units/.DS_Store deleted file mode 100644 index d96e62e..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png deleted file mode 100644 index 169ccb7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png.import b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png.import deleted file mode 100644 index 096a801..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bf6b6y650bykd" -path="res://.godot/imported/Archer_Idle.png-5b9a8507f9d50dd76e9827d20f64de0c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png" -dest_files=["res://.godot/imported/Archer_Idle.png-5b9a8507f9d50dd76e9827d20f64de0c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png deleted file mode 100644 index af199cf..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png.import b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png.import deleted file mode 100644 index e1e9b49..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ce1bg3kcpflqw" -path="res://.godot/imported/Archer_Run.png-337d250ae2189e7c0d2fabddcc2fc45a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png" -dest_files=["res://.godot/imported/Archer_Run.png-337d250ae2189e7c0d2fabddcc2fc45a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png deleted file mode 100644 index 9119dcb..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png.import b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png.import deleted file mode 100644 index cd6ce15..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dsuu2glxygxwh" -path="res://.godot/imported/Archer_Shoot.png-019fc1e757789ce7c6ff95ea8c582f6b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png" -dest_files=["res://.godot/imported/Archer_Shoot.png-019fc1e757789ce7c6ff95ea8c582f6b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png b/docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png deleted file mode 100644 index f604ba9..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png.import b/docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png.import deleted file mode 100644 index 56866d5..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://jfvtq8l5xa8g" -path="res://.godot/imported/Arrow.png-da79f1c548df62f006bc47092df440c9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png" -dest_files=["res://.godot/imported/Arrow.png-da79f1c548df62f006bc47092df440c9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png deleted file mode 100644 index 1dfe99d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png.import deleted file mode 100644 index 27d9fa1..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bo0h2r5bntm1c" -path="res://.godot/imported/Lancer_DownRight_Attack.png-396a9b69bba395410a4671ca84cf803c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Attack.png-396a9b69bba395410a4671ca84cf803c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png deleted file mode 100644 index 257220b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png.import deleted file mode 100644 index 43f9457..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brqfr06od3e6o" -path="res://.godot/imported/Lancer_DownRight_Defence.png-495463056679172e6fca7c37a2ce8cbf.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Defence.png-495463056679172e6fca7c37a2ce8cbf.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png deleted file mode 100644 index 7bec21d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png.import deleted file mode 100644 index 3f43810..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bmrljx18ittma" -path="res://.godot/imported/Lancer_Down_Attack.png-3defee133bf122a0fea154e8032351d8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png" -dest_files=["res://.godot/imported/Lancer_Down_Attack.png-3defee133bf122a0fea154e8032351d8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png deleted file mode 100644 index 843408c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png.import deleted file mode 100644 index e145e11..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://hi6d807fsbbf" -path="res://.godot/imported/Lancer_Down_Defence.png-3ac5472b9f3622576280a60e5fc2c2f7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png" -dest_files=["res://.godot/imported/Lancer_Down_Defence.png-3ac5472b9f3622576280a60e5fc2c2f7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png deleted file mode 100644 index 5d61b5c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png.import deleted file mode 100644 index 2c231f1..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bggyive2qtwwo" -path="res://.godot/imported/Lancer_Idle.png-e0fabfe70f2ae6c242bf36d486262517.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png" -dest_files=["res://.godot/imported/Lancer_Idle.png-e0fabfe70f2ae6c242bf36d486262517.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png deleted file mode 100644 index ef190f5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png.import deleted file mode 100644 index cf495ea..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c0tm04t03nxn" -path="res://.godot/imported/Lancer_Right_Attack.png-df3208e1c3ef882c1c957ef0cdd51f6a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png" -dest_files=["res://.godot/imported/Lancer_Right_Attack.png-df3208e1c3ef882c1c957ef0cdd51f6a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png deleted file mode 100644 index 46295d2..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png.import deleted file mode 100644 index 4cc71e4..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dogcrdryvindw" -path="res://.godot/imported/Lancer_Right_Defence.png-0462ad0c4daec966dca474eb2e02385b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png" -dest_files=["res://.godot/imported/Lancer_Right_Defence.png-0462ad0c4daec966dca474eb2e02385b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png deleted file mode 100644 index 003adae..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png.import deleted file mode 100644 index 906e902..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d3k6vi8fvmhch" -path="res://.godot/imported/Lancer_Run.png-c55940541c2a0c5f10b0573e70c5ff82.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png" -dest_files=["res://.godot/imported/Lancer_Run.png-c55940541c2a0c5f10b0573e70c5ff82.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png deleted file mode 100644 index 0a4689d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png.import deleted file mode 100644 index b936c36..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c50y423xnlyh" -path="res://.godot/imported/Lancer_UpRight_Attack.png-9ec9fa12a36bac3c5a194fbf49d4b977.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Attack.png-9ec9fa12a36bac3c5a194fbf49d4b977.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png deleted file mode 100644 index 9e44c02..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png.import deleted file mode 100644 index 7d1f0f7..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8ehrgovxk54m" -path="res://.godot/imported/Lancer_UpRight_Defence.png-22470ba402aab7c16eccb6ccad0d1b30.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Defence.png-22470ba402aab7c16eccb6ccad0d1b30.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png deleted file mode 100644 index ad2b411..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png.import deleted file mode 100644 index 77eaf5a..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://djqnrbkrolbyv" -path="res://.godot/imported/Lancer_Up_Attack.png-5335df55bd268553e68c9babc6bc1f1f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png" -dest_files=["res://.godot/imported/Lancer_Up_Attack.png-5335df55bd268553e68c9babc6bc1f1f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png deleted file mode 100644 index 3720dee..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png.import b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png.import deleted file mode 100644 index 672f4b0..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2d8fynohxd3x" -path="res://.godot/imported/Lancer_Up_Defence.png-9389975389b7d0d8ee582cf4f4ebd062.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png" -dest_files=["res://.godot/imported/Lancer_Up_Defence.png-9389975389b7d0d8ee582cf4f4ebd062.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png b/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png deleted file mode 100644 index d66e734..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png.import b/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png.import deleted file mode 100644 index 5d51871..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvxumcmt6dxm4" -path="res://.godot/imported/Heal.png-8b8f215f2e37108b78c769bcece19dde.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png" -dest_files=["res://.godot/imported/Heal.png-8b8f215f2e37108b78c769bcece19dde.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png b/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png deleted file mode 100644 index 348c795..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png.import b/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png.import deleted file mode 100644 index 09f72ae..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://djst62c3a08lq" -path="res://.godot/imported/Heal_Effect.png-b1c45a2ed7a48dea4d1c0a6e60eb690c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png" -dest_files=["res://.godot/imported/Heal_Effect.png-b1c45a2ed7a48dea4d1c0a6e60eb690c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png b/docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png deleted file mode 100644 index d386715..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png.import b/docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png.import deleted file mode 100644 index 836c40c..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b3f7ypcvw6ufh" -path="res://.godot/imported/Idle.png-a6b50b799424c9860a53804bf93f2500.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png" -dest_files=["res://.godot/imported/Idle.png-a6b50b799424c9860a53804bf93f2500.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png b/docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png deleted file mode 100644 index 3f8c81e..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png.import b/docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png.import deleted file mode 100644 index aa88931..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://xwfa5uo2gik2" -path="res://.godot/imported/Run.png-af02ae1b17625044d3c1eda3867745a7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png" -dest_files=["res://.godot/imported/Run.png-af02ae1b17625044d3c1eda3867745a7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/.DS_Store b/docs/gyms/tiny_swords/Units/Black Units/Pawn/.DS_Store deleted file mode 100644 index a34b2f3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png deleted file mode 100644 index 60fc879..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png.import deleted file mode 100644 index eb17b34..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b640r78mbfv5r" -path="res://.godot/imported/Pawn_Idle Axe.png-784c2805921dd8597d3d9c1b29f4f3d3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png" -dest_files=["res://.godot/imported/Pawn_Idle Axe.png-784c2805921dd8597d3d9c1b29f4f3d3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png deleted file mode 100644 index 6f91859..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png.import deleted file mode 100644 index 484eb49..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cpahog1s3a8fm" -path="res://.godot/imported/Pawn_Idle Gold.png-c404130c5f943b1a8c1bbb636f49a9cf.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png" -dest_files=["res://.godot/imported/Pawn_Idle Gold.png-c404130c5f943b1a8c1bbb636f49a9cf.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png deleted file mode 100644 index 6caf6f3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png deleted file mode 100644 index f0a5891..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png.import deleted file mode 100644 index 9d3164a..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cvi7oat1au5b0" -path="res://.godot/imported/Pawn_Idle Knife.png-7d17cc0e102153077e232e49bf7efbff.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png" -dest_files=["res://.godot/imported/Pawn_Idle Knife.png-7d17cc0e102153077e232e49bf7efbff.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png deleted file mode 100644 index 70ecb18..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png.import deleted file mode 100644 index bbfd4ad..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://lhevxl0miioq" -path="res://.godot/imported/Pawn_Idle Meat.png-08801bc583ba8e5845d2d82fe10c1f9a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png" -dest_files=["res://.godot/imported/Pawn_Idle Meat.png-08801bc583ba8e5845d2d82fe10c1f9a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png deleted file mode 100644 index ef78d0e..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png.import deleted file mode 100644 index fe1657b..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d2o5iete5x8xq" -path="res://.godot/imported/Pawn_Idle Pickaxe.png-b11d13e5040e2e80205a6c93093f26a6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Idle Pickaxe.png-b11d13e5040e2e80205a6c93093f26a6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png deleted file mode 100644 index 269ad7f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png.import deleted file mode 100644 index cd6bdee..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dr7i86wpqql71" -path="res://.godot/imported/Pawn_Idle Wood.png-581fa7eef3526aef5c7b915c50065ee4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png" -dest_files=["res://.godot/imported/Pawn_Idle Wood.png-581fa7eef3526aef5c7b915c50065ee4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png deleted file mode 100644 index 9020709..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png.import deleted file mode 100644 index 9ca3cd3..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bwkbv4jyw8yks" -path="res://.godot/imported/Pawn_Idle.png-14b0ef95d2ec6057a0017ac7ca23c2d7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png" -dest_files=["res://.godot/imported/Pawn_Idle.png-14b0ef95d2ec6057a0017ac7ca23c2d7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png deleted file mode 100644 index 9d6ae3d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png.import deleted file mode 100644 index bc53d1e..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c6fbm61ih4r5w" -path="res://.godot/imported/Pawn_Interact Axe.png-150bd013931f68edeb2fee6dca3ddbda.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png" -dest_files=["res://.godot/imported/Pawn_Interact Axe.png-150bd013931f68edeb2fee6dca3ddbda.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png deleted file mode 100644 index 6aae6c5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png.import deleted file mode 100644 index 9890eeb..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://6xyr6paghj81" -path="res://.godot/imported/Pawn_Interact Hammer.png-1c31d9f096e4e39e5ad8dba4d56a8841.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png" -dest_files=["res://.godot/imported/Pawn_Interact Hammer.png-1c31d9f096e4e39e5ad8dba4d56a8841.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png deleted file mode 100644 index 31d3416..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png.import deleted file mode 100644 index a550d85..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dnky7oj347hye" -path="res://.godot/imported/Pawn_Interact Knife.png-d588a43274b7e8f8c6135d60bdd14f05.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png" -dest_files=["res://.godot/imported/Pawn_Interact Knife.png-d588a43274b7e8f8c6135d60bdd14f05.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png deleted file mode 100644 index f28fd9b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png.import deleted file mode 100644 index 630fd19..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://btp1u7eedi4nv" -path="res://.godot/imported/Pawn_Interact Pickaxe.png-41fe1e04d0103817d8153523558bd6a6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Interact Pickaxe.png-41fe1e04d0103817d8153523558bd6a6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png deleted file mode 100644 index af55581..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png.import deleted file mode 100644 index fc13412..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cy2sv6jpia6br" -path="res://.godot/imported/Pawn_Run Axe.png-432b9f85a828a64ada6566a11867c396.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png" -dest_files=["res://.godot/imported/Pawn_Run Axe.png-432b9f85a828a64ada6566a11867c396.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png deleted file mode 100644 index 4f510aa..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png.import deleted file mode 100644 index 8747c0c..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://37k6tew2d2fo" -path="res://.godot/imported/Pawn_Run Gold.png-7193f2fe6e554cbcb4da686dd11edfc4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png" -dest_files=["res://.godot/imported/Pawn_Run Gold.png-7193f2fe6e554cbcb4da686dd11edfc4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png deleted file mode 100644 index ef4c152..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png.import deleted file mode 100644 index 2d24e5f..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://t42s7v2ldyo4" -path="res://.godot/imported/Pawn_Run Hammer.png-ce6411ccca8dea9ddf1aeb26c5270a70.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png" -dest_files=["res://.godot/imported/Pawn_Run Hammer.png-ce6411ccca8dea9ddf1aeb26c5270a70.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png deleted file mode 100644 index 934ebe8..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png.import deleted file mode 100644 index 42cfb4b..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://iusrrneddth6" -path="res://.godot/imported/Pawn_Run Knife.png-3213ef79e28badd95389812725d5c862.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png" -dest_files=["res://.godot/imported/Pawn_Run Knife.png-3213ef79e28badd95389812725d5c862.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png deleted file mode 100644 index 7c993e8..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png.import deleted file mode 100644 index b2d0ba8..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c4xnsbrqf2uv7" -path="res://.godot/imported/Pawn_Run Meat.png-a13883f21be6ea53d395ba1df37d0e52.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png" -dest_files=["res://.godot/imported/Pawn_Run Meat.png-a13883f21be6ea53d395ba1df37d0e52.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png deleted file mode 100644 index 005f494..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png.import deleted file mode 100644 index 0f0d4b7..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dqd8nrby32u4j" -path="res://.godot/imported/Pawn_Run Pickaxe.png-f69fa5069be32b813aa9a28763dc193f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Run Pickaxe.png-f69fa5069be32b813aa9a28763dc193f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png deleted file mode 100644 index d3f63f7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png.import deleted file mode 100644 index bc10e6e..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ci2ci4te2s8y6" -path="res://.godot/imported/Pawn_Run Wood.png-4c858ae41feed4663d9119cf50df933f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png" -dest_files=["res://.godot/imported/Pawn_Run Wood.png-4c858ae41feed4663d9119cf50df933f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png deleted file mode 100644 index 8d2ad21..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png.import deleted file mode 100644 index 58a6ff1..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d081digb7a3fl" -path="res://.godot/imported/Pawn_Run.png-1db70ecafbbc24dcaf725bebcde2c282.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png" -dest_files=["res://.godot/imported/Pawn_Run.png-1db70ecafbbc24dcaf725bebcde2c282.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png deleted file mode 100644 index 0257777..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png.import b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png.import deleted file mode 100644 index 59d3265..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://db3ltynscw7ox" -path="res://.godot/imported/Warrior_Attack1.png-d3beb1e27ab6dffbc178ed881f6f59c6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png" -dest_files=["res://.godot/imported/Warrior_Attack1.png-d3beb1e27ab6dffbc178ed881f6f59c6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png deleted file mode 100644 index ab782c3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png.import b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png.import deleted file mode 100644 index 0d4a1d7..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dj7bhgpcqoaac" -path="res://.godot/imported/Warrior_Attack2.png-b5f1a8000499e1b5f10b5b4e4d1b4c07.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png" -dest_files=["res://.godot/imported/Warrior_Attack2.png-b5f1a8000499e1b5f10b5b4e4d1b4c07.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png deleted file mode 100644 index d928d93..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png.import b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png.import deleted file mode 100644 index 3524efe..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://2p1ypwxsnywa" -path="res://.godot/imported/Warrior_Guard.png-f792dc2d395825ef66933aab45c489ae.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png" -dest_files=["res://.godot/imported/Warrior_Guard.png-f792dc2d395825ef66933aab45c489ae.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png deleted file mode 100644 index b7f0502..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png.import b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png.import deleted file mode 100644 index e4652b0..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b2v3biwpuviuk" -path="res://.godot/imported/Warrior_Idle.png-64e27643cfdf237af3c3ec280827a916.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png" -dest_files=["res://.godot/imported/Warrior_Idle.png-64e27643cfdf237af3c3ec280827a916.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png deleted file mode 100644 index 71b1a3a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png.import b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png.import deleted file mode 100644 index 28c41fc..0000000 --- a/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dq0dnodpkrp0" -path="res://.godot/imported/Warrior_Run.png-9fa86dc2bc987ab714a32c4a1bd1d250.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png" -dest_files=["res://.godot/imported/Warrior_Run.png-9fa86dc2bc987ab714a32c4a1bd1d250.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/.DS_Store b/docs/gyms/tiny_swords/Units/Blue Units/.DS_Store deleted file mode 100644 index 990d2ea..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png deleted file mode 100644 index 47aabd1..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png.import deleted file mode 100644 index b8d151c..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c4hprflnjsvbs" -path="res://.godot/imported/Archer_Idle.png-d9cd5f40f276783bb49511bea227bc8a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png" -dest_files=["res://.godot/imported/Archer_Idle.png-d9cd5f40f276783bb49511bea227bc8a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png deleted file mode 100644 index 50c1a8b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png.import deleted file mode 100644 index 2e04039..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ddy5qsaqwc7pt" -path="res://.godot/imported/Archer_Run.png-506f5f7b19d3af82708f6256434f48b2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png" -dest_files=["res://.godot/imported/Archer_Run.png-506f5f7b19d3af82708f6256434f48b2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png deleted file mode 100644 index 363ab20..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png.import deleted file mode 100644 index 8b19237..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2n4w17vaukfx" -path="res://.godot/imported/Archer_Shoot.png-a86da23118e4c34eb744329d781d7f88.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png" -dest_files=["res://.godot/imported/Archer_Shoot.png-a86da23118e4c34eb744329d781d7f88.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png deleted file mode 100644 index f604ba9..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png.import deleted file mode 100644 index 45abc63..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b2x8fyd8nwobo" -path="res://.godot/imported/Arrow.png-46a40c0744f449a9e43cf98caa44ac4d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png" -dest_files=["res://.godot/imported/Arrow.png-46a40c0744f449a9e43cf98caa44ac4d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png deleted file mode 100644 index 8ccd9d0..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png.import deleted file mode 100644 index c0c0195..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8fsoyyv31c8v" -path="res://.godot/imported/Lancer_DownRight_Attack.png-401c000511387905c9756e37113bb9b8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Attack.png-401c000511387905c9756e37113bb9b8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png deleted file mode 100644 index 68dccc7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png.import deleted file mode 100644 index 3ddbb7c..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bmmvyfcatd0xi" -path="res://.godot/imported/Lancer_DownRight_Defence.png-e87692cab1136203c863916c51b0896b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Defence.png-e87692cab1136203c863916c51b0896b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png deleted file mode 100644 index 7167a2f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png.import deleted file mode 100644 index 9cf8141..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b5u6i608v6ems" -path="res://.godot/imported/Lancer_Down_Attack.png-7af151c3b73e9b6eaf9a289b0b4f0361.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png" -dest_files=["res://.godot/imported/Lancer_Down_Attack.png-7af151c3b73e9b6eaf9a289b0b4f0361.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png deleted file mode 100644 index 80b7eae..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png.import deleted file mode 100644 index 755588d..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://s8ta71fgnyy3" -path="res://.godot/imported/Lancer_Down_Defence.png-f11685e55bbd6a51d7a66c4f29ea63f3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png" -dest_files=["res://.godot/imported/Lancer_Down_Defence.png-f11685e55bbd6a51d7a66c4f29ea63f3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png deleted file mode 100644 index 8ef9ce5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png.import deleted file mode 100644 index 4c45270..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bukgunau2asc4" -path="res://.godot/imported/Lancer_Idle.png-f3acf00bebf1370e318e2e441c09610c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png" -dest_files=["res://.godot/imported/Lancer_Idle.png-f3acf00bebf1370e318e2e441c09610c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png deleted file mode 100644 index 095cafc..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png.import deleted file mode 100644 index c3168a8..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://p60von8kqw5a" -path="res://.godot/imported/Lancer_Right_Attack.png-f5248935f2ae10a6c853ca007a796309.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png" -dest_files=["res://.godot/imported/Lancer_Right_Attack.png-f5248935f2ae10a6c853ca007a796309.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png deleted file mode 100644 index b33a648..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png.import deleted file mode 100644 index 1a96abc..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bqeqjrjpwovko" -path="res://.godot/imported/Lancer_Right_Defence.png-114ae7327a792c0e5693b7c0b6661b8b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png" -dest_files=["res://.godot/imported/Lancer_Right_Defence.png-114ae7327a792c0e5693b7c0b6661b8b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png deleted file mode 100644 index 935f1ff..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png.import deleted file mode 100644 index 391372f..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://drgu087hjti7a" -path="res://.godot/imported/Lancer_Run.png-826dbe64c39f0a920a14bd327d312da1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png" -dest_files=["res://.godot/imported/Lancer_Run.png-826dbe64c39f0a920a14bd327d312da1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png deleted file mode 100644 index 014e218..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png.import deleted file mode 100644 index e107418..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dev6rktp4ysw1" -path="res://.godot/imported/Lancer_UpRight_Attack.png-68400bc534559de0ebde651bc488fec5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Attack.png-68400bc534559de0ebde651bc488fec5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png deleted file mode 100644 index dcf1e8b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png.import deleted file mode 100644 index 0209e59..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b7bwdsws3a7dn" -path="res://.godot/imported/Lancer_UpRight_Defence.png-28565b629477021f00f45fb1b647e2a4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Defence.png-28565b629477021f00f45fb1b647e2a4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png deleted file mode 100644 index 9b70adf..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png.import deleted file mode 100644 index 70c6110..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b3i2nmhel7dww" -path="res://.godot/imported/Lancer_Up_Attack.png-c904c1d0c1419a98982592f2941683ba.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png" -dest_files=["res://.godot/imported/Lancer_Up_Attack.png-c904c1d0c1419a98982592f2941683ba.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png deleted file mode 100644 index d61c895..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png.import deleted file mode 100644 index e554250..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://blsmdnywq1x8g" -path="res://.godot/imported/Lancer_Up_Defence.png-790ab94f558c06745e435c0e545822e8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png" -dest_files=["res://.godot/imported/Lancer_Up_Defence.png-790ab94f558c06745e435c0e545822e8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/.DS_Store b/docs/gyms/tiny_swords/Units/Blue Units/Monk/.DS_Store deleted file mode 100644 index 4961f5a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Monk/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png deleted file mode 100644 index f2b2d2c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png.import deleted file mode 100644 index f89a083..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dlhcumgljacwm" -path="res://.godot/imported/Heal.png-a408d714c04673d90c7a74c72e413d80.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png" -dest_files=["res://.godot/imported/Heal.png-a408d714c04673d90c7a74c72e413d80.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png deleted file mode 100644 index 348c795..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png.import deleted file mode 100644 index d598f42..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dl23msdftc1m5" -path="res://.godot/imported/Heal_Effect.png-96eca8658975dd002684046733718c69.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png" -dest_files=["res://.godot/imported/Heal_Effect.png-96eca8658975dd002684046733718c69.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png deleted file mode 100644 index d3de43c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png.import deleted file mode 100644 index 4b8e326..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://co6gkelxn2y0d" -path="res://.godot/imported/Idle.png-4f77c1160d1182a5c26aefa9c39bbf74.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png" -dest_files=["res://.godot/imported/Idle.png-4f77c1160d1182a5c26aefa9c39bbf74.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png deleted file mode 100644 index 565a7bd..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png.import deleted file mode 100644 index 499b61c..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://788dw2o7vw70" -path="res://.godot/imported/Run.png-171ffb91d1bc2d9c672f47c1aa6374b7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png" -dest_files=["res://.godot/imported/Run.png-171ffb91d1bc2d9c672f47c1aa6374b7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/.DS_Store b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/.DS_Store deleted file mode 100644 index a34b2f3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png deleted file mode 100644 index 790bcad..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png.import deleted file mode 100644 index 8bc801e..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bpftqycexlvj7" -path="res://.godot/imported/Pawn_Idle Axe.png-a7caf5548a0c4b06d7e8de01baac0d44.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png" -dest_files=["res://.godot/imported/Pawn_Idle Axe.png-a7caf5548a0c4b06d7e8de01baac0d44.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png deleted file mode 100644 index 60a1491..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png.import deleted file mode 100644 index 045253f..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bq6uw43xgjysy" -path="res://.godot/imported/Pawn_Idle Gold.png-b0b33fdc0c0127ebf5404dd871cd06d8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png" -dest_files=["res://.godot/imported/Pawn_Idle Gold.png-b0b33fdc0c0127ebf5404dd871cd06d8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png deleted file mode 100644 index cfaa485..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png.import deleted file mode 100644 index c13e52e..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://0dgvup8e2gsy" -path="res://.godot/imported/Pawn_Idle Hammer.png-46f5a9340b647b737e610fdeb816862d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png" -dest_files=["res://.godot/imported/Pawn_Idle Hammer.png-46f5a9340b647b737e610fdeb816862d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png deleted file mode 100644 index 3224aa4..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png.import deleted file mode 100644 index ae6afe4..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cwy10a3w3afni" -path="res://.godot/imported/Pawn_Idle Knife.png-34a8cf0d2620c753cecd5d149d28b346.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png" -dest_files=["res://.godot/imported/Pawn_Idle Knife.png-34a8cf0d2620c753cecd5d149d28b346.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png deleted file mode 100644 index ae08bb8..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png.import deleted file mode 100644 index dd3f6e5..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://660a8ql48uxv" -path="res://.godot/imported/Pawn_Idle Meat.png-4e4ab1d8e0a6ef48bf62f4088cb6f3c3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png" -dest_files=["res://.godot/imported/Pawn_Idle Meat.png-4e4ab1d8e0a6ef48bf62f4088cb6f3c3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png deleted file mode 100644 index 5bca92b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png.import deleted file mode 100644 index b47b84a..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c14rvrtycc5mu" -path="res://.godot/imported/Pawn_Idle Pickaxe.png-1a84ff7e9889a944a84f95538be08fe1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Idle Pickaxe.png-1a84ff7e9889a944a84f95538be08fe1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png deleted file mode 100644 index a3d73c5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png.import deleted file mode 100644 index 530ff9e..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bco0f77hdhff1" -path="res://.godot/imported/Pawn_Idle Wood.png-289571b5e5bf65db142b325d8617e523.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png" -dest_files=["res://.godot/imported/Pawn_Idle Wood.png-289571b5e5bf65db142b325d8617e523.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png deleted file mode 100644 index f872036..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png.import deleted file mode 100644 index 1041321..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://valr33nh00cl" -path="res://.godot/imported/Pawn_Idle.png-e63851f48d9379d5bfeeb62bf545f3f5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png" -dest_files=["res://.godot/imported/Pawn_Idle.png-e63851f48d9379d5bfeeb62bf545f3f5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png deleted file mode 100644 index d3bd82a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png.import deleted file mode 100644 index 933419f..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://do36ns4deo7un" -path="res://.godot/imported/Pawn_Interact Axe.png-aa0f77983f859e1b7eb2e7c1c63deb19.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png" -dest_files=["res://.godot/imported/Pawn_Interact Axe.png-aa0f77983f859e1b7eb2e7c1c63deb19.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png deleted file mode 100644 index 3c87918..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png.import deleted file mode 100644 index e102c80..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dastb1oq4ofom" -path="res://.godot/imported/Pawn_Interact Hammer.png-f6bc759bd9b83e51a6fba15a37c252a8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png" -dest_files=["res://.godot/imported/Pawn_Interact Hammer.png-f6bc759bd9b83e51a6fba15a37c252a8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png deleted file mode 100644 index 3bfbab8..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png.import deleted file mode 100644 index f10851f..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://j1p7s767frit" -path="res://.godot/imported/Pawn_Interact Knife.png-e9320eec03520982daa90ddb9c80f66f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png" -dest_files=["res://.godot/imported/Pawn_Interact Knife.png-e9320eec03520982daa90ddb9c80f66f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png deleted file mode 100644 index 1deac38..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png.import deleted file mode 100644 index 9f40240..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d1104v8incp7f" -path="res://.godot/imported/Pawn_Interact Pickaxe.png-07a9381c5c36aca9b03b30a5237300d7.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Interact Pickaxe.png-07a9381c5c36aca9b03b30a5237300d7.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png deleted file mode 100644 index 54c5053..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png.import deleted file mode 100644 index 5973743..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ckxco4b5dfxm1" -path="res://.godot/imported/Pawn_Run Axe.png-1df1edfbce47892d00173ad56758b72e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png" -dest_files=["res://.godot/imported/Pawn_Run Axe.png-1df1edfbce47892d00173ad56758b72e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png deleted file mode 100644 index 52242d5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png.import deleted file mode 100644 index b761a09..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b4tx71v5xf4h8" -path="res://.godot/imported/Pawn_Run Gold.png-429e50fe23bb21c29461ad73719f28ef.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png" -dest_files=["res://.godot/imported/Pawn_Run Gold.png-429e50fe23bb21c29461ad73719f28ef.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png deleted file mode 100644 index 43d8aae..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png.import deleted file mode 100644 index 46b86dd..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cnikynpd7ap1d" -path="res://.godot/imported/Pawn_Run Hammer.png-8b55dcecf7ee75dea3f34244f0864ff4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png" -dest_files=["res://.godot/imported/Pawn_Run Hammer.png-8b55dcecf7ee75dea3f34244f0864ff4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png deleted file mode 100644 index f4f5fc0..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png.import deleted file mode 100644 index e72503b..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cpp7srrbtge3t" -path="res://.godot/imported/Pawn_Run Knife.png-18f60e175a269b7cbe6b3e665a65d99d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png" -dest_files=["res://.godot/imported/Pawn_Run Knife.png-18f60e175a269b7cbe6b3e665a65d99d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png deleted file mode 100644 index faf7172..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png.import deleted file mode 100644 index 71c93fd..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cit6cui6mwjr2" -path="res://.godot/imported/Pawn_Run Meat.png-382f1a3f91ba21cab992e4cf60c90536.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png" -dest_files=["res://.godot/imported/Pawn_Run Meat.png-382f1a3f91ba21cab992e4cf60c90536.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png deleted file mode 100644 index a0a319f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png.import deleted file mode 100644 index bcb2557..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dcos8sefdritp" -path="res://.godot/imported/Pawn_Run Pickaxe.png-c14013a1aa23c16f71eb5d14ec79cfe2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Run Pickaxe.png-c14013a1aa23c16f71eb5d14ec79cfe2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png deleted file mode 100644 index 85c4458..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png.import deleted file mode 100644 index 357cc65..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://begek5fh5toa" -path="res://.godot/imported/Pawn_Run Wood.png-7888d30b50a7a5b71a690fda24cf4cc0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png" -dest_files=["res://.godot/imported/Pawn_Run Wood.png-7888d30b50a7a5b71a690fda24cf4cc0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png deleted file mode 100644 index 53c99aa..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png.import deleted file mode 100644 index c994c29..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://iheau5cyx7v5" -path="res://.godot/imported/Pawn_Run.png-bac7b2c6b26b471fc965f99cb89dfa81.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png" -dest_files=["res://.godot/imported/Pawn_Run.png-bac7b2c6b26b471fc965f99cb89dfa81.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png deleted file mode 100644 index f3d8996..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png.import deleted file mode 100644 index fa25a32..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dxl542psepoja" -path="res://.godot/imported/Warrior_Attack1.png-9056762140e974529866e44396e2462c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png" -dest_files=["res://.godot/imported/Warrior_Attack1.png-9056762140e974529866e44396e2462c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png deleted file mode 100644 index aed6320..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png.import deleted file mode 100644 index 72e728e..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dyffrqv3gnj8f" -path="res://.godot/imported/Warrior_Attack2.png-62cd9b831378614d824e8ce43e63cc0f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png" -dest_files=["res://.godot/imported/Warrior_Attack2.png-62cd9b831378614d824e8ce43e63cc0f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png deleted file mode 100644 index 2eb617d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png.import deleted file mode 100644 index 4bd9453..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brfkhct4dtgni" -path="res://.godot/imported/Warrior_Guard.png-a503573dc8acad7bc2b48139812ab6f4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png" -dest_files=["res://.godot/imported/Warrior_Guard.png-a503573dc8acad7bc2b48139812ab6f4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png deleted file mode 100644 index d4227f0..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png.import deleted file mode 100644 index 794e802..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cjlgbslgd2ofa" -path="res://.godot/imported/Warrior_Idle.png-75690cf8479c4f77a5cfcd0b18249045.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png" -dest_files=["res://.godot/imported/Warrior_Idle.png-75690cf8479c4f77a5cfcd0b18249045.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png deleted file mode 100644 index b12b05f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png.import b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png.import deleted file mode 100644 index 173b200..0000000 --- a/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://btir7r2fbtinl" -path="res://.godot/imported/Warrior_Run.png-230aed98b62a09b1fc16306f8d79ad00.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png" -dest_files=["res://.godot/imported/Warrior_Run.png-230aed98b62a09b1fc16306f8d79ad00.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/.DS_Store b/docs/gyms/tiny_swords/Units/Purple Units/.DS_Store deleted file mode 100644 index 0d4388c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png deleted file mode 100644 index 04d4dfa..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png.import deleted file mode 100644 index c60fc58..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://630styshmpji" -path="res://.godot/imported/Archer_Idle.png-c813734f5ed0bd34ff54705cdd8d535c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png" -dest_files=["res://.godot/imported/Archer_Idle.png-c813734f5ed0bd34ff54705cdd8d535c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png deleted file mode 100644 index 144773c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png.import deleted file mode 100644 index dc39afc..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b8dkg1l0eo8jw" -path="res://.godot/imported/Archer_Run.png-80b646bd7f886cd49dadf97178c5e63a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png" -dest_files=["res://.godot/imported/Archer_Run.png-80b646bd7f886cd49dadf97178c5e63a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png deleted file mode 100644 index 7fee5b6..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png.import deleted file mode 100644 index 78c66be..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c53to1yjvjix5" -path="res://.godot/imported/Archer_Shoot.png-be2f1425eaed48e76c368b1d04e65a63.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png" -dest_files=["res://.godot/imported/Archer_Shoot.png-be2f1425eaed48e76c368b1d04e65a63.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png deleted file mode 100644 index f604ba9..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png.import deleted file mode 100644 index 4fce8e5..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bh6u2me8fwte7" -path="res://.godot/imported/Arrow.png-ead1072de25fee9f53f1a4e7b956960b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png" -dest_files=["res://.godot/imported/Arrow.png-ead1072de25fee9f53f1a4e7b956960b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png deleted file mode 100644 index 9d3506b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png.import deleted file mode 100644 index 013d997..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ou0hmuyaykj7" -path="res://.godot/imported/Lancer_DownRight_Attack.png-01f6d2c714fde7c10ea7c4f78f770e7a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Attack.png-01f6d2c714fde7c10ea7c4f78f770e7a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png deleted file mode 100644 index f9cb01f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png.import deleted file mode 100644 index 4bbe8f1..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://jnca6n6yek8n" -path="res://.godot/imported/Lancer_DownRight_Defence.png-6b12c1ec220efe2a13f3921982b06bb4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Defence.png-6b12c1ec220efe2a13f3921982b06bb4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png deleted file mode 100644 index 6874e24..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png.import deleted file mode 100644 index 506a954..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bquv4n2j5v61n" -path="res://.godot/imported/Lancer_Down_Attack.png-61052137b16a855577d8306e48e6d02d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png" -dest_files=["res://.godot/imported/Lancer_Down_Attack.png-61052137b16a855577d8306e48e6d02d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png deleted file mode 100644 index 134f9ee..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png.import deleted file mode 100644 index 04079f2..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bd36qegsvseq3" -path="res://.godot/imported/Lancer_Down_Defence.png-966cb0ba745e702a3e931f2fad33dc29.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png" -dest_files=["res://.godot/imported/Lancer_Down_Defence.png-966cb0ba745e702a3e931f2fad33dc29.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png deleted file mode 100644 index c473f12..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png.import deleted file mode 100644 index e2beb1f..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dtwsdcbi3eghl" -path="res://.godot/imported/Lancer_Idle.png-cc45d4c044844ab9df1b4a12870fd295.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png" -dest_files=["res://.godot/imported/Lancer_Idle.png-cc45d4c044844ab9df1b4a12870fd295.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png deleted file mode 100644 index 0066676..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png.import deleted file mode 100644 index aadae84..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://boeaa7bhuiyvl" -path="res://.godot/imported/Lancer_Right_Attack.png-cee6d87df4ab4e8aaf907dd761c8ae4a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png" -dest_files=["res://.godot/imported/Lancer_Right_Attack.png-cee6d87df4ab4e8aaf907dd761c8ae4a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png deleted file mode 100644 index 1a2a95c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png.import deleted file mode 100644 index 296c87e..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bjllom8sutj4m" -path="res://.godot/imported/Lancer_Right_Defence.png-8c9e7248c101e247467a96734f4d6f95.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png" -dest_files=["res://.godot/imported/Lancer_Right_Defence.png-8c9e7248c101e247467a96734f4d6f95.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png deleted file mode 100644 index 695dd9f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png.import deleted file mode 100644 index b3590cf..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://re2d4u11qeas" -path="res://.godot/imported/Lancer_Run.png-f69e6ae18ba652ae16985ab0cee6f035.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png" -dest_files=["res://.godot/imported/Lancer_Run.png-f69e6ae18ba652ae16985ab0cee6f035.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png deleted file mode 100644 index cc4d573..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png.import deleted file mode 100644 index 45a4549..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bnqmkrcy76mo5" -path="res://.godot/imported/Lancer_UpRight_Attack.png-10cb593b738aed7d6e0d2f5084df6bc9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Attack.png-10cb593b738aed7d6e0d2f5084df6bc9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png deleted file mode 100644 index 725cd4f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png.import deleted file mode 100644 index 1b46348..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ucugv0mxl72t" -path="res://.godot/imported/Lancer_UpRight_Defence.png-5fd3d0d41a4e0006104dc415c94a9940.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Defence.png-5fd3d0d41a4e0006104dc415c94a9940.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png deleted file mode 100644 index 8ce23e8..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png.import deleted file mode 100644 index 744db1b..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://q70tiflj7vu2" -path="res://.godot/imported/Lancer_Up_Attack.png-e2a9198458d5b086cf5994e68313135f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png" -dest_files=["res://.godot/imported/Lancer_Up_Attack.png-e2a9198458d5b086cf5994e68313135f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png deleted file mode 100644 index b2a0981..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png.import deleted file mode 100644 index f9b15fd..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://blgjrlxbbuyj2" -path="res://.godot/imported/Lancer_Up_Defence.png-8795a90a46ac0a4a21e6535de5e817f8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png" -dest_files=["res://.godot/imported/Lancer_Up_Defence.png-8795a90a46ac0a4a21e6535de5e817f8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/.DS_Store b/docs/gyms/tiny_swords/Units/Purple Units/Monk/.DS_Store deleted file mode 100644 index 4961f5a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Monk/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png deleted file mode 100644 index 2c4c504..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png.import deleted file mode 100644 index 5a9b035..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://pmhbldciutin" -path="res://.godot/imported/Heal.png-d5fa2dac58517278a71d06d15917c2f2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png" -dest_files=["res://.godot/imported/Heal.png-d5fa2dac58517278a71d06d15917c2f2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png deleted file mode 100644 index 348c795..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png.import deleted file mode 100644 index b4daddd..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bu7o2udp50t1q" -path="res://.godot/imported/Heal_Effect.png-dab9e7004bd4533cc4d25412cf849677.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png" -dest_files=["res://.godot/imported/Heal_Effect.png-dab9e7004bd4533cc4d25412cf849677.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png deleted file mode 100644 index a8cc783..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png.import deleted file mode 100644 index f7b1c8d..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c5qmlst3sm0ux" -path="res://.godot/imported/Idle.png-187d8907175d6b7b3a61cd5b00359fde.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png" -dest_files=["res://.godot/imported/Idle.png-187d8907175d6b7b3a61cd5b00359fde.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png deleted file mode 100644 index 2ffa3f5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png.import deleted file mode 100644 index 7e7861c..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://7nnckepfv88v" -path="res://.godot/imported/Run.png-e3592695475510505236742be6679cb6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png" -dest_files=["res://.godot/imported/Run.png-e3592695475510505236742be6679cb6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/.DS_Store b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/.DS_Store deleted file mode 100644 index a34b2f3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png deleted file mode 100644 index 4afd1ab..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png.import deleted file mode 100644 index 78fb850..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://6govt0mut50b" -path="res://.godot/imported/Pawn_Idle Axe.png-55a81f6787f696afba6957016759ecfe.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png" -dest_files=["res://.godot/imported/Pawn_Idle Axe.png-55a81f6787f696afba6957016759ecfe.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png deleted file mode 100644 index 0c8d17a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png.import deleted file mode 100644 index aae8735..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://s4fjfikfgx10" -path="res://.godot/imported/Pawn_Idle Gold.png-0d43f82f5437dc84119c554e69ddbbd2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png" -dest_files=["res://.godot/imported/Pawn_Idle Gold.png-0d43f82f5437dc84119c554e69ddbbd2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png deleted file mode 100644 index 34c3a3f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png.import deleted file mode 100644 index 8a87622..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dwwburvoug2fr" -path="res://.godot/imported/Pawn_Idle Hammer.png-182bc5b94e5732f98244b84c08e070ff.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png" -dest_files=["res://.godot/imported/Pawn_Idle Hammer.png-182bc5b94e5732f98244b84c08e070ff.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png deleted file mode 100644 index 461c2d1..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png.import deleted file mode 100644 index 64be450..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bj34mrf8p4xux" -path="res://.godot/imported/Pawn_Idle Knife.png-affe2f2e27283687dfe5e697b1a29bd1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png" -dest_files=["res://.godot/imported/Pawn_Idle Knife.png-affe2f2e27283687dfe5e697b1a29bd1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png deleted file mode 100644 index 50b1b78..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png.import deleted file mode 100644 index bab975b..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bicga5itsgrwk" -path="res://.godot/imported/Pawn_Idle Meat.png-4aa01734cccaeed8e9bcf94be4100f29.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png" -dest_files=["res://.godot/imported/Pawn_Idle Meat.png-4aa01734cccaeed8e9bcf94be4100f29.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png deleted file mode 100644 index e18977a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png.import deleted file mode 100644 index ac46ee7..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://6xp0q5gay8nw" -path="res://.godot/imported/Pawn_Idle Pickaxe.png-60c7040ed9e68aec512f3c33f3272104.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Idle Pickaxe.png-60c7040ed9e68aec512f3c33f3272104.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png deleted file mode 100644 index d15d077..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png.import deleted file mode 100644 index 80a85cf..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://be3s8ecw4olck" -path="res://.godot/imported/Pawn_Idle Wood.png-51fc9a33e40459163961f4a6359fbe42.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png" -dest_files=["res://.godot/imported/Pawn_Idle Wood.png-51fc9a33e40459163961f4a6359fbe42.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png deleted file mode 100644 index 6a61abd..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png.import deleted file mode 100644 index 5bdd2b4..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d3tt8hvin17ew" -path="res://.godot/imported/Pawn_Idle.png-084f1320c0e2fb4281904d7aaf3715c8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png" -dest_files=["res://.godot/imported/Pawn_Idle.png-084f1320c0e2fb4281904d7aaf3715c8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png deleted file mode 100644 index f15c8d3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png.import deleted file mode 100644 index 115ea71..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cis6gjcanm6gx" -path="res://.godot/imported/Pawn_Interact Axe.png-d3a90be172492f4467942ecddc181057.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png" -dest_files=["res://.godot/imported/Pawn_Interact Axe.png-d3a90be172492f4467942ecddc181057.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png deleted file mode 100644 index f8391e7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png.import deleted file mode 100644 index 8053afb..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://j4f42058tan5" -path="res://.godot/imported/Pawn_Interact Hammer.png-42d0490f9141603bd6d93c617d870dd4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png" -dest_files=["res://.godot/imported/Pawn_Interact Hammer.png-42d0490f9141603bd6d93c617d870dd4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png deleted file mode 100644 index 1c23f0f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png.import deleted file mode 100644 index 6d1ef9b..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://do72o5hbum66e" -path="res://.godot/imported/Pawn_Interact Knife.png-cccf404f01d0d4fd8969ebe092be89b3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png" -dest_files=["res://.godot/imported/Pawn_Interact Knife.png-cccf404f01d0d4fd8969ebe092be89b3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png deleted file mode 100644 index 47860b1..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png.import deleted file mode 100644 index b36f2e9..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b56p8dvlm5end" -path="res://.godot/imported/Pawn_Interact Pickaxe.png-ae9693ef7598288624ca2d05026a9df9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Interact Pickaxe.png-ae9693ef7598288624ca2d05026a9df9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png deleted file mode 100644 index 68009e4..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png.import deleted file mode 100644 index f9403d0..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cs1oc8tyftyuy" -path="res://.godot/imported/Pawn_Run Axe.png-680064feab2c1e5bfcb1ffc392310765.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png" -dest_files=["res://.godot/imported/Pawn_Run Axe.png-680064feab2c1e5bfcb1ffc392310765.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png deleted file mode 100644 index 909ba8c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png.import deleted file mode 100644 index e3a4d5a..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cmxkw6plnsnmw" -path="res://.godot/imported/Pawn_Run Gold.png-3ce8c7f5a63f45544d6267b82a497246.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png" -dest_files=["res://.godot/imported/Pawn_Run Gold.png-3ce8c7f5a63f45544d6267b82a497246.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png deleted file mode 100644 index ef9018d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png.import deleted file mode 100644 index b66684f..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bdohy5m0kq3do" -path="res://.godot/imported/Pawn_Run Hammer.png-fe4b195d3f4a616893f82951ca3b3214.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png" -dest_files=["res://.godot/imported/Pawn_Run Hammer.png-fe4b195d3f4a616893f82951ca3b3214.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png deleted file mode 100644 index d309261..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png.import deleted file mode 100644 index 52a91e9..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dp8x6irlilb00" -path="res://.godot/imported/Pawn_Run Knife.png-97429f31e41e051fb68a0534ef2b6855.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png" -dest_files=["res://.godot/imported/Pawn_Run Knife.png-97429f31e41e051fb68a0534ef2b6855.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png deleted file mode 100644 index b872b00..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png.import deleted file mode 100644 index 2bef326..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b7cru8b3tbwvj" -path="res://.godot/imported/Pawn_Run Meat.png-421e96f91ada27abc440adc22cc36a9c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png" -dest_files=["res://.godot/imported/Pawn_Run Meat.png-421e96f91ada27abc440adc22cc36a9c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png deleted file mode 100644 index edebc91..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png.import deleted file mode 100644 index 4a7962d..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://qnuj1et7vahg" -path="res://.godot/imported/Pawn_Run Pickaxe.png-b375a8fac1688f244b0ab6660ca90461.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Run Pickaxe.png-b375a8fac1688f244b0ab6660ca90461.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png deleted file mode 100644 index 8c762e1..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png.import deleted file mode 100644 index 86bb23b..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bkprc1tppypsy" -path="res://.godot/imported/Pawn_Run Wood.png-e86dc022bfac5a4a3a39612b4b00830a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png" -dest_files=["res://.godot/imported/Pawn_Run Wood.png-e86dc022bfac5a4a3a39612b4b00830a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png deleted file mode 100644 index 1dc38f7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png.import deleted file mode 100644 index 674f840..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://s8j70uhqo8fj" -path="res://.godot/imported/Pawn_Run.png-b826cc3a13570d8472b7e4f59f58f9cd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png" -dest_files=["res://.godot/imported/Pawn_Run.png-b826cc3a13570d8472b7e4f59f58f9cd.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png deleted file mode 100644 index c5259f4..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png.import deleted file mode 100644 index 754a815..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brrtd1lq7gq30" -path="res://.godot/imported/Warrior_Attack1.png-0eff37f01cd892a59c41d04b317a97a5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png" -dest_files=["res://.godot/imported/Warrior_Attack1.png-0eff37f01cd892a59c41d04b317a97a5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png deleted file mode 100644 index 3ac5687..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png.import deleted file mode 100644 index 1774524..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dgdd37i45h405" -path="res://.godot/imported/Warrior_Attack2.png-a4b8100673a98cc3935bdbf9f7a18b5a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png" -dest_files=["res://.godot/imported/Warrior_Attack2.png-a4b8100673a98cc3935bdbf9f7a18b5a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png deleted file mode 100644 index 064c170..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png.import deleted file mode 100644 index b893b67..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bs3pvmvutaqxq" -path="res://.godot/imported/Warrior_Guard.png-f3c7b1c9affa6d26e6fb7b7852d7b8d1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png" -dest_files=["res://.godot/imported/Warrior_Guard.png-f3c7b1c9affa6d26e6fb7b7852d7b8d1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png deleted file mode 100644 index b8ebdc7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png.import deleted file mode 100644 index 8c14c08..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c87ck2ld4ynpn" -path="res://.godot/imported/Warrior_Idle.png-0b7cfc65a0fa35b96af5454292dbf677.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png" -dest_files=["res://.godot/imported/Warrior_Idle.png-0b7cfc65a0fa35b96af5454292dbf677.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png deleted file mode 100644 index a6ba2f3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png.import b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png.import deleted file mode 100644 index 23c9e4c..0000000 --- a/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bqat8l7o0lqcg" -path="res://.godot/imported/Warrior_Run.png-91451252403f5c6a19bce4f3b3a11273.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png" -dest_files=["res://.godot/imported/Warrior_Run.png-91451252403f5c6a19bce4f3b3a11273.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/.DS_Store b/docs/gyms/tiny_swords/Units/Red Units/.DS_Store deleted file mode 100644 index de611e5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png deleted file mode 100644 index eb88ddc..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png.import b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png.import deleted file mode 100644 index 8c78eed..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://mn4grr4srkc1" -path="res://.godot/imported/Archer_Idle.png-ee40922f73bd3a4bf9a45d5a4b7dd261.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png" -dest_files=["res://.godot/imported/Archer_Idle.png-ee40922f73bd3a4bf9a45d5a4b7dd261.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png deleted file mode 100644 index 587b52e..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png.import b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png.import deleted file mode 100644 index a345aa9..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b1ur8sgnsuauk" -path="res://.godot/imported/Archer_Run.png-ec11e81fd68f86d52971fa10f4ae465a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png" -dest_files=["res://.godot/imported/Archer_Run.png-ec11e81fd68f86d52971fa10f4ae465a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png deleted file mode 100644 index 2ae8b24..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png.import b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png.import deleted file mode 100644 index 0d5ed26..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bhi882ji73q5e" -path="res://.godot/imported/Archer_Shoot.png-c8939552bdbdc73844344ccfe1116a24.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png" -dest_files=["res://.godot/imported/Archer_Shoot.png-c8939552bdbdc73844344ccfe1116a24.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png b/docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png deleted file mode 100644 index f604ba9..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png.import b/docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png.import deleted file mode 100644 index dda3028..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://0udcj0h4bmuk" -path="res://.godot/imported/Arrow.png-6ad44d03ac138a8cb18a00599a17c9cb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png" -dest_files=["res://.godot/imported/Arrow.png-6ad44d03ac138a8cb18a00599a17c9cb.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png deleted file mode 100644 index 2bd69f4..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png.import deleted file mode 100644 index fe91717..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cm6djy441wwrt" -path="res://.godot/imported/Lancer_DownRight_Attack.png-aba74ccfe129a14f700f707067a2ab76.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Attack.png-aba74ccfe129a14f700f707067a2ab76.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png deleted file mode 100644 index 29d33f6..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png.import deleted file mode 100644 index 9d592fa..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dduyr3ienjfyc" -path="res://.godot/imported/Lancer_DownRight_Defence.png-294cc5ed87f3168826ed6a78b425a07b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Defence.png-294cc5ed87f3168826ed6a78b425a07b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png deleted file mode 100644 index 7d40c43..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png.import deleted file mode 100644 index 68e7ead..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://biaho6byylyyr" -path="res://.godot/imported/Lancer_Down_Attack.png-60965a33345a55a3399570199aef3f6f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png" -dest_files=["res://.godot/imported/Lancer_Down_Attack.png-60965a33345a55a3399570199aef3f6f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png deleted file mode 100644 index 1092771..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png.import deleted file mode 100644 index a9cfffc..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b7yeumq208ymy" -path="res://.godot/imported/Lancer_Down_Defence.png-5e063f2f3f88eebc6a47343c10da6aa6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png" -dest_files=["res://.godot/imported/Lancer_Down_Defence.png-5e063f2f3f88eebc6a47343c10da6aa6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png deleted file mode 100644 index 27960eb..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png.import deleted file mode 100644 index 42ab66d..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b2ss2sk5yrb75" -path="res://.godot/imported/Lancer_Idle.png-8c3ea6502fccecc4fa9e9f72e53907a5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png" -dest_files=["res://.godot/imported/Lancer_Idle.png-8c3ea6502fccecc4fa9e9f72e53907a5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png deleted file mode 100644 index 4444588..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png.import deleted file mode 100644 index f189ae4..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d1nfkqo01fqr0" -path="res://.godot/imported/Lancer_Right_Attack.png-a7f500a59c9d4eeb70f0681c82d1c611.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png" -dest_files=["res://.godot/imported/Lancer_Right_Attack.png-a7f500a59c9d4eeb70f0681c82d1c611.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png deleted file mode 100644 index e7206c3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png deleted file mode 100644 index 7564cc0..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png.import deleted file mode 100644 index ec66006..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cguf54j2sh1si" -path="res://.godot/imported/Lancer_Run.png-fa0c59037142f000f72236ee26fd6dbb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png" -dest_files=["res://.godot/imported/Lancer_Run.png-fa0c59037142f000f72236ee26fd6dbb.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png deleted file mode 100644 index 367293d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png.import deleted file mode 100644 index f3230ee..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bnpfvdtmiqwh3" -path="res://.godot/imported/Lancer_UpRight_Attack.png-7d1e89a10735780599dae812cfc30fed.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Attack.png-7d1e89a10735780599dae812cfc30fed.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png deleted file mode 100644 index 1d2ddb2..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png.import deleted file mode 100644 index 2d67219..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dgoaml48r3gra" -path="res://.godot/imported/Lancer_UpRight_Defence.png-efd44c9e7cbe841adbb7c66e46b16644.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Defence.png-efd44c9e7cbe841adbb7c66e46b16644.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png deleted file mode 100644 index d1a8bae..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png.import deleted file mode 100644 index 148f656..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brb1vt3kdpm06" -path="res://.godot/imported/Lancer_Up_Attack.png-bc7998acb0ebeb8fbafe486b32551aae.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png" -dest_files=["res://.godot/imported/Lancer_Up_Attack.png-bc7998acb0ebeb8fbafe486b32551aae.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png deleted file mode 100644 index ea14e62..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png.import deleted file mode 100644 index b38ff2b..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dtdbanjd5ae7y" -path="res://.godot/imported/Lancer_Up_Defence.png-eceb8f26cc649decce3a8246fa6d2ff5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png" -dest_files=["res://.godot/imported/Lancer_Up_Defence.png-eceb8f26cc649decce3a8246fa6d2ff5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png b/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png deleted file mode 100644 index 7f178ce..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png.import b/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png.import deleted file mode 100644 index c10fc3b..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://xwe182xyn0tj" -path="res://.godot/imported/Heal.png-bcfba314247b7dea6efffcc6b39e6400.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png" -dest_files=["res://.godot/imported/Heal.png-bcfba314247b7dea6efffcc6b39e6400.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png b/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png deleted file mode 100644 index 348c795..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png.import b/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png.import deleted file mode 100644 index e5021c8..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dmosnkr6e1q5l" -path="res://.godot/imported/Heal_Effect.png-05d1ab1ccaba48cd6f3eee10b4c13829.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png" -dest_files=["res://.godot/imported/Heal_Effect.png-05d1ab1ccaba48cd6f3eee10b4c13829.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png b/docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png deleted file mode 100644 index 846cc48..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png.import b/docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png.import deleted file mode 100644 index f282740..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b50mk0aq44ykh" -path="res://.godot/imported/Idle.png-a63d861f4914e256e8dd11da307dbd31.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png" -dest_files=["res://.godot/imported/Idle.png-a63d861f4914e256e8dd11da307dbd31.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png b/docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png deleted file mode 100644 index 81389a6..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png.import b/docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png.import deleted file mode 100644 index d997aec..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://barfutlw14klt" -path="res://.godot/imported/Run.png-216a456a7d4f7d0c81799a8e9b279f4d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png" -dest_files=["res://.godot/imported/Run.png-216a456a7d4f7d0c81799a8e9b279f4d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/.DS_Store b/docs/gyms/tiny_swords/Units/Red Units/Pawn/.DS_Store deleted file mode 100644 index a34b2f3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png deleted file mode 100644 index bf33eaa..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png.import deleted file mode 100644 index a2f0506..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://qwfd5akupajo" -path="res://.godot/imported/Pawn_Idle Axe.png-a0f585a18c6a92d2257b4b13391292cd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png" -dest_files=["res://.godot/imported/Pawn_Idle Axe.png-a0f585a18c6a92d2257b4b13391292cd.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png deleted file mode 100644 index 545ea9e..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png.import deleted file mode 100644 index 7ce2ec7..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://v2ymd86buo72" -path="res://.godot/imported/Pawn_Idle Gold.png-f5df6e0a75eee91d35385f62d8d9497e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png" -dest_files=["res://.godot/imported/Pawn_Idle Gold.png-f5df6e0a75eee91d35385f62d8d9497e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png deleted file mode 100644 index a8a6635..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png.import deleted file mode 100644 index 6ddcbd0..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b4f47bg0q5c3d" -path="res://.godot/imported/Pawn_Idle Hammer.png-48d8a7f6f09cf99283299b3d6aadca3f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png" -dest_files=["res://.godot/imported/Pawn_Idle Hammer.png-48d8a7f6f09cf99283299b3d6aadca3f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png deleted file mode 100644 index e91648b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png.import deleted file mode 100644 index 9ffbc83..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://di1lt5pdbbwnt" -path="res://.godot/imported/Pawn_Idle Knife.png-59c9d234398cbf787aa3023071c713fe.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png" -dest_files=["res://.godot/imported/Pawn_Idle Knife.png-59c9d234398cbf787aa3023071c713fe.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png deleted file mode 100644 index 94005b1..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png.import deleted file mode 100644 index a808891..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dhq6ublhhei05" -path="res://.godot/imported/Pawn_Idle Meat.png-1a3a8839651df26adf6f93abb2248639.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png" -dest_files=["res://.godot/imported/Pawn_Idle Meat.png-1a3a8839651df26adf6f93abb2248639.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png deleted file mode 100644 index cde4dbe..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png.import deleted file mode 100644 index 602965c..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://di3qryosy4vev" -path="res://.godot/imported/Pawn_Idle Pickaxe.png-cc90c37f03dc4e3ef5ff3bc453b78a08.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Idle Pickaxe.png-cc90c37f03dc4e3ef5ff3bc453b78a08.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png deleted file mode 100644 index 12aeff7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png.import deleted file mode 100644 index 6f32835..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c51f2465583us" -path="res://.godot/imported/Pawn_Idle Wood.png-174b04da590c052379eb647245bac64a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png" -dest_files=["res://.godot/imported/Pawn_Idle Wood.png-174b04da590c052379eb647245bac64a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png deleted file mode 100644 index 37e767b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png.import deleted file mode 100644 index 4f964f5..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cbrmxl68nnm21" -path="res://.godot/imported/Pawn_Idle.png-3132f349616db78adf486f7a5d6a71f2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png" -dest_files=["res://.godot/imported/Pawn_Idle.png-3132f349616db78adf486f7a5d6a71f2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png deleted file mode 100644 index dc360e5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png.import deleted file mode 100644 index 49c2e07..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cf8befp4dkhlw" -path="res://.godot/imported/Pawn_Interact Axe.png-5fdb5e05eadd3985e522bfb392931b8c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png" -dest_files=["res://.godot/imported/Pawn_Interact Axe.png-5fdb5e05eadd3985e522bfb392931b8c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png deleted file mode 100644 index fc31e6a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png.import deleted file mode 100644 index 609df1e..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://buwowr0doiij7" -path="res://.godot/imported/Pawn_Interact Hammer.png-9fa31614dc8c124549104c828cbed472.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png" -dest_files=["res://.godot/imported/Pawn_Interact Hammer.png-9fa31614dc8c124549104c828cbed472.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png deleted file mode 100644 index 10d2cc5..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png.import deleted file mode 100644 index 0a1c091..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://2ygri4waj7ij" -path="res://.godot/imported/Pawn_Interact Knife.png-09a52a03bbd69711bd2de2f79d3a5484.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png" -dest_files=["res://.godot/imported/Pawn_Interact Knife.png-09a52a03bbd69711bd2de2f79d3a5484.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png deleted file mode 100644 index 64e8f16..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png.import deleted file mode 100644 index 44eb3b1..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b88h578rc3srw" -path="res://.godot/imported/Pawn_Interact Pickaxe.png-a19ff142c0e94a8f7b68d917019e6c98.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Interact Pickaxe.png-a19ff142c0e94a8f7b68d917019e6c98.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png deleted file mode 100644 index d486ce7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png.import deleted file mode 100644 index 644cf9e..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b0sclbr6i2w5n" -path="res://.godot/imported/Pawn_Run Axe.png-6211e51b0fcd27f8b400dc627f6f712e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png" -dest_files=["res://.godot/imported/Pawn_Run Axe.png-6211e51b0fcd27f8b400dc627f6f712e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png deleted file mode 100644 index 7b7db1a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png.import deleted file mode 100644 index 6ab254c..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cyboy7txwyu2i" -path="res://.godot/imported/Pawn_Run Gold.png-be6701e37aa89677868046b496c5e4fa.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png" -dest_files=["res://.godot/imported/Pawn_Run Gold.png-be6701e37aa89677868046b496c5e4fa.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png deleted file mode 100644 index 491ca3c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png.import deleted file mode 100644 index 6be8fa6..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://yoxy4e4j715o" -path="res://.godot/imported/Pawn_Run Hammer.png-2c373e6c02a4de0ef29dac99e6374968.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png" -dest_files=["res://.godot/imported/Pawn_Run Hammer.png-2c373e6c02a4de0ef29dac99e6374968.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png deleted file mode 100644 index 952e364..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png.import deleted file mode 100644 index 407f1b2..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b04obyfjxan76" -path="res://.godot/imported/Pawn_Run Knife.png-a56c78053d902104186634050f0a55c1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png" -dest_files=["res://.godot/imported/Pawn_Run Knife.png-a56c78053d902104186634050f0a55c1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png deleted file mode 100644 index 96ba0a2..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png.import deleted file mode 100644 index 9f9138f..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://boouw0wisj7gy" -path="res://.godot/imported/Pawn_Run Meat.png-ab5be3faef3f6963f884a3efcfe7847f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png" -dest_files=["res://.godot/imported/Pawn_Run Meat.png-ab5be3faef3f6963f884a3efcfe7847f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png deleted file mode 100644 index 9c0be8c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png.import deleted file mode 100644 index 6115d02..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ljcm0qv3kbsu" -path="res://.godot/imported/Pawn_Run Pickaxe.png-d21d687f16479605f5ff351fe9df908d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Run Pickaxe.png-d21d687f16479605f5ff351fe9df908d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png deleted file mode 100644 index 869dae7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png.import deleted file mode 100644 index 9bc4407..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bysnqknf4ruoh" -path="res://.godot/imported/Pawn_Run Wood.png-8c070dc8f868c62f269b52b7e3b8ab30.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png" -dest_files=["res://.godot/imported/Pawn_Run Wood.png-8c070dc8f868c62f269b52b7e3b8ab30.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png deleted file mode 100644 index 16c4177..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png.import b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png.import deleted file mode 100644 index ae51279..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://baupib0utxr4q" -path="res://.godot/imported/Pawn_Run.png-7d60ca23d1fc7bfbfabbe7a73d5d80bc.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png" -dest_files=["res://.godot/imported/Pawn_Run.png-7d60ca23d1fc7bfbfabbe7a73d5d80bc.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png deleted file mode 100644 index 5739fc0..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png.import b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png.import deleted file mode 100644 index 3382541..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b82d7jr241033" -path="res://.godot/imported/Warrior_Attack1.png-7ecb647d6f8a74cb13dca506d6d53a6e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png" -dest_files=["res://.godot/imported/Warrior_Attack1.png-7ecb647d6f8a74cb13dca506d6d53a6e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png deleted file mode 100644 index f133b1f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png.import b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png.import deleted file mode 100644 index ad5689b..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvhyfkpdb1hkd" -path="res://.godot/imported/Warrior_Attack2.png-9dc165c5ed9870b62d9528a0895f801b.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png" -dest_files=["res://.godot/imported/Warrior_Attack2.png-9dc165c5ed9870b62d9528a0895f801b.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png deleted file mode 100644 index d572f06..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png.import b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png.import deleted file mode 100644 index 423136e..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cs8kh8kis2ryy" -path="res://.godot/imported/Warrior_Guard.png-00cff09d0b85ba836786872ac9208447.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png" -dest_files=["res://.godot/imported/Warrior_Guard.png-00cff09d0b85ba836786872ac9208447.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png deleted file mode 100644 index 3ae9083..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png.import b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png.import deleted file mode 100644 index 8f4e51d..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dvglljj85f304" -path="res://.godot/imported/Warrior_Idle.png-8e3b941f86f44a211037838d720050c5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png" -dest_files=["res://.godot/imported/Warrior_Idle.png-8e3b941f86f44a211037838d720050c5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png deleted file mode 100644 index 8425dac..0000000 Binary files a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png.import b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png.import deleted file mode 100644 index 59ffe15..0000000 --- a/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://k3y0ke1c6mv5" -path="res://.godot/imported/Warrior_Run.png-2ac48e490ef3b8e30279b4a447255fd9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png" -dest_files=["res://.godot/imported/Warrior_Run.png-2ac48e490ef3b8e30279b4a447255fd9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Archer.aseprite b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Archer.aseprite deleted file mode 100644 index bf7bf5c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Archer.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Lancer.aseprite b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Lancer.aseprite deleted file mode 100644 index 59fd77f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Lancer.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Monk.aseprite b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Monk.aseprite deleted file mode 100644 index a42b750..0000000 Binary files a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Monk.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Pawn.aseprite b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Pawn.aseprite deleted file mode 100644 index 7c4365e..0000000 Binary files a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Pawn.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Warrior.aseprite b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Warrior.aseprite deleted file mode 100644 index c90468d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Warrior.aseprite and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/.DS_Store b/docs/gyms/tiny_swords/Units/Yellow Units/.DS_Store deleted file mode 100644 index 5f1e57f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png deleted file mode 100644 index 2a457e3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png.import deleted file mode 100644 index 5f9a299..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dd4ys0b1vqw7q" -path="res://.godot/imported/Archer_Idle.png-3b65238bcfe335938d27e791fda1a829.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png" -dest_files=["res://.godot/imported/Archer_Idle.png-3b65238bcfe335938d27e791fda1a829.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png deleted file mode 100644 index 3122873..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png.import deleted file mode 100644 index 52efa8a..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ks7flo2d6m8o" -path="res://.godot/imported/Archer_Run.png-c47ab489d7369c8063d9ee778430d1be.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png" -dest_files=["res://.godot/imported/Archer_Run.png-c47ab489d7369c8063d9ee778430d1be.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png deleted file mode 100644 index a673cd6..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png.import deleted file mode 100644 index c44c254..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://qnvrt7wqm3nb" -path="res://.godot/imported/Archer_Shoot.png-43a664510419208119dffd29cce53d1d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png" -dest_files=["res://.godot/imported/Archer_Shoot.png-43a664510419208119dffd29cce53d1d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png deleted file mode 100644 index f604ba9..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png.import deleted file mode 100644 index e9b8465..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://brsltfhto2671" -path="res://.godot/imported/Arrow.png-f4e05c9226c7ff3877dc4729689f23f1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png" -dest_files=["res://.godot/imported/Arrow.png-f4e05c9226c7ff3877dc4729689f23f1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png deleted file mode 100644 index bb074e8..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png.import deleted file mode 100644 index cc2205a..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cvao2ok0kmck2" -path="res://.godot/imported/Lancer_DownRight_Attack.png-1e0aa5c2bce7a1983c6465c9cdf6088f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Attack.png-1e0aa5c2bce7a1983c6465c9cdf6088f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png deleted file mode 100644 index 61b44c2..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png.import deleted file mode 100644 index 9335ace..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://d0ibofsx3tiu0" -path="res://.godot/imported/Lancer_DownRight_Defence.png-39ba9d90fa89b1bc451a7797903b4eb0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_DownRight_Defence.png-39ba9d90fa89b1bc451a7797903b4eb0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png deleted file mode 100644 index f10f144..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png.import deleted file mode 100644 index 4a1bbd6..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b5r7dhy0omi0d" -path="res://.godot/imported/Lancer_Down_Attack.png-bc5fd9f2b10f24a08371a540872835e9.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png" -dest_files=["res://.godot/imported/Lancer_Down_Attack.png-bc5fd9f2b10f24a08371a540872835e9.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png deleted file mode 100644 index 0c81260..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png.import deleted file mode 100644 index 9c995f2..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cuw2jc77d88ev" -path="res://.godot/imported/Lancer_Down_Defence.png-2109beb65c5bc430408f7102752a1646.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png" -dest_files=["res://.godot/imported/Lancer_Down_Defence.png-2109beb65c5bc430408f7102752a1646.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png deleted file mode 100644 index b06dca7..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png.import deleted file mode 100644 index 642e7f9..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vxh6gfv0c72x" -path="res://.godot/imported/Lancer_Idle.png-99d774e321261909a7da1f25d81681b1.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png" -dest_files=["res://.godot/imported/Lancer_Idle.png-99d774e321261909a7da1f25d81681b1.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png deleted file mode 100644 index 54bd22e..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png.import deleted file mode 100644 index 1009350..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://da4xohebr2gcw" -path="res://.godot/imported/Lancer_Right_Attack.png-fdccaa29e044b3ec67fe5661fdf87f6d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png" -dest_files=["res://.godot/imported/Lancer_Right_Attack.png-fdccaa29e044b3ec67fe5661fdf87f6d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png deleted file mode 100644 index a5df3db..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png.import deleted file mode 100644 index 7218211..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://da78wqsuan4kc" -path="res://.godot/imported/Lancer_Right_Defence.png-e11e5d863cc5c62937deb00d745d26d5.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png" -dest_files=["res://.godot/imported/Lancer_Right_Defence.png-e11e5d863cc5c62937deb00d745d26d5.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png deleted file mode 100644 index 4dd629c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png.import deleted file mode 100644 index 5f6a39d..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://l1y82lr3rcjf" -path="res://.godot/imported/Lancer_Run.png-e1b13488eee56f390b556400c0102dc4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png" -dest_files=["res://.godot/imported/Lancer_Run.png-e1b13488eee56f390b556400c0102dc4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png deleted file mode 100644 index 2eddae6..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png.import deleted file mode 100644 index ffa759d..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bi6ffij4rk70w" -path="res://.godot/imported/Lancer_UpRight_Attack.png-65a46390a42eb59132dcba5a07ad83b0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Attack.png-65a46390a42eb59132dcba5a07ad83b0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png deleted file mode 100644 index 8f4e770..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png.import deleted file mode 100644 index 285b55a..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ctcxvutpbb7t8" -path="res://.godot/imported/Lancer_UpRight_Defence.png-09ded379e5ed9ba39967420211f70ce0.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png" -dest_files=["res://.godot/imported/Lancer_UpRight_Defence.png-09ded379e5ed9ba39967420211f70ce0.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png deleted file mode 100644 index 9901e11..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png.import deleted file mode 100644 index 85ef0e5..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ckrbhm4d4ak05" -path="res://.godot/imported/Lancer_Up_Attack.png-abfd863fbfc08a896ad737b189be0940.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png" -dest_files=["res://.godot/imported/Lancer_Up_Attack.png-abfd863fbfc08a896ad737b189be0940.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png deleted file mode 100644 index a3cf1aa..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png.import deleted file mode 100644 index 22293da..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b1cq60puwiurs" -path="res://.godot/imported/Lancer_Up_Defence.png-998458c36c55e31e48ab1a21065d9bad.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png" -dest_files=["res://.godot/imported/Lancer_Up_Defence.png-998458c36c55e31e48ab1a21065d9bad.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png deleted file mode 100644 index 8026abf..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png.import deleted file mode 100644 index f7cde5e..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dtorgqx47rwia" -path="res://.godot/imported/Heal.png-7f257c3b356918f6e27e51f7e112619f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png" -dest_files=["res://.godot/imported/Heal.png-7f257c3b356918f6e27e51f7e112619f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png deleted file mode 100644 index 348c795..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png.import deleted file mode 100644 index cc578d7..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://750pqrpabrpy" -path="res://.godot/imported/Heal_Effect.png-2a3787e6e8423b64087afb5b699c3a77.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png" -dest_files=["res://.godot/imported/Heal_Effect.png-2a3787e6e8423b64087afb5b699c3a77.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png deleted file mode 100644 index 1371347..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png.import deleted file mode 100644 index 87a7195..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://b6ugpl4atipn5" -path="res://.godot/imported/Idle.png-9df96d88d7a33467305cc45680042037.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png" -dest_files=["res://.godot/imported/Idle.png-9df96d88d7a33467305cc45680042037.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png deleted file mode 100644 index 2e9ff34..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png.import deleted file mode 100644 index f46f032..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ci5yckeia2a03" -path="res://.godot/imported/Run.png-756368b68c4f09829078cb2c360a8614.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png" -dest_files=["res://.godot/imported/Run.png-756368b68c4f09829078cb2c360a8614.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/.DS_Store b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/.DS_Store deleted file mode 100644 index a34b2f3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/.DS_Store and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png deleted file mode 100644 index 730322a..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png.import deleted file mode 100644 index f787b34..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dm2epcckd6kqm" -path="res://.godot/imported/Pawn_Idle Axe.png-38dbb15a23574a3d921dc1a5e59e8bdd.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png" -dest_files=["res://.godot/imported/Pawn_Idle Axe.png-38dbb15a23574a3d921dc1a5e59e8bdd.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png deleted file mode 100644 index da84267..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png.import deleted file mode 100644 index e0efcbf..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://btgugvcl8ak52" -path="res://.godot/imported/Pawn_Idle Gold.png-389637a606bddb027c33df786e80e742.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png" -dest_files=["res://.godot/imported/Pawn_Idle Gold.png-389637a606bddb027c33df786e80e742.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png deleted file mode 100644 index 2878c5f..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png.import deleted file mode 100644 index f2d3842..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dspl0vcn08dqs" -path="res://.godot/imported/Pawn_Idle Hammer.png-f17567f3e67aa88ea8adba1f0093618a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png" -dest_files=["res://.godot/imported/Pawn_Idle Hammer.png-f17567f3e67aa88ea8adba1f0093618a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png deleted file mode 100644 index 5e14362..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png.import deleted file mode 100644 index 412b32c..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://soejpvakcden" -path="res://.godot/imported/Pawn_Idle Knife.png-07337077903840e1074e7461d2dae75a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png" -dest_files=["res://.godot/imported/Pawn_Idle Knife.png-07337077903840e1074e7461d2dae75a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png deleted file mode 100644 index 97ce68b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png.import deleted file mode 100644 index e0bc657..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dgahywl6dhfwm" -path="res://.godot/imported/Pawn_Idle Meat.png-76335f30e6bc81918315f5364ee8f534.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png" -dest_files=["res://.godot/imported/Pawn_Idle Meat.png-76335f30e6bc81918315f5364ee8f534.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png deleted file mode 100644 index b8426a3..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png.import deleted file mode 100644 index c97e743..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://6ge1w2q0n2xy" -path="res://.godot/imported/Pawn_Idle Pickaxe.png-3be6c4c1c3e7948f19b37dd9bb070180.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Idle Pickaxe.png-3be6c4c1c3e7948f19b37dd9bb070180.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png deleted file mode 100644 index 8b61978..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png deleted file mode 100644 index 099afce..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png.import deleted file mode 100644 index a09d3b3..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://uca4adeiju3u" -path="res://.godot/imported/Pawn_Idle.png-6f156c26462dcca112f4eb42e17dec7d.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png" -dest_files=["res://.godot/imported/Pawn_Idle.png-6f156c26462dcca112f4eb42e17dec7d.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png deleted file mode 100644 index 51b5136..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png.import deleted file mode 100644 index 0ad71d6..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://byo6v17ad3s32" -path="res://.godot/imported/Pawn_Interact Axe.png-630473e334d1bfe71de66df12d04b572.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png" -dest_files=["res://.godot/imported/Pawn_Interact Axe.png-630473e334d1bfe71de66df12d04b572.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png deleted file mode 100644 index 982907c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png.import deleted file mode 100644 index 3b48c82..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bwy483n5o31pn" -path="res://.godot/imported/Pawn_Interact Hammer.png-8412068c7494626744ad30278cb45401.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png" -dest_files=["res://.godot/imported/Pawn_Interact Hammer.png-8412068c7494626744ad30278cb45401.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png deleted file mode 100644 index be49cc0..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png.import deleted file mode 100644 index e835705..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dlceg7mxrid2x" -path="res://.godot/imported/Pawn_Interact Knife.png-85f33c256b50358e37c30735f41d76a4.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png" -dest_files=["res://.godot/imported/Pawn_Interact Knife.png-85f33c256b50358e37c30735f41d76a4.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png deleted file mode 100644 index 35cc86c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png.import deleted file mode 100644 index c47c0e5..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://tvcpybsxb72b" -path="res://.godot/imported/Pawn_Interact Pickaxe.png-4c7c8922fdd8fc18969bb460243ee2fb.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Interact Pickaxe.png-4c7c8922fdd8fc18969bb460243ee2fb.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png deleted file mode 100644 index 39e8702..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png.import deleted file mode 100644 index a5e4252..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://c2lwlw0udymmf" -path="res://.godot/imported/Pawn_Run Axe.png-a6139265327ecf0446f21fe9b25303c2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png" -dest_files=["res://.godot/imported/Pawn_Run Axe.png-a6139265327ecf0446f21fe9b25303c2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png deleted file mode 100644 index da00e07..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png.import deleted file mode 100644 index 6f934a7..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://vedyi4ap2cgb" -path="res://.godot/imported/Pawn_Run Gold.png-98b34dc1071e52f2220f36a06b58f949.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png" -dest_files=["res://.godot/imported/Pawn_Run Gold.png-98b34dc1071e52f2220f36a06b58f949.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png deleted file mode 100644 index bcab92d..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png.import deleted file mode 100644 index 1e40323..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dk1yilnk5rowk" -path="res://.godot/imported/Pawn_Run Hammer.png-ac15f4e7c26e79d8896631c252b743a2.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png" -dest_files=["res://.godot/imported/Pawn_Run Hammer.png-ac15f4e7c26e79d8896631c252b743a2.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png deleted file mode 100644 index 7bfdef8..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png.import deleted file mode 100644 index ab9a8c7..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bvfehijsdbnbu" -path="res://.godot/imported/Pawn_Run Knife.png-db8f286c9d09305ff2c78f91e3e6963e.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png" -dest_files=["res://.godot/imported/Pawn_Run Knife.png-db8f286c9d09305ff2c78f91e3e6963e.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png deleted file mode 100644 index 1751f5b..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png.import deleted file mode 100644 index 629b796..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://bga642wh7sdcn" -path="res://.godot/imported/Pawn_Run Meat.png-11b4b927fd12670d3e315420a51cc86a.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png" -dest_files=["res://.godot/imported/Pawn_Run Meat.png-11b4b927fd12670d3e315420a51cc86a.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png deleted file mode 100644 index 0a0dfe8..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png.import deleted file mode 100644 index 3eaf8cf..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dfi4axiyq4mrj" -path="res://.godot/imported/Pawn_Run Pickaxe.png-c1e6d9a0f5e3ea71f477f58a019ec3f3.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png" -dest_files=["res://.godot/imported/Pawn_Run Pickaxe.png-c1e6d9a0f5e3ea71f477f58a019ec3f3.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png deleted file mode 100644 index b52bb58..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png.import deleted file mode 100644 index 5c69a20..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://by38uh6lvlwqm" -path="res://.godot/imported/Pawn_Run Wood.png-af0cf53fac5d6999ee9e7073fa2abed8.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png" -dest_files=["res://.godot/imported/Pawn_Run Wood.png-af0cf53fac5d6999ee9e7073fa2abed8.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png deleted file mode 100644 index c33970c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png.import deleted file mode 100644 index e044584..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://dt1lc8phhahnj" -path="res://.godot/imported/Pawn_Run.png-a1589a344882164b3a6c6e24c236ae4f.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png" -dest_files=["res://.godot/imported/Pawn_Run.png-a1589a344882164b3a6c6e24c236ae4f.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png deleted file mode 100644 index 4bf41a2..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png.import deleted file mode 100644 index 32a3da7..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://2nm76tipuw3o" -path="res://.godot/imported/Warrior_Attack1.png-6d0f4e6b00e1a8d102512d3b7755e1ad.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png" -dest_files=["res://.godot/imported/Warrior_Attack1.png-6d0f4e6b00e1a8d102512d3b7755e1ad.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png deleted file mode 100644 index 199b3bd..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png.import deleted file mode 100644 index 0eb3824..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://ptbd27nbib4v" -path="res://.godot/imported/Warrior_Attack2.png-616d4716cee1a2d6288eb26654c1da73.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png" -dest_files=["res://.godot/imported/Warrior_Attack2.png-616d4716cee1a2d6288eb26654c1da73.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png deleted file mode 100644 index 97de1c0..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png.import deleted file mode 100644 index b961bb8..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://gnb3swe4pntn" -path="res://.godot/imported/Warrior_Guard.png-c2dd0f0395fa92932e181739177c3a9c.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png" -dest_files=["res://.godot/imported/Warrior_Guard.png-c2dd0f0395fa92932e181739177c3a9c.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png deleted file mode 100644 index 96a1f2c..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png.import deleted file mode 100644 index 29ea6b8..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://3qqfkm6p0shn" -path="res://.godot/imported/Warrior_Idle.png-ad0823599d235570e2e36b033f38a7d6.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png" -dest_files=["res://.godot/imported/Warrior_Idle.png-ad0823599d235570e2e36b033f38a7d6.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1 diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png deleted file mode 100644 index 0907188..0000000 Binary files a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png and /dev/null differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png.import deleted file mode 100644 index afd6616..0000000 --- a/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png.import +++ /dev/null @@ -1,40 +0,0 @@ -[remap] - -importer="texture" -type="CompressedTexture2D" -uid="uid://cob7d4ta63fa1" -path="res://.godot/imported/Warrior_Run.png-3ba7496346b32fa5f8a79f26155e5106.ctex" -metadata={ -"vram_texture": false -} - -[deps] - -source_file="res://docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png" -dest_files=["res://.godot/imported/Warrior_Run.png-3ba7496346b32fa5f8a79f26155e5106.ctex"] - -[params] - -compress/mode=0 -compress/high_quality=false -compress/lossy_quality=0.7 -compress/uastc_level=0 -compress/rdo_quality_loss=0.0 -compress/hdr_compression=1 -compress/normal_map=0 -compress/channel_pack=0 -mipmaps/generate=false -mipmaps/limit=-1 -roughness/mode=0 -roughness/src_normal="" -process/channel_remap/red=0 -process/channel_remap/green=1 -process/channel_remap/blue=2 -process/channel_remap/alpha=3 -process/fix_alpha_border=true -process/premult_alpha=false -process/normal_map_invert_y=false -process/hdr_as_srgb=false -process/hdr_clamp_exposure=false -process/size_limit=0 -detect_3d/compress_to=1