diff --git a/core/buff_database.gd b/core/buff_database.gd index 265038b..39b4fb9 100644 --- a/core/buff_database.gd +++ b/core/buff_database.gd @@ -1,8 +1,8 @@ extends Node -## Auto-discovers and registers all buff resources from res://sandbox/buffs/ +## Auto-discovers and registers all buff resources from res://docs/gyms/buffs/ -const BUFF_DIRECTORY_PATH: String = "res://sandbox/buffs" +const BUFF_DIRECTORY_PATH: String = "res://docs/gyms/buffs" var _buff_by_id: Dictionary = {} var _initialized: bool = false diff --git a/core/currency_database.gd b/core/currency_database.gd index 60d221b..ba268a7 100644 --- a/core/currency_database.gd +++ b/core/currency_database.gd @@ -7,7 +7,7 @@ extends Node #1: GEMS_CURRENCY_ID, #} -const CURRENCY_DIRECTORY_PATH: String = "res://sandbox/currencies" +const CURRENCY_DIRECTORY_PATH: String = "res://docs/gyms/currencies" const CURRENCY_RESOURCE_EXTENSIONS: PackedStringArray = ["tres", "res"] var _currency_by_id: Dictionary = {} diff --git a/core/game_state.gd b/core/game_state.gd index ae1b410..cf80d19 100644 --- a/core/game_state.gd +++ b/core/game_state.gd @@ -1036,7 +1036,7 @@ func _initialize_goals() -> void: func _discover_goal_paths() -> PackedStringArray: var result: PackedStringArray = [] - const GOAL_DIRECTORY_PATH: String = "res://sandbox/goals" + const GOAL_DIRECTORY_PATH: String = "res://docs/gyms/goals" const GOAL_RESOURCE_EXTENSIONS: PackedStringArray = ["tres", "res"] var directory: DirAccess = DirAccess.open(GOAL_DIRECTORY_PATH) @@ -1174,7 +1174,7 @@ func _migrate_goals_from_version_2(parsed_data: Dictionary) -> void: _goal_completed[goal_id] = false func _load_generator_data_from_id(generator_id: String) -> CurrencyGeneratorData: - const GENERATORS_DIRECTORY_PATH: String = "res://sandbox/generators" + const GENERATORS_DIRECTORY_PATH: String = "res://docs/gyms/generators" const GENERATOR_RESOURCE_EXTENSIONS: PackedStringArray = ["tres", "res"] var directory: DirAccess = DirAccess.open(GENERATORS_DIRECTORY_PATH) diff --git a/core/prestige/prestige_manager.gd b/core/prestige/prestige_manager.gd index a6ceea2..d3341b3 100644 --- a/core/prestige/prestige_manager.gd +++ b/core/prestige/prestige_manager.gd @@ -33,7 +33,7 @@ var last_reset_time: int = 0 func _ready() -> void: if config == null: - config = load("res://sandbox/prestige/primary_prestige.tres") as Resource + config = load("res://docs/gyms/prestige/primary_prestige.tres") as Resource if not _is_config_valid(): push_warning("PrestigeManager has invalid or missing config; prestige is disabled.") diff --git a/core/prestige/prestige_panel.tscn b/core/prestige/prestige_panel.tscn index 01fbe87..58c0b26 100644 --- a/core/prestige/prestige_panel.tscn +++ b/core/prestige/prestige_panel.tscn @@ -2,6 +2,7 @@ [ext_resource type="Script" uid="uid://dmsmmgtbrul1t" path="res://core/prestige/prestige_panel.gd" id="1_panel"] [ext_resource type="PackedScene" path="res://core/prestige/prestige_progress_bar.tscn" id="2_7b6yg"] +[ext_resource type="Resource" uid="uid://dwmfvmusfskk6" path="res://docs/gyms/prestige/primary_prestige.tres" id="3_r8h5p"] [node name="PrestigePanel" type="PanelContainer" unique_id=789062217] offset_right = 420.0 @@ -61,6 +62,7 @@ text = "-" [node name="PrestigeProgressBar" parent="MarginContainer/VBoxContainer" unique_id=619882824 instance=ExtResource("2_7b6yg")] layout_mode = 2 +config = ExtResource("3_r8h5p") [node name="Buttons" type="HBoxContainer" parent="MarginContainer/VBoxContainer" unique_id=634533362] layout_mode = 2 diff --git a/currency_tile.tscn b/currency_tile.tscn index 0006666..86b335c 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://sandbox/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png" id="2_otq0d"] +[ext_resource type="Texture2D" uid="uid://d3nymghus6x3" path="res://docs/gyms/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/buffs/farm_auto_flux.tres b/docs/gyms/buffs/farm_auto_flux.tres new file mode 100644 index 0000000..47027b6 --- /dev/null +++ b/docs/gyms/buffs/farm_auto_flux.tres @@ -0,0 +1,18 @@ +[gd_resource type="Resource" script_class="GeneratorBuffData" format=3 uid="uid://cg7os1rfknw05"] + +[ext_resource type="Resource" uid="uid://bxg2au0ijp242" path="res://docs/gyms/currencies/food.tres" id="1_qy8mo"] +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_pac24"] +[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="3_t5xb7"] +[ext_resource type="Resource" uid="uid://bo463s6jt0ep7" path="res://docs/gyms/goals/gold_total_13k.tres" id="4_r8eth"] + +[resource] +script = ExtResource("3_t5xb7") +id = &"farm_auto_flux" +text = "Farm Dynamo" +max_level = 10 +unlock_goal = ExtResource("4_r8eth") +effect_increment = 1.0 +cost_currency = ExtResource("1_qy8mo") +base_cost_mantissa = 100.0 +cost_multiplier = 1.7 +resource_target_currency = ExtResource("2_pac24") diff --git a/docs/gyms/buffs/forestry_auto_flux.tres b/docs/gyms/buffs/forestry_auto_flux.tres new file mode 100644 index 0000000..019a6ff --- /dev/null +++ b/docs/gyms/buffs/forestry_auto_flux.tres @@ -0,0 +1,19 @@ +[gd_resource type="Resource" script_class="GeneratorBuffData" format=3 uid="uid://kamgujbqqhg3"] + +[ext_resource type="Resource" uid="uid://bxg2au0ijp242" path="res://docs/gyms/currencies/food.tres" id="1_pdm0x"] +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_rnlmu"] +[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="3_y6252"] +[ext_resource type="Resource" uid="uid://bo463s6jt0ep7" path="res://docs/gyms/goals/gold_total_13k.tres" id="4_y6252"] + +[resource] +script = ExtResource("3_y6252") +id = &"forestry_auto_flux" +text = "Forest Dynamo +" +max_level = 10 +unlock_goal = ExtResource("4_y6252") +effect_increment = 1.0 +cost_currency = ExtResource("1_pdm0x") +base_cost_mantissa = 250.0 +cost_multiplier = 1.7 +resource_target_currency = ExtResource("2_rnlmu") diff --git a/docs/gyms/buffs/gold_auto_flux.tres b/docs/gyms/buffs/gold_auto_flux.tres new file mode 100644 index 0000000..06ca94a --- /dev/null +++ b/docs/gyms/buffs/gold_auto_flux.tres @@ -0,0 +1,19 @@ +[gd_resource type="Resource" script_class="GeneratorBuffData" format=3 uid="uid://c3op2mqy02sow"] + +[ext_resource type="Resource" uid="uid://bxg2au0ijp242" path="res://docs/gyms/currencies/food.tres" id="1_j3saa"] +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_hvfo8"] +[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="3_bwcdh"] +[ext_resource type="Resource" uid="uid://ik7t0r3su633" path="res://docs/gyms/goals/gold_total_30.tres" id="4_f52il"] + +[resource] +script = ExtResource("3_bwcdh") +id = &"gold_auto_flux" +target_ids = Array[StringName]([&"goldmine"]) +text = "Gold Dynamo" +max_level = 10 +unlock_goal = ExtResource("4_f52il") +effect_increment = 1.0 +cost_currency = ExtResource("1_j3saa") +base_cost_mantissa = 25.0 +cost_multiplier = 1.7 +resource_target_currency = ExtResource("2_hvfo8") diff --git a/docs/gyms/buffs/gold_click_buff.tres b/docs/gyms/buffs/gold_click_buff.tres new file mode 100644 index 0000000..b2db496 --- /dev/null +++ b/docs/gyms/buffs/gold_click_buff.tres @@ -0,0 +1,20 @@ +[gd_resource type="Resource" script_class="GeneratorBuffData" format=3 uid="uid://dlq2ke6i2pfob"] + +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="1_8h747"] +[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="2_aejsu"] +[ext_resource type="Resource" uid="uid://ik7t0r3su633" path="res://docs/gyms/goals/gold_total_30.tres" id="3_aejsu"] + +[resource] +script = ExtResource("2_aejsu") +id = &"gold_click_focus" +target_ids = Array[StringName]([&"goldmine"]) +kind = 1 +text = "Gold Clicker!" +max_level = 4 +unlock_goal = ExtResource("3_aejsu") +effect_increment = 1.0 +cost_currency = ExtResource("1_8h747") +base_cost_mantissa = 2.5 +base_cost_exponent = 1 +cost_multiplier = 2.0 +resource_target_currency = ExtResource("1_8h747") diff --git a/docs/gyms/buffs/spawn_worker.tres b/docs/gyms/buffs/spawn_worker.tres new file mode 100644 index 0000000..3adac38 --- /dev/null +++ b/docs/gyms/buffs/spawn_worker.tres @@ -0,0 +1,21 @@ +[gd_resource type="Resource" script_class="GeneratorBuffData" format=3 uid="uid://bjc6qmvr7pe12"] + +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="1_we7j4"] +[ext_resource type="Resource" uid="uid://dfxk30o34qe2s" path="res://docs/gyms/currencies/worker.tres" id="2_s45cj"] +[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="3_tgtcn"] +[ext_resource type="Resource" uid="uid://ik7t0r3su633" path="res://docs/gyms/goals/gold_total_30.tres" id="4_kqmci"] + +[resource] +script = ExtResource("3_tgtcn") +id = &"summon_worker" +kind = 2 +text = "Summon Worker +" +unlock_goal = ExtResource("4_kqmci") +effect_increment = 1.0 +cost_currency = ExtResource("1_we7j4") +base_cost_mantissa = 200.0 +cost_multiplier = 1.15 +resource_target_currency = ExtResource("2_s45cj") +resource_purchase_base_mantissa = 1.0 +resource_purchase_increment_multiplier = 1.0 diff --git a/docs/gyms/currencies/food.tres b/docs/gyms/currencies/food.tres new file mode 100644 index 0000000..ea5c709 --- /dev/null +++ b/docs/gyms/currencies/food.tres @@ -0,0 +1,10 @@ +[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="Script" uid="uid://dtgqjf3bl7pm8" path="res://core/currency/currency.gd" id="2_anstu"] + +[resource] +script = ExtResource("2_anstu") +id = &"food" +display_name = "Food" +icon = ExtResource("1_4u6o6") diff --git a/docs/gyms/currencies/gold.tres b/docs/gyms/currencies/gold.tres new file mode 100644 index 0000000..c3276da --- /dev/null +++ b/docs/gyms/currencies/gold.tres @@ -0,0 +1,10 @@ +[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="Script" uid="uid://dtgqjf3bl7pm8" path="res://core/currency/currency.gd" id="2_vohw6"] + +[resource] +script = ExtResource("2_vohw6") +id = &"gold" +display_name = "Gold" +icon = ExtResource("1_n656e") diff --git a/docs/gyms/currencies/wood.tres b/docs/gyms/currencies/wood.tres new file mode 100644 index 0000000..ae33c02 --- /dev/null +++ b/docs/gyms/currencies/wood.tres @@ -0,0 +1,10 @@ +[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="Script" uid="uid://dtgqjf3bl7pm8" path="res://core/currency/currency.gd" id="2_jj4s4"] + +[resource] +script = ExtResource("2_jj4s4") +id = &"wood" +display_name = "Wood" +icon = ExtResource("1_gm6cf") diff --git a/docs/gyms/currencies/worker.tres b/docs/gyms/currencies/worker.tres new file mode 100644 index 0000000..87bae73 --- /dev/null +++ b/docs/gyms/currencies/worker.tres @@ -0,0 +1,11 @@ +[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="Script" uid="uid://dtgqjf3bl7pm8" path="res://core/currency/currency.gd" id="1_ovrsl"] + +[resource] +script = ExtResource("1_ovrsl") +id = &"worker" +display_name = "Worker" +icon = ExtResource("1_cbwhh") +metadata/_custom_type_script = "uid://dtgqjf3bl7pm8" diff --git a/docs/gyms/generators/farm.tres b/docs/gyms/generators/farm.tres new file mode 100644 index 0000000..4b100cd --- /dev/null +++ b/docs/gyms/generators/farm.tres @@ -0,0 +1,25 @@ +[gd_resource type="Resource" script_class="CurrencyGeneratorData" format=3 uid="uid://d08h51y0pnsnf"] + +[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="1_cl7uf"] +[ext_resource type="Resource" uid="uid://cg7os1rfknw05" path="res://docs/gyms/buffs/farm_auto_flux.tres" id="2_bbypn"] +[ext_resource type="Resource" uid="uid://dfxk30o34qe2s" path="res://docs/gyms/currencies/worker.tres" id="3_bbypn"] +[ext_resource type="Script" uid="uid://b00tqsuhxdy0d" path="res://core/generator/currency_generator_data.gd" id="4_0kvfm"] +[ext_resource type="Resource" uid="uid://cts0407h130d6" path="res://docs/gyms/goals/gold_total_1300.tres" id="5_qiy1b"] + +[resource] +script = ExtResource("4_0kvfm") +id = &"farm" +name = "Farm" +starts_unlocked = false +starts_available = false +initial_owned = 1 +purchase_currency = ExtResource("3_bbypn") +unlock_goal = ExtResource("5_qiy1b") +unlock_goal_behavior = 1 +initial_cost = 1.0 +coefficient = 1.0 +initial_time = 3.0 +initial_revenue = 60.0 +initial_productivity = 20.0 +buffs = Array[ExtResource("1_cl7uf")]([ExtResource("2_bbypn")]) +metadata/_custom_type_script = "uid://b00tqsuhxdy0d" diff --git a/docs/gyms/generators/forestry.tres b/docs/gyms/generators/forestry.tres new file mode 100644 index 0000000..d2ec68d --- /dev/null +++ b/docs/gyms/generators/forestry.tres @@ -0,0 +1,23 @@ +[gd_resource type="Resource" script_class="CurrencyGeneratorData" format=3 uid="uid://v6hjoa2vky5k"] + +[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="1_mgk3v"] +[ext_resource type="Resource" uid="uid://dfxk30o34qe2s" path="res://docs/gyms/currencies/worker.tres" id="2_fs80u"] +[ext_resource type="Resource" uid="uid://kamgujbqqhg3" path="res://docs/gyms/buffs/forestry_auto_flux.tres" id="2_mgk3v"] +[ext_resource type="Resource" uid="uid://bo463s6jt0ep7" path="res://docs/gyms/goals/gold_total_13k.tres" id="4_mgk3v"] +[ext_resource type="Script" uid="uid://b00tqsuhxdy0d" path="res://core/generator/currency_generator_data.gd" id="4_rij12"] + +[resource] +script = ExtResource("4_rij12") +id = &"forestry" +name = "Forestry" +starts_unlocked = false +starts_available = false +initial_owned = 1 +purchase_currency = ExtResource("2_fs80u") +unlock_goal = ExtResource("4_mgk3v") +unlock_goal_behavior = 1 +initial_cost = 1.0 +coefficient = 1.0 +initial_productivity = 20.0 +buffs = Array[ExtResource("1_mgk3v")]([ExtResource("2_mgk3v")]) +metadata/_custom_type_script = "uid://b00tqsuhxdy0d" diff --git a/docs/gyms/generators/gold_mine.tres b/docs/gyms/generators/gold_mine.tres new file mode 100644 index 0000000..afa67a7 --- /dev/null +++ b/docs/gyms/generators/gold_mine.tres @@ -0,0 +1,18 @@ +[gd_resource type="Resource" script_class="CurrencyGeneratorData" format=3 uid="uid://dliilvvjvksk1"] + +[ext_resource type="Script" uid="uid://dnhocfsuvmeyb" path="res://core/generator/generator_buff_data.gd" id="1_1ni3y"] +[ext_resource type="Resource" uid="uid://dlq2ke6i2pfob" path="res://docs/gyms/buffs/gold_click_buff.tres" id="2_cnabh"] +[ext_resource type="Resource" uid="uid://dfxk30o34qe2s" path="res://docs/gyms/currencies/worker.tres" id="2_j1lw5"] +[ext_resource type="Resource" uid="uid://c3op2mqy02sow" path="res://docs/gyms/buffs/gold_auto_flux.tres" id="3_baaj7"] +[ext_resource type="Script" uid="uid://b00tqsuhxdy0d" path="res://core/generator/currency_generator_data.gd" id="3_cnabh"] + +[resource] +script = ExtResource("3_cnabh") +id = &"goldmine" +name = "Gold Mine" +purchase_currency = ExtResource("2_j1lw5") +initial_cost = 1.0 +coefficient = 1.0 +initial_productivity = 20.0 +buffs = Array[ExtResource("1_1ni3y")]([ExtResource("2_cnabh"), ExtResource("3_baaj7")]) +metadata/_custom_type_script = "uid://b00tqsuhxdy0d" diff --git a/docs/gyms/goals/gold_350k_wood_20k.tres b/docs/gyms/goals/gold_350k_wood_20k.tres new file mode 100644 index 0000000..38fff25 --- /dev/null +++ b/docs/gyms/goals/gold_350k_wood_20k.tres @@ -0,0 +1,24 @@ +[gd_resource type="Resource" script_class="GoalData" format=3 uid="uid://b6gb6vk0kgxnw"] + +[ext_resource type="Script" uid="uid://r4js5eajolio" path="res://core/goals/goal_requirement_data.gd" id="1_68ddp"] +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_2b0j8"] +[ext_resource type="Resource" uid="uid://bgsk8h4w80h45" path="res://docs/gyms/currencies/wood.tres" id="3_7tb0t"] +[ext_resource type="Script" uid="uid://dx4kmh33rrkpy" path="res://core/goals/goal_data.gd" id="4_20y5g"] + +[sub_resource type="Resource" id="Resource_tvl3d"] +script = ExtResource("1_68ddp") +currency = ExtResource("2_2b0j8") +amount_mantissa = 3.5 +amount_exponent = 5 + +[sub_resource type="Resource" id="Resource_hyry2"] +script = ExtResource("1_68ddp") +currency = ExtResource("3_7tb0t") +amount_mantissa = 2.0 +amount_exponent = 4 +metadata/_custom_type_script = "uid://r4js5eajolio" + +[resource] +script = ExtResource("4_20y5g") +id = &"gold_350k_wood_20k" +requirements = Array[ExtResource("1_68ddp")]([SubResource("Resource_tvl3d"), SubResource("Resource_hyry2")]) diff --git a/docs/gyms/goals/gold_total_1300.tres b/docs/gyms/goals/gold_total_1300.tres new file mode 100644 index 0000000..a6b335b --- /dev/null +++ b/docs/gyms/goals/gold_total_1300.tres @@ -0,0 +1,16 @@ +[gd_resource type="Resource" script_class="GoalData" format=3 uid="uid://cts0407h130d6"] + +[ext_resource type="Script" uid="uid://r4js5eajolio" path="res://core/goals/goal_requirement_data.gd" id="1_pahmu"] +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_oek0g"] +[ext_resource type="Script" uid="uid://dx4kmh33rrkpy" path="res://core/goals/goal_data.gd" id="3_3fgtm"] + +[sub_resource type="Resource" id="Resource_tvl3d"] +script = ExtResource("1_pahmu") +currency = ExtResource("2_oek0g") +amount_mantissa = 1.3 +amount_exponent = 3 + +[resource] +script = ExtResource("3_3fgtm") +id = &"gold_total_1300" +requirements = Array[ExtResource("1_pahmu")]([SubResource("Resource_tvl3d")]) diff --git a/docs/gyms/goals/gold_total_13k.tres b/docs/gyms/goals/gold_total_13k.tres new file mode 100644 index 0000000..0778062 --- /dev/null +++ b/docs/gyms/goals/gold_total_13k.tres @@ -0,0 +1,16 @@ +[gd_resource type="Resource" script_class="GoalData" format=3 uid="uid://bo463s6jt0ep7"] + +[ext_resource type="Script" uid="uid://r4js5eajolio" path="res://core/goals/goal_requirement_data.gd" id="1_hj5d1"] +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_w5qg8"] +[ext_resource type="Script" uid="uid://dx4kmh33rrkpy" path="res://core/goals/goal_data.gd" id="3_daoxn"] + +[sub_resource type="Resource" id="Resource_tvl3d"] +script = ExtResource("1_hj5d1") +currency = ExtResource("2_w5qg8") +amount_mantissa = 1.3 +amount_exponent = 4 + +[resource] +script = ExtResource("3_daoxn") +id = &"gold_total_13k" +requirements = Array[ExtResource("1_hj5d1")]([SubResource("Resource_tvl3d")]) diff --git a/docs/gyms/goals/gold_total_30.tres b/docs/gyms/goals/gold_total_30.tres new file mode 100644 index 0000000..bfbc728 --- /dev/null +++ b/docs/gyms/goals/gold_total_30.tres @@ -0,0 +1,16 @@ +[gd_resource type="Resource" script_class="GoalData" format=3 uid="uid://ik7t0r3su633"] + +[ext_resource type="Script" uid="uid://r4js5eajolio" path="res://core/goals/goal_requirement_data.gd" id="1_udubw"] +[ext_resource type="Resource" uid="uid://w4u1hddplb4e" path="res://docs/gyms/currencies/gold.tres" id="2_lde8k"] +[ext_resource type="Script" uid="uid://dx4kmh33rrkpy" path="res://core/goals/goal_data.gd" id="3_ilpcf"] + +[sub_resource type="Resource" id="Resource_v4v16"] +script = ExtResource("1_udubw") +currency = ExtResource("2_lde8k") +amount_mantissa = 30.0 + +[resource] +script = ExtResource("3_ilpcf") +id = &"gold_total_30" +requirements = Array[ExtResource("1_udubw")]([SubResource("Resource_v4v16")]) +unlock_behavior = 0 diff --git a/docs/gyms/prestige/primary_prestige.tres b/docs/gyms/prestige/primary_prestige.tres new file mode 100644 index 0000000..9eb7963 --- /dev/null +++ b/docs/gyms/prestige/primary_prestige.tres @@ -0,0 +1,10 @@ +[gd_resource type="Resource" script_class="PrestigeConfig" format=3 uid="uid://dwmfvmusfskk6"] + +[ext_resource type="Script" uid="uid://w34t58rpkoui" path="res://core/prestige/prestige_config.gd" id="1_3tg3a"] + +[resource] +script = ExtResource("1_3tg3a") +id = &"ascension" +prestige_currency_id = &"ascension" +source_currency_id = &"gold" +threshold_exponent = 6 diff --git a/docs/gyms/tiny_swords.tscn b/docs/gyms/tiny_swords.tscn new file mode 100644 index 0000000..f06bcff --- /dev/null +++ b/docs/gyms/tiny_swords.tscn @@ -0,0 +1,101 @@ +[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://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="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="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"] + +[node name="TinySwords" type="Node" unique_id=498237642] + +[node name="World" type="Node2D" parent="." unique_id=2118297724] + +[node name="ForestProps" type="Node2D" parent="World" unique_id=649424542] + +[node name="Tree1" parent="World/ForestProps" unique_id=1917119095 instance=ExtResource("14_0cs5o")] +position = Vector2(1486, 543) + +[node name="Tree2" parent="World/ForestProps" unique_id=1429193881 instance=ExtResource("14_0cs5o")] +position = Vector2(1510, 586) + +[node name="Tree3" parent="World/ForestProps" unique_id=856028883 instance=ExtResource("14_0cs5o")] +position = Vector2(1600, 586) + +[node name="Tree4" parent="World/ForestProps" unique_id=547138642 instance=ExtResource("14_0cs5o")] +position = Vector2(1482, 655) + +[node name="Tree5" parent="World/ForestProps" unique_id=660535343 instance=ExtResource("14_0cs5o")] +position = Vector2(1568, 656) + +[node name="Tree6" parent="World/ForestProps" unique_id=894701042 instance=ExtResource("14_0cs5o")] +position = Vector2(1665, 650) + +[node name="Tree7" parent="World/ForestProps" unique_id=1661458508 instance=ExtResource("14_0cs5o")] +position = Vector2(1362, 792) + +[node name="Tree8" parent="World/ForestProps" unique_id=2029836975 instance=ExtResource("14_0cs5o")] +position = Vector2(1452, 790) + +[node name="Tree9" parent="World/ForestProps" unique_id=1580665442 instance=ExtResource("14_0cs5o")] +position = Vector2(1557, 793) + +[node name="Tree10" parent="World/ForestProps" unique_id=1295721315 instance=ExtResource("14_0cs5o")] +position = Vector2(1644, 822) + +[node name="GoldMine" parent="World" unique_id=341660167 instance=ExtResource("2_2j2oc")] +position = Vector2(274, 429) + +[node name="Castle" parent="World" unique_id=1966557957 instance=ExtResource("3_5ru58")] +position = Vector2(853, 357) + +[node name="Farm" parent="World" unique_id=283335851 instance=ExtResource("10_1lv5i")] +position = Vector2(380, 684) + +[node name="UI" type="Control" parent="." unique_id=1299828389] +layout_mode = 3 +anchors_preset = 0 +offset_right = 40.0 +offset_bottom = 40.0 + +[node name="GoldCurrencyTile" parent="UI" unique_id=1440583137 instance=ExtResource("7_0cs5o")] +layout_mode = 0 +offset_right = 160.0 +offset_bottom = 31.0 +currency = ExtResource("9_1363k") + +[node name="WorkerCurrencyTile" parent="UI" unique_id=1164876942 instance=ExtResource("7_0cs5o")] +layout_mode = 0 +offset_top = 32.0 +offset_right = 160.0 +offset_bottom = 63.0 +currency = ExtResource("10_i1cck") + +[node name="FoodCurrencyTile" parent="UI" unique_id=1814936562 instance=ExtResource("7_0cs5o")] +layout_mode = 0 +offset_top = 63.0 +offset_right = 160.0 +offset_bottom = 94.0 +currency = ExtResource("11_hskcg") + +[node name="WoodCurrencyTile" parent="UI" unique_id=338003163 instance=ExtResource("7_0cs5o")] +layout_mode = 0 +offset_top = 94.0 +offset_right = 160.0 +offset_bottom = 125.0 +currency = ExtResource("12_l6a68") + +[node name="GoalsDebugUI" parent="UI" unique_id=1494700185 instance=ExtResource("10_qifrv")] +layout_mode = 1 +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 new file mode 100644 index 0000000..a89fa25 Binary files /dev/null and b/docs/gyms/tiny_swords/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/.DS_Store new file mode 100644 index 0000000..c5c3601 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/Black Buildings/.DS_Store new file mode 100644 index 0000000..98c1163 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png new file mode 100644 index 0000000..46cd60f Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png 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 new file mode 100644 index 0000000..9fb94b3 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/Archery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c2c186d Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png 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 new file mode 100644 index 0000000..157549e --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/Barracks.png.import @@ -0,0 +1,40 @@ +[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/Castle.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png new file mode 100644 index 0000000..dcb93f5 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png.import b/docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png.import new file mode 100644 index 0000000..023d58a --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/Castle.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cry4arn00kgrt" +path="res://.godot/imported/Castle.png-d349eb86cbe4fbe19ba45b6416acf2ce.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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/House1.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png new file mode 100644 index 0000000..c3f5364 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png.import b/docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png.import new file mode 100644 index 0000000..32cab0e --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/House1.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dfdh8r03sj7qv" +path="res://.godot/imported/House1.png-8c0255fdaf2f2d5cb91986b1c4b5cbdb.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 new file mode 100644 index 0000000..1a84d60 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png 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 new file mode 100644 index 0000000..5aee23c --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/House2.png.import @@ -0,0 +1,40 @@ +[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/House3.png b/docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png new file mode 100644 index 0000000..f410672 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png differ diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png.import b/docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png.import new file mode 100644 index 0000000..1a56f71 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/House3.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://doxauaa3vn3lm" +path="res://.godot/imported/House3.png-c9947b7f96b4091eb169836a42fc78fb.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 new file mode 100644 index 0000000..1b97b48 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png 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 new file mode 100644 index 0000000..574ae6a --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/Monastery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cf740f0 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png 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 new file mode 100644 index 0000000..b037783 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/Tower.png.import @@ -0,0 +1,40 @@ +[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/Black Buildings/castle.gd b/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd new file mode 100644 index 0000000..8bdceba --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd @@ -0,0 +1,18 @@ +extends Node2D + +@onready var _prestige_panel: PrestigePanel = $PrestigePanel + +# Called when the node enters the scene tree for the first time. +func _ready() -> void: + pass # Replace with function body. + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta: float) -> void: + pass + +func _on_area_2d_mouse_entered() -> void: + _prestige_panel.visible = true + +func _on_area_2d_mouse_exited() -> void: + _prestige_panel.visible = false diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd.uid b/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd.uid new file mode 100644 index 0000000..393df4e --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.gd.uid @@ -0,0 +1 @@ +uid://cjc0l13b07802 diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.tscn b/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.tscn new file mode 100644 index 0000000..4f97512 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/castle.tscn @@ -0,0 +1,50 @@ +[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="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="Resource" uid="uid://bjc6qmvr7pe12" path="res://docs/gyms/buffs/spawn_worker.tres" id="5_s3a5k"] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_tgvch"] +size = Vector2(312, 198) + +[node name="Castle" type="Node2D" unique_id=1966557957] +script = ExtResource("1_cjtps") + +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1365573096] +texture = ExtResource("1_tgvch") + +[node name="Area2D" type="Area2D" parent="." unique_id=66203052] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=1342657556] +position = Vector2(1, 22) +shape = SubResource("RectangleShape2D_tgvch") + +[node name="PrestigePanel" parent="." unique_id=245519778 instance=ExtResource("3_l7gct")] +offset_left = 155.0 +offset_top = -80.0 +offset_right = 575.0 +offset_bottom = 126.0 + +[node name="TestBuff" type="PanelContainer" parent="." unique_id=2112401476] +offset_left = 155.0 +offset_top = 157.0 +offset_right = 263.0 +offset_bottom = 197.0 +script = ExtResource("4_l7gct") +buff_data = ExtResource("5_s3a5k") + +[node name="HBoxContainer" type="HBoxContainer" parent="TestBuff" unique_id=1293262110] +layout_mode = 2 + +[node name="Label" type="Label" parent="TestBuff/HBoxContainer" unique_id=1519392687] +layout_mode = 2 +text = "Label" + +[node name="Button" type="Button" parent="TestBuff/HBoxContainer" unique_id=1254643833] +layout_mode = 2 +text = "Button" + +[connection signal="mouse_entered" from="Area2D" to="." method="_on_area_2d_mouse_entered"] +[connection signal="mouse_exited" from="Area2D" to="." method="_on_area_2d_mouse_exited"] diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/farm.tscn b/docs/gyms/tiny_swords/Buildings/Black Buildings/farm.tscn new file mode 100644 index 0000000..914f6ff --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/farm.tscn @@ -0,0 +1,38 @@ +[gd_scene format=3 uid="uid://djedqovgngrx5"] + +[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="PackedScene" uid="uid://ckos7f22pnmyh" path="res://core/generator/generator_container.tscn" id="5_82rmq"] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_82rmq"] +size = Vector2(106, 157) + +[node name="Farm" type="Node2D" unique_id=283335851] + +[node name="CurrencyGenerator" parent="." unique_id=967969064 node_paths=PackedStringArray("info_generator_container") instance=ExtResource("1_rvsna")] +currency = ExtResource("2_djlc5") +data = ExtResource("3_82rmq") +press_buys_generator = false +info_generator_container = NodePath("../GeneratorContainer") + +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1103280443] +texture = ExtResource("4_djlc5") + +[node name="Area2D" type="Area2D" parent="." unique_id=529600485] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=204675694] +position = Vector2(0, -2.5) +shape = SubResource("RectangleShape2D_82rmq") + +[node name="GeneratorContainer" parent="." unique_id=1451609580 node_paths=PackedStringArray("_generator") instance=ExtResource("5_82rmq")] +visible = false +offset_left = 48.0 +offset_top = -100.0 +offset_right = 312.0 +offset_bottom = 110.0 +_generator = NodePath("../CurrencyGenerator") + +[connection signal="mouse_entered" from="Area2D" to="CurrencyGenerator" method="_on_area_2d_mouse_entered"] +[connection signal="mouse_exited" from="Area2D" to="CurrencyGenerator" method="_on_area_2d_mouse_exited"] diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/forestry.tscn b/docs/gyms/tiny_swords/Buildings/Black Buildings/forestry.tscn new file mode 100644 index 0000000..ed6d2ae --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/forestry.tscn @@ -0,0 +1,35 @@ +[gd_scene format=3 uid="uid://cf01wvy3f17i"] + +[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="PackedScene" uid="uid://ckos7f22pnmyh" path="res://core/generator/generator_container.tscn" id="5_rh3m6"] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_v4aq3"] +size = Vector2(123, 157) + +[node name="Forestry" type="Node2D" unique_id=726284577] + +[node name="CurrencyGenerator" parent="." unique_id=967969064 node_paths=PackedStringArray("info_generator_container") instance=ExtResource("1_7j1xc")] +currency = ExtResource("2_23x2t") +data = ExtResource("3_pby1g") +press_buys_generator = false +info_generator_container = NodePath("../GeneratorContainer") + +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1575721003] +texture = ExtResource("4_5yp33") + +[node name="Area2D" type="Area2D" parent="." unique_id=987240531] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=849105822] +position = Vector2(0.5, -2.5) +shape = SubResource("RectangleShape2D_v4aq3") + +[node name="GeneratorContainer" parent="." unique_id=1451609580 node_paths=PackedStringArray("_generator") instance=ExtResource("5_rh3m6")] +visible = false +offset_left = 48.0 +offset_top = -100.0 +offset_right = 312.0 +offset_bottom = 110.0 +_generator = NodePath("../CurrencyGenerator") diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd b/docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd new file mode 100644 index 0000000..d30002e --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd @@ -0,0 +1,112 @@ +extends PanelContainer + +@export var buff_data: GeneratorBuffData + +@onready var _label: Label = $HBoxContainer/Label +@onready var _button: Button = $HBoxContainer/Button + +var _current_level: int = 0 + + +func _ready() -> void: + if buff_data != null: + _label.text = buff_data.text if not buff_data.text.is_empty() else str(buff_data.id) + _button.text = "Buy" + _button.disabled = true + else: + _label.text = "No Buff" + _button.text = "Disabled" + _button.disabled = true + + _button.pressed.connect(_on_button_pressed) + GameState.buff_level_changed.connect(_on_buff_level_changed) + GameState.buff_unlocked_changed.connect(_on_buff_unlocked_changed) + GameState.currency_changed.connect(_on_currency_changed) + _update_ui() + + +func _on_button_pressed() -> void: + if buff_data == null: + return + + var cost_currency_id: StringName = _resolve_buff_cost_currency_id(buff_data) + if cost_currency_id == &"": + push_warning("test_buff: Invalid cost currency") + return + + var cost: BigNumber = buff_data.get_cost_for_level(_current_level) + if GameState.spend_currency_by_id(cost_currency_id, cost): + var next_level: int = _current_level + 1 + GameState.set_buff_level(buff_data.id, next_level) + _apply_buff_effect(buff_data, next_level) + _current_level = next_level + _update_ui() + else: + push_warning("test_buff: Not enough currency to buy buff") + + +func _apply_buff_effect(buff: GeneratorBuffData, level: int) -> void: + if buff.kind != GeneratorBuffData.BuffKind.RESOURCE_PURCHASE: + return + + var target_currency_id: StringName = _resolve_buff_target_currency_id(buff) + if target_currency_id == &"": + return + + var purchased_amount: BigNumber = buff.get_resource_purchase_amount_for_level(level) + if purchased_amount.mantissa > 0.0: + GameState.add_currency_by_id(target_currency_id, purchased_amount) + + +func _resolve_buff_target_currency_id(buff: GeneratorBuffData) -> StringName: + if buff.resource_target_currency == null: + return &"" + + return CurrencyDatabase.get_currency_id(buff.resource_target_currency) + + +func _on_buff_level_changed(buff_id: StringName, new_level: int) -> void: + if buff_data != null and buff_id == buff_data.id: + _current_level = new_level + _update_ui() + + +func _on_buff_unlocked_changed(buff_id: StringName, unlocked: bool) -> void: + if buff_data != null and buff_id == buff_data.id: + _update_ui() + +func _on_currency_changed(_changed_currency_id: StringName, _new_value: BigNumber) -> void: + _update_ui() + +func _update_ui() -> void: + if buff_data == null: + return + + if not GameState.is_buff_unlocked(buff_data.id): + _button.disabled = true + _button.text = "Locked" + return + + var is_maxed: bool = _current_level >= buff_data.max_level if buff_data.max_level >= 0 else false + var can_buy: bool = not is_maxed + + var cost_currency_id: StringName = _resolve_buff_cost_currency_id(buff_data) + if cost_currency_id != &"": + var cost: BigNumber = buff_data.get_cost_for_level(_current_level) + var current_amount: BigNumber = GameState.get_currency_amount_by_id(cost_currency_id) + can_buy = can_buy and (current_amount.is_greater_than(cost) or current_amount.is_equal_to(cost)) + + _button.disabled = not can_buy + + if is_maxed: + _button.text = "Maxed" + else: + var cost: BigNumber = buff_data.get_cost_for_level(_current_level) + _button.text = "Buy (%s)" % cost.to_string_suffix(2) + + +func _resolve_buff_cost_currency_id(buff: GeneratorBuffData) -> StringName: + if buff.cost_currency == null: + return &"" + + return CurrencyDatabase.get_currency_id(buff.cost_currency) diff --git a/docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd.uid b/docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd.uid new file mode 100644 index 0000000..4fedb91 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Black Buildings/test_buff.gd.uid @@ -0,0 +1 @@ +uid://cpfmctd4xsfho diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/.DS_Store b/docs/gyms/tiny_swords/Buildings/Blue Buildings/.DS_Store new file mode 100644 index 0000000..0d72b53 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png new file mode 100644 index 0000000..e4feb3c Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png 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 new file mode 100644 index 0000000..4cfea54 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Archery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1e6d31f Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png 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 new file mode 100644 index 0000000..b0d939a --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Barracks.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e320cfd Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png 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 new file mode 100644 index 0000000..94ae510 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Castle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6ea5e72 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png 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 new file mode 100644 index 0000000..8aa68d4 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..bb248cb Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png 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 new file mode 100644 index 0000000..1c41415 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..bdd1f15 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png 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 new file mode 100644 index 0000000..bdc6c13 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Blue Buildings/House3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6a06a60 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png 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 new file mode 100644 index 0000000..7480d87 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Monastery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5470b99 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png 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 new file mode 100644 index 0000000..d58cfb6 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Blue Buildings/Tower.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0d72b53 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png new file mode 100644 index 0000000..c907b85 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png 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 new file mode 100644 index 0000000..1af94ee --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Archery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e585f64 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png 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 new file mode 100644 index 0000000..b2f18f9 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Barracks.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b4c2188 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png 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 new file mode 100644 index 0000000..c40d16c --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Castle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5855602 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png 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 new file mode 100644 index 0000000..2ce9de0 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f707f42 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png 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 new file mode 100644 index 0000000..8fc358b --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cf5e0d6 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png 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 new file mode 100644 index 0000000..4e6f99e --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Purple Buildings/House3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f4bc190 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png 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 new file mode 100644 index 0000000..0d44c28 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Monastery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3fa4452 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png 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 new file mode 100644 index 0000000..eca9f31 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Purple Buildings/Tower.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a2ef885 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png new file mode 100644 index 0000000..f84cf68 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png 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 new file mode 100644 index 0000000..afafdee --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Red Buildings/Archery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d57bfff Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png 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 new file mode 100644 index 0000000..ea47881 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Red Buildings/Barracks.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1ab3db7 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png 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 new file mode 100644 index 0000000..442707d --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Red Buildings/Castle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7777303 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png 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 new file mode 100644 index 0000000..17be85b --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Red Buildings/House1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7a8c6f5 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png 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 new file mode 100644 index 0000000..8a0b5be --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Red Buildings/House2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1ff4d00 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png 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 new file mode 100644 index 0000000..4ac0db9 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Red Buildings/House3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b4c45b4 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png 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 new file mode 100644 index 0000000..0773b22 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Red Buildings/Monastery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c5df6f7 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png 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 new file mode 100644 index 0000000..a2beda8 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Red Buildings/Tower.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..df2514b Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png new file mode 100644 index 0000000..d201ca2 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png 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 new file mode 100644 index 0000000..ec146e1 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Archery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1ce69ad Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png 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 new file mode 100644 index 0000000..c0ab2bc --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Barracks.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2c2ade1 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png 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 new file mode 100644 index 0000000..277d26f --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Castle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..39116ea Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png 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 new file mode 100644 index 0000000..dd460de --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d48bc70 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png 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 new file mode 100644 index 0000000..23af203 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..47f9af5 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png 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 new file mode 100644 index 0000000..46d2bc7 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/House3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ac6d737 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png 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 new file mode 100644 index 0000000..79bb387 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Monastery.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..82b77e0 Binary files /dev/null and b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png 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 new file mode 100644 index 0000000..48deb00 --- /dev/null +++ b/docs/gyms/tiny_swords/Buildings/Yellow Buildings/Tower.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2c1d9d7 Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Dust_01.png 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 new file mode 100644 index 0000000..888851c --- /dev/null +++ b/docs/gyms/tiny_swords/Particle FX/Dust_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8b61ba7 Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Dust_02.png 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 new file mode 100644 index 0000000..a4a841a --- /dev/null +++ b/docs/gyms/tiny_swords/Particle FX/Dust_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ea33f3e Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Explosion_01.png 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 new file mode 100644 index 0000000..6ab5397 --- /dev/null +++ b/docs/gyms/tiny_swords/Particle FX/Explosion_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8395300 Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Explosion_02.png 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 new file mode 100644 index 0000000..c4732dc --- /dev/null +++ b/docs/gyms/tiny_swords/Particle FX/Explosion_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cef2356 Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Fire_01.png 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 new file mode 100644 index 0000000..589929b --- /dev/null +++ b/docs/gyms/tiny_swords/Particle FX/Fire_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c5a4bb3 Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Fire_02.png 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 new file mode 100644 index 0000000..647be64 --- /dev/null +++ b/docs/gyms/tiny_swords/Particle FX/Fire_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6361c46 Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Fire_03.png 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 new file mode 100644 index 0000000..c4c2825 --- /dev/null +++ b/docs/gyms/tiny_swords/Particle FX/Fire_03.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b494f04 Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Particle FX.aseprite differ diff --git a/docs/gyms/tiny_swords/Particle FX/Water Splash.png b/docs/gyms/tiny_swords/Particle FX/Water Splash.png new file mode 100644 index 0000000..a865d30 Binary files /dev/null and b/docs/gyms/tiny_swords/Particle FX/Water Splash.png 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 new file mode 100644 index 0000000..8e005df --- /dev/null +++ b/docs/gyms/tiny_swords/Particle FX/Water Splash.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..14178fb Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/.DS_Store b/docs/gyms/tiny_swords/Terrain/Decorations/.DS_Store new file mode 100644 index 0000000..c13bb3f Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png new file mode 100644 index 0000000..590433a Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png 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 new file mode 100644 index 0000000..6f6c877 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..755ef6d Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png 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 new file mode 100644 index 0000000..59b5c1f --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cc992b4 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png 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 new file mode 100644 index 0000000..3ab8ca9 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2154a81 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png 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 new file mode 100644 index 0000000..beda5ac --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushe4.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..653f49c Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Bushes/Bushes.aseprite differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/.DS_Store b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/.DS_Store new file mode 100644 index 0000000..9aed4e7 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds.aseprite b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds.aseprite new file mode 100644 index 0000000..d4a04f1 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds.aseprite 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 new file mode 100644 index 0000000..40374be Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png 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 new file mode 100644 index 0000000..04f7d47 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..dd4dc41 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png 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 new file mode 100644 index 0000000..987f9f1 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..dc69de4 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png 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 new file mode 100644 index 0000000..79bf8d2 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_03.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e344632 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png 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 new file mode 100644 index 0000000..b235cff --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_04.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a421249 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png 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 new file mode 100644 index 0000000..4c3a831 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_05.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..43c1080 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png 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 new file mode 100644 index 0000000..29ae54a --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_06.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..47bbdcd Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png 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 new file mode 100644 index 0000000..a1380c4 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_07.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2bb4f12 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png 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 new file mode 100644 index 0000000..7d3c47e --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Clouds/Clouds_08.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5dbefd6 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.aseprite 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 new file mode 100644 index 0000000..bba4f72 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png 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 new file mode 100644 index 0000000..7459200 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b2a37aa Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.aseprite 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 new file mode 100644 index 0000000..952df8b Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png 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 new file mode 100644 index 0000000..0651dbe --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2366cdf Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.aseprite 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 new file mode 100644 index 0000000..0454265 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png 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 new file mode 100644 index 0000000..9c66548 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_03.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6e5b8b3 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.aseprite 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 new file mode 100644 index 0000000..bc00f98 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png 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 new file mode 100644 index 0000000..48e527d --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks in the Water/Water Rocks_04.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7970845 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png 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 new file mode 100644 index 0000000..6606fa8 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6b15046 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png 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 new file mode 100644 index 0000000..ec6f087 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..39473b7 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png 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 new file mode 100644 index 0000000..ea7a6f7 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ebda219 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png 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 new file mode 100644 index 0000000..bfc2375 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rocks/Rock4.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f32feed Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/.DS_Store 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 new file mode 100644 index 0000000..7b92987 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber Duck.aseprite 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 new file mode 100644 index 0000000..454202a Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png 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 new file mode 100644 index 0000000..e62c4fc --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Decorations/Rubber Duck/Rubber duck.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..af76715 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/.DS_Store b/docs/gyms/tiny_swords/Terrain/Resources/Gold/.DS_Store new file mode 100644 index 0000000..73efb85 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/.DS_Store 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 new file mode 100644 index 0000000..e64ff7a Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold Resource.aseprite 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 new file mode 100644 index 0000000..c120992 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png 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 new file mode 100644 index 0000000..9970457 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3a38131 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png 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 new file mode 100644 index 0000000..f0df363 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Resource/Gold_Resource_Highlight.png.import @@ -0,0 +1,40 @@ +[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 1.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png new file mode 100644 index 0000000..ad35201 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png.import new file mode 100644 index 0000000..92e9ba7 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cfj3i3o3fkyb3" +path="res://.godot/imported/Gold Stone 1.png-9c861a2fc96030df4685653fe3ba8325.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 1_Highlight.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png new file mode 100644 index 0000000..7ecde6b Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png.import new file mode 100644 index 0000000..5a868d9 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 1_Highlight.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dv047glnug81l" +path="res://.godot/imported/Gold Stone 1_Highlight.png-6ef5ce1f055bcf04158dadc1c2dde2c5.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 2.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png new file mode 100644 index 0000000..9145e26 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png.import new file mode 100644 index 0000000..418eed9 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dgejk5scadnlt" +path="res://.godot/imported/Gold Stone 2.png-1cd93ab1271f073349ad46df907eae1e.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 2_Highlight.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png new file mode 100644 index 0000000..489950d Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png.import new file mode 100644 index 0000000..c1f9bf7 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 2_Highlight.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bdp6vy36svbvn" +path="res://.godot/imported/Gold Stone 2_Highlight.png-3f9764760887ec055fa9e332c275d232.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 3.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png new file mode 100644 index 0000000..ee11a03 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png.import new file mode 100644 index 0000000..ab7b170 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://qimeviwtwkxx" +path="res://.godot/imported/Gold Stone 3.png-09ce1954fffb4e5bf23cb8349c3cd83f.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 3_Highlight.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png new file mode 100644 index 0000000..882fa45 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png.import new file mode 100644 index 0000000..f593a37 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 3_Highlight.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bjqe3efu2aat6" +path="res://.godot/imported/Gold Stone 3_Highlight.png-c694c5506fea315c0b208057296c0635.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 4.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png new file mode 100644 index 0000000..1178f7c Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png.import new file mode 100644 index 0000000..9cc2802 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d3grr0fulpeje" +path="res://.godot/imported/Gold Stone 4.png-b28a784b73bec4673bf8c0cc7d2cdc19.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 4_Highlight.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png new file mode 100644 index 0000000..4fdfc16 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png.import new file mode 100644 index 0000000..f058ade --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 4_Highlight.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://befcjyx8tmc4a" +path="res://.godot/imported/Gold Stone 4_Highlight.png-e3505777bdc27eddcd2cce1bad7bc164.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png new file mode 100644 index 0000000..c633394 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png differ 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 new file mode 100644 index 0000000..23af6f3 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5.png.import @@ -0,0 +1,40 @@ +[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 b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png new file mode 100644 index 0000000..af98329 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png differ 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 new file mode 100644 index 0000000..e538454 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 5_Highlight.png.import @@ -0,0 +1,40 @@ +[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.png b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png new file mode 100644 index 0000000..7cb2b8d Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png.import b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png.import new file mode 100644 index 0000000..9d0413f --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bqf6yhtsnmjad" +path="res://.godot/imported/Gold Stone 6.png-b948e5cfdf7f80e80ff394459b5ebf94.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png new file mode 100644 index 0000000..735bbe0 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png differ 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 new file mode 100644 index 0000000..3086267 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stone 6_Highlight.png.import @@ -0,0 +1,40 @@ +[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/Gold/Gold Stones/Gold Stones.aseprite b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stones.aseprite new file mode 100644 index 0000000..d019ceb Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/Gold Stones.aseprite differ diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/gold_mine.tscn b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/gold_mine.tscn new file mode 100644 index 0000000..bddde88 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Gold/Gold Stones/gold_mine.tscn @@ -0,0 +1,37 @@ +[gd_scene format=3 uid="uid://brgkkw2n3o1ox"] + +[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="Resource" uid="uid://dliilvvjvksk1" path="res://docs/gyms/generators/gold_mine.tres" id="2_sbi6i"] + +[sub_resource type="RectangleShape2D" id="RectangleShape2D_sbi6i"] +size = Vector2(82, 84) + +[node name="GoldMine" type="Node2D" unique_id=341660167] + +[node name="CurrencyGenerator" parent="." unique_id=967969064 node_paths=PackedStringArray("info_generator_container") instance=ExtResource("1_dgq4l")] +currency = ExtResource("2_d2x03") +data = ExtResource("2_sbi6i") +info_generator_container = NodePath("../GeneratorContainer") + +[node name="Sprite2D" type="Sprite2D" parent="." unique_id=115969252] +texture = ExtResource("2_n0fgx") + +[node name="Area2D" type="Area2D" parent="." unique_id=1667681021] + +[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=549597501] +position = Vector2(-1, -11) +shape = SubResource("RectangleShape2D_sbi6i") + +[node name="GeneratorContainer" parent="." unique_id=1451609580 node_paths=PackedStringArray("_generator") instance=ExtResource("2_lnbxc")] +visible = false +offset_left = 127.0 +offset_top = -103.0 +offset_right = 391.0 +offset_bottom = 107.0 +_generator = NodePath("../CurrencyGenerator") + +[connection signal="mouse_entered" from="Area2D" to="CurrencyGenerator" method="_on_area_2d_mouse_entered"] +[connection signal="mouse_exited" from="Area2D" to="CurrencyGenerator" method="_on_area_2d_mouse_exited"] diff --git a/docs/gyms/tiny_swords/Terrain/Resources/Meat/.DS_Store b/docs/gyms/tiny_swords/Terrain/Resources/Meat/.DS_Store new file mode 100644 index 0000000..3f05fca Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Meat/.DS_Store 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 new file mode 100644 index 0000000..eebce64 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png 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 new file mode 100644 index 0000000..6bbb885 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Meat Resource/Meat Resource.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..51a65ef Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep.aseprite 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 new file mode 100644 index 0000000..4714465 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png 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 new file mode 100644 index 0000000..b60dc9b --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Grass.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c7835a9 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png 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 new file mode 100644 index 0000000..24b6b26 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c69c323 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png 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 new file mode 100644 index 0000000..f50ecfb --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/Sheep_Move.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..371af98 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..6c7c5c5 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.gd.uid @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..a2b74d6 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep.tscn @@ -0,0 +1,11 @@ +[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 new file mode 100644 index 0000000..02f08b2 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Meat/Sheep/sheep_sprite_frames.tres @@ -0,0 +1,53 @@ +[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 new file mode 100644 index 0000000..270b94e Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png 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 new file mode 100644 index 0000000..6b421ed --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8e6b41e Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png 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 new file mode 100644 index 0000000..7bdf520 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6985dae Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png 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 new file mode 100644 index 0000000..51c1516 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_03.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..41f2c6d Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png 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 new file mode 100644 index 0000000..f97b9e0 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Tools/Tool_04.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ce89fba Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/.DS_Store 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 new file mode 100644 index 0000000..b836db8 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png 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 new file mode 100644 index 0000000..e237e97 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9b62716 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png 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 new file mode 100644 index 0000000..a173c76 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3545474 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png 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 new file mode 100644 index 0000000..cfdc812 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..88a7fae Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png 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 new file mode 100644 index 0000000..2a7b99f --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Stump 4.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..655a141 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png 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 new file mode 100644 index 0000000..d53909f --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6d316b6 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png 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 new file mode 100644 index 0000000..eb3e15a --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..fe6d67b Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png 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 new file mode 100644 index 0000000..4c1166c --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..162140b Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png 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 new file mode 100644 index 0000000..eb1e7a2 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Tree4.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b24c937 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/Trees.aseprite 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 new file mode 100644 index 0000000..371af98 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..9263615 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.gd.uid @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..0192d94 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1.tscn @@ -0,0 +1,11 @@ +[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 new file mode 100644 index 0000000..c28410d --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Trees/tree_1_sprite_frames.tres @@ -0,0 +1,67 @@ +[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 new file mode 100644 index 0000000..667ad24 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png 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 new file mode 100644 index 0000000..d2dfbe1 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Resources/Wood/Wood Resource/Wood Resource.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a6c4281 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png.import b/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png.import new file mode 100644 index 0000000..a946275 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Tileset/Shadow.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9344c6d Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png 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 new file mode 100644 index 0000000..95c3fd2 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..393089d Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png 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 new file mode 100644 index 0000000..a960c98 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cf0ae69 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png 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 new file mode 100644 index 0000000..2426448 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color3.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5170d1f Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png 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 new file mode 100644 index 0000000..14fc7bd --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color4.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8539b3c Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png 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 new file mode 100644 index 0000000..433c4b2 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Tileset/Tilemap_color5.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..817eda7 Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png 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 new file mode 100644 index 0000000..f5dd149 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Tileset/Water Background color.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..67acc0f Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.aseprite differ diff --git a/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png b/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png new file mode 100644 index 0000000..507b5fd Binary files /dev/null and b/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png 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 new file mode 100644 index 0000000..934eb83 --- /dev/null +++ b/docs/gyms/tiny_swords/Terrain/Tileset/Water Foam.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..03aadb8 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/.DS_Store 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 new file mode 100644 index 0000000..023bf45 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/.DS_Store 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 new file mode 100644 index 0000000..0a2ecc7 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png 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 new file mode 100644 index 0000000..58ecd39 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Banner.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b5194b6 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png 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 new file mode 100644 index 0000000..c18682d --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Banner/Slots.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8637157 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png 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 new file mode 100644 index 0000000..bea7983 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Black.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9678fdd Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png 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 new file mode 100644 index 0000000..3d753c1 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Blue.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f6cf10d Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png 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 new file mode 100644 index 0000000..318665c --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Purple.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1511397 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png 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 new file mode 100644 index 0000000..5995411 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Red.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d584603 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png 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 new file mode 100644 index 0000000..f133aaa --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Banners from the store page/Ribbons/Ribbon_Yellow.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b8dd033 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/.DS_Store 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 new file mode 100644 index 0000000..eb3cc21 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/.DS_Store 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 new file mode 100644 index 0000000..c53d417 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png 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 new file mode 100644 index 0000000..a898b3c --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1978b95 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png 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 new file mode 100644 index 0000000..07e5640 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Banners/Banner_Slots.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1a7304f Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png 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 new file mode 100644 index 0000000..ec5c606 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Base.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a79f679 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png 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 new file mode 100644 index 0000000..71fcce2 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/BigBar_Fill.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d99eec7 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png 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 new file mode 100644 index 0000000..1642a35 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Base.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9cd8a06 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png 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 new file mode 100644 index 0000000..3becfc0 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Bars/SmallBar_Fill.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..611f775 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png 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 new file mode 100644 index 0000000..4b10ecc --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Pressed.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e466a71 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png 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 new file mode 100644 index 0000000..2a848dd --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigBlueButton_Regular.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9c01006 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png 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 new file mode 100644 index 0000000..ee01a4a --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Pressed.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a1f1465 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png 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 new file mode 100644 index 0000000..6345bb1 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/BigRedButton_Regular.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..397d38b Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png 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 new file mode 100644 index 0000000..9b07eb5 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Pressed.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d1d0bc2 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png 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 new file mode 100644 index 0000000..e48e888 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueRoundButton_Regular.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9718a92 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png 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 new file mode 100644 index 0000000..c77ece5 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Pressed.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2ec894c Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png 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 new file mode 100644 index 0000000..074fee4 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallBlueSquareButton_Regular.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..65ebcfb Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png 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 new file mode 100644 index 0000000..1927977 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Pressed.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2943855 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png 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 new file mode 100644 index 0000000..66a95d8 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedRoundButton_Regular.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c26e01f Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png 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 new file mode 100644 index 0000000..cbf8b4c --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Pressed.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..89488a7 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png 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 new file mode 100644 index 0000000..d0d71e3 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/SmallRedSquareButton_Regular.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b85a40a Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png 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 new file mode 100644 index 0000000..96e1bf8 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundBlueButton.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..bd1a5e2 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png 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 new file mode 100644 index 0000000..33e6f65 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinyRoundRedButton.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a9beb1f Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png 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 new file mode 100644 index 0000000..b15a49e --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareBlueButton.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..85e3146 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png 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 new file mode 100644 index 0000000..4692d61 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Buttons/TinySquareRedButton.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c2ba0c4 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png 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 new file mode 100644 index 0000000..ba30038 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cc88350 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png 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 new file mode 100644 index 0000000..4c5322e --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5d98fbe Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png 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 new file mode 100644 index 0000000..337d03f --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_03.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..4e1a9b4 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png 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 new file mode 100644 index 0000000..89e8b9c --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Cursors/Cursor_04.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..39c7dc7 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/.DS_Store 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 new file mode 100644 index 0000000..8116f4e Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png 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 new file mode 100644 index 0000000..f70944a --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f525c1a Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png 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 new file mode 100644 index 0000000..b8107c2 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0ea0b7a Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png 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 new file mode 100644 index 0000000..13f6be7 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_03.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..680d6f1 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png 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 new file mode 100644 index 0000000..e020a48 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_04.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..36061ec Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png 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 new file mode 100644 index 0000000..8155ff3 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_05.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a56a8e2 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png 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 new file mode 100644 index 0000000..03be109 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_06.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8ab76ef Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png 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 new file mode 100644 index 0000000..ac5f2a1 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_07.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e9bea7f Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png 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 new file mode 100644 index 0000000..7ef47c8 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_08.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e8f930e Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png 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 new file mode 100644 index 0000000..07eb603 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_09.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b7db7d2 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png 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 new file mode 100644 index 0000000..81fd377 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_10.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9df5d9a Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png 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 new file mode 100644 index 0000000..1199654 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_11.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a44de58 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png 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 new file mode 100644 index 0000000..c705779 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_12.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..113a8da Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png 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 new file mode 100644 index 0000000..1dd1691 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_13.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b8c9a8f Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png 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 new file mode 100644 index 0000000..5c63ea6 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_14.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..67d5544 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png 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 new file mode 100644 index 0000000..18718d7 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_15.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..650de5c Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png 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 new file mode 100644 index 0000000..f86458f --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_16.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..725f2a9 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png 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 new file mode 100644 index 0000000..75b3d6a --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_17.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..697ade2 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png 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 new file mode 100644 index 0000000..9d3abf3 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_18.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..656c082 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png 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 new file mode 100644 index 0000000..c572553 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_19.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1239bad Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png 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 new file mode 100644 index 0000000..4c4e87b --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_20.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f7414de Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png 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 new file mode 100644 index 0000000..ea1d384 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_21.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5bf0759 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png 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 new file mode 100644 index 0000000..ca69fe9 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_22.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6435c24 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png 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 new file mode 100644 index 0000000..27b8f4f --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_23.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..46f7b8e Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png 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 new file mode 100644 index 0000000..a4b5af3 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_24.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..96cd0af Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png 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 new file mode 100644 index 0000000..866cc0d --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Human Avatars/Avatars_25.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1e13156 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png 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 new file mode 100644 index 0000000..98f87ac --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_01.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..699d6df Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png 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 new file mode 100644 index 0000000..d1b0cf8 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_02.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2f34ce0 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png 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 new file mode 100644 index 0000000..e667070 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_03.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..770bd8c Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png 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 new file mode 100644 index 0000000..161243b --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_04.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e08422b Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png 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 new file mode 100644 index 0000000..241c1c8 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_05.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..01b92da Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png 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 new file mode 100644 index 0000000..e9d05d7 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_06.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..27f6b26 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png 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 new file mode 100644 index 0000000..3c7adf0 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_07.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..4544986 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png 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 new file mode 100644 index 0000000..43d6051 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_08.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3267bed Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png 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 new file mode 100644 index 0000000..5d547b3 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_09.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..04a4f84 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png 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 new file mode 100644 index 0000000..10ffc3a --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_10.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..06bc675 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png 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 new file mode 100644 index 0000000..d9e5c56 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_11.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ea5c127 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png 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 new file mode 100644 index 0000000..8e2d40a --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Icons/Icon_12.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c5a3a6c Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png 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 new file mode 100644 index 0000000..76728c8 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/RegularPaper.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7cf21d3 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png 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 new file mode 100644 index 0000000..49568e1 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Papers/SpecialPaper.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..709716e Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/.DS_Store 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 new file mode 100644 index 0000000..0a7a4d9 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png 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 new file mode 100644 index 0000000..f3bc151 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/BigRibbons.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..06bf466 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png 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 new file mode 100644 index 0000000..5d34bfe --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Ribbons/SmallRibbons.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b77c31f Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png 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 new file mode 100644 index 0000000..39da7e9 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Swords/Swords.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ff3a225 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png 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 new file mode 100644 index 0000000..62471b6 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..63dd9b0 Binary files /dev/null and b/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png 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 new file mode 100644 index 0000000..c3dc4f0 --- /dev/null +++ b/docs/gyms/tiny_swords/UI Elements/UI Elements/Wood Table/WoodTable_Slots.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6fe684b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/.DS_Store differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/.DS_Store b/docs/gyms/tiny_swords/Units/Black Units/.DS_Store new file mode 100644 index 0000000..d96e62e Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/.DS_Store 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 new file mode 100644 index 0000000..169ccb7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png 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 new file mode 100644 index 0000000..096a801 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..af199cf Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png 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 new file mode 100644 index 0000000..e1e9b49 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9119dcb Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png 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 new file mode 100644 index 0000000..cd6ce15 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Archer/Archer_Shoot.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f604ba9 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png 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 new file mode 100644 index 0000000..56866d5 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Archer/Arrow.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1dfe99d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png 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 new file mode 100644 index 0000000..27d9fa1 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..257220b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png 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 new file mode 100644 index 0000000..43f9457 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_DownRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7bec21d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png 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 new file mode 100644 index 0000000..3f43810 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..843408c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png 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 new file mode 100644 index 0000000..e145e11 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Down_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5d61b5c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png 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 new file mode 100644 index 0000000..2c231f1 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ef190f5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png 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 new file mode 100644 index 0000000..cf495ea --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..46295d2 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png 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 new file mode 100644 index 0000000..4cc71e4 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Right_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..003adae Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png 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 new file mode 100644 index 0000000..906e902 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0a4689d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png 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 new file mode 100644 index 0000000..b936c36 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9e44c02 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png 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 new file mode 100644 index 0000000..7d1f0f7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_UpRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ad2b411 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png 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 new file mode 100644 index 0000000..77eaf5a --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3720dee Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png 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 new file mode 100644 index 0000000..672f4b0 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Lancer/Lancer_Up_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d66e734 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png 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 new file mode 100644 index 0000000..5d51871 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..348c795 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png 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 new file mode 100644 index 0000000..09f72ae --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Monk/Heal_Effect.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d386715 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png 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 new file mode 100644 index 0000000..836c40c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Monk/Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3f8c81e Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png 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 new file mode 100644 index 0000000..aa88931 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Monk/Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a34b2f3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/.DS_Store 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 new file mode 100644 index 0000000..60fc879 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png 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 new file mode 100644 index 0000000..eb17b34 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6f91859 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png 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 new file mode 100644 index 0000000..484eb49 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6caf6f3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png differ diff --git a/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png.import b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png.import new file mode 100644 index 0000000..3296ff7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Hammer.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b8f2n6mx1gv2d" +path="res://.godot/imported/Pawn_Idle Hammer.png-769fe48c84aaf4520b946ef56383b0f7.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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 Knife.png b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png new file mode 100644 index 0000000..f0a5891 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png 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 new file mode 100644 index 0000000..9d3164a --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..70ecb18 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png 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 new file mode 100644 index 0000000..bbfd4ad --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ef78d0e Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png 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 new file mode 100644 index 0000000..fe1657b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..269ad7f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png 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 new file mode 100644 index 0000000..cd6bdee --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9020709 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png 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 new file mode 100644 index 0000000..9ca3cd3 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9d6ae3d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png 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 new file mode 100644 index 0000000..bc53d1e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6aae6c5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png 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 new file mode 100644 index 0000000..9890eeb --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..31d3416 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png 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 new file mode 100644 index 0000000..a550d85 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f28fd9b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png 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 new file mode 100644 index 0000000..630fd19 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Interact Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..af55581 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png 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 new file mode 100644 index 0000000..fc13412 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..4f510aa Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png 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 new file mode 100644 index 0000000..8747c0c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ef4c152 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png 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 new file mode 100644 index 0000000..2d24e5f --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..934ebe8 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png 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 new file mode 100644 index 0000000..42cfb4b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7c993e8 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png 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 new file mode 100644 index 0000000..b2d0ba8 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..005f494 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png 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 new file mode 100644 index 0000000..0f0d4b7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d3f63f7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png 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 new file mode 100644 index 0000000..bc10e6e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8d2ad21 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png 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 new file mode 100644 index 0000000..58a6ff1 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Pawn/Pawn_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0257777 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png 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 new file mode 100644 index 0000000..59d3265 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ab782c3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png 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 new file mode 100644 index 0000000..0d4a1d7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Attack2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d928d93 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png 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 new file mode 100644 index 0000000..3524efe --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Guard.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b7f0502 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png 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 new file mode 100644 index 0000000..e4652b0 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..71b1a3a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png 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 new file mode 100644 index 0000000..28c41fc --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Black Units/Warrior/Warrior_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..990d2ea Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/.DS_Store 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 new file mode 100644 index 0000000..47aabd1 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png 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 new file mode 100644 index 0000000..b8d151c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..50c1a8b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png 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 new file mode 100644 index 0000000..2e04039 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..363ab20 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png 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 new file mode 100644 index 0000000..8b19237 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Archer_Shoot.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f604ba9 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png 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 new file mode 100644 index 0000000..45abc63 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Archer/Arrow.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8ccd9d0 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png 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 new file mode 100644 index 0000000..c0c0195 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..68dccc7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png 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 new file mode 100644 index 0000000..3ddbb7c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_DownRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7167a2f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png 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 new file mode 100644 index 0000000..9cf8141 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..80b7eae Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png 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 new file mode 100644 index 0000000..755588d --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Down_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8ef9ce5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png 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 new file mode 100644 index 0000000..4c45270 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..095cafc Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png 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 new file mode 100644 index 0000000..c3168a8 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b33a648 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png 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 new file mode 100644 index 0000000..1a96abc --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Right_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..935f1ff Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png 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 new file mode 100644 index 0000000..391372f --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..014e218 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png 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 new file mode 100644 index 0000000..e107418 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..dcf1e8b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png 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 new file mode 100644 index 0000000..0209e59 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_UpRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9b70adf Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png 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 new file mode 100644 index 0000000..70c6110 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d61c895 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png 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 new file mode 100644 index 0000000..e554250 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Lancer/Lancer_Up_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..4961f5a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Monk/.DS_Store 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 new file mode 100644 index 0000000..f2b2d2c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png 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 new file mode 100644 index 0000000..f89a083 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..348c795 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png 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 new file mode 100644 index 0000000..d598f42 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Heal_Effect.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d3de43c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png 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 new file mode 100644 index 0000000..4b8e326 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..565a7bd Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png 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 new file mode 100644 index 0000000..499b61c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Monk/Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a34b2f3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/.DS_Store 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 new file mode 100644 index 0000000..790bcad Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png 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 new file mode 100644 index 0000000..8bc801e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..60a1491 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png 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 new file mode 100644 index 0000000..045253f --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cfaa485 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png 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 new file mode 100644 index 0000000..c13e52e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3224aa4 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png 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 new file mode 100644 index 0000000..ae6afe4 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ae08bb8 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png 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 new file mode 100644 index 0000000..dd3f6e5 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5bca92b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png 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 new file mode 100644 index 0000000..b47b84a --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a3d73c5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png 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 new file mode 100644 index 0000000..530ff9e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f872036 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png 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 new file mode 100644 index 0000000..1041321 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d3bd82a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png 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 new file mode 100644 index 0000000..933419f --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3c87918 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png 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 new file mode 100644 index 0000000..e102c80 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3bfbab8 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png 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 new file mode 100644 index 0000000..f10851f --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1deac38 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png 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 new file mode 100644 index 0000000..9f40240 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Interact Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..54c5053 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png 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 new file mode 100644 index 0000000..5973743 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..52242d5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png 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 new file mode 100644 index 0000000..b761a09 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..43d8aae Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png 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 new file mode 100644 index 0000000..46b86dd --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f4f5fc0 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png 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 new file mode 100644 index 0000000..e72503b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..faf7172 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png 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 new file mode 100644 index 0000000..71c93fd --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a0a319f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png 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 new file mode 100644 index 0000000..bcb2557 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..85c4458 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png 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 new file mode 100644 index 0000000..357cc65 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..53c99aa Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png 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 new file mode 100644 index 0000000..c994c29 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Pawn/Pawn_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f3d8996 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png 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 new file mode 100644 index 0000000..fa25a32 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..aed6320 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png 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 new file mode 100644 index 0000000..72e728e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Attack2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2eb617d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png 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 new file mode 100644 index 0000000..4bd9453 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Guard.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d4227f0 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png 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 new file mode 100644 index 0000000..794e802 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b12b05f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png 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 new file mode 100644 index 0000000..173b200 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Blue Units/Warrior/Warrior_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0d4388c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/.DS_Store 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 new file mode 100644 index 0000000..04d4dfa Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png 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 new file mode 100644 index 0000000..c60fc58 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..144773c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png 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 new file mode 100644 index 0000000..dc39afc --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7fee5b6 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png 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 new file mode 100644 index 0000000..78c66be --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Archer_Shoot.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f604ba9 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png 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 new file mode 100644 index 0000000..4fce8e5 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Archer/Arrow.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9d3506b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png 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 new file mode 100644 index 0000000..013d997 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f9cb01f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png 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 new file mode 100644 index 0000000..4bbe8f1 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_DownRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6874e24 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png 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 new file mode 100644 index 0000000..506a954 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..134f9ee Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png 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 new file mode 100644 index 0000000..04079f2 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Down_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c473f12 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png 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 new file mode 100644 index 0000000..e2beb1f --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0066676 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png 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 new file mode 100644 index 0000000..aadae84 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1a2a95c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png 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 new file mode 100644 index 0000000..296c87e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Right_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..695dd9f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png 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 new file mode 100644 index 0000000..b3590cf --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cc4d573 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png 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 new file mode 100644 index 0000000..45a4549 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..725cd4f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png 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 new file mode 100644 index 0000000..1b46348 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_UpRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8ce23e8 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png 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 new file mode 100644 index 0000000..744db1b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b2a0981 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png 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 new file mode 100644 index 0000000..f9b15fd --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Lancer/Lancer_Up_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..4961f5a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Monk/.DS_Store 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 new file mode 100644 index 0000000..2c4c504 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png 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 new file mode 100644 index 0000000..5a9b035 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..348c795 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png 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 new file mode 100644 index 0000000..b4daddd --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Heal_Effect.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a8cc783 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png 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 new file mode 100644 index 0000000..f7b1c8d --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2ffa3f5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png 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 new file mode 100644 index 0000000..7e7861c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Monk/Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a34b2f3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/.DS_Store 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 new file mode 100644 index 0000000..4afd1ab Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png 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 new file mode 100644 index 0000000..78fb850 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0c8d17a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png 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 new file mode 100644 index 0000000..aae8735 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..34c3a3f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png 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 new file mode 100644 index 0000000..8a87622 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..461c2d1 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png 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 new file mode 100644 index 0000000..64be450 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..50b1b78 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png 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 new file mode 100644 index 0000000..bab975b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e18977a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png 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 new file mode 100644 index 0000000..ac46ee7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d15d077 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png 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 new file mode 100644 index 0000000..80a85cf --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..6a61abd Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png 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 new file mode 100644 index 0000000..5bdd2b4 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f15c8d3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png 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 new file mode 100644 index 0000000..115ea71 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f8391e7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png 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 new file mode 100644 index 0000000..8053afb --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1c23f0f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png 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 new file mode 100644 index 0000000..6d1ef9b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..47860b1 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png 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 new file mode 100644 index 0000000..b36f2e9 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Interact Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..68009e4 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png 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 new file mode 100644 index 0000000..f9403d0 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..909ba8c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png 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 new file mode 100644 index 0000000..e3a4d5a --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ef9018d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png 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 new file mode 100644 index 0000000..b66684f --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d309261 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png 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 new file mode 100644 index 0000000..52a91e9 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b872b00 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png 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 new file mode 100644 index 0000000..2bef326 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..edebc91 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png 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 new file mode 100644 index 0000000..4a7962d --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8c762e1 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png 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 new file mode 100644 index 0000000..86bb23b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1dc38f7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png 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 new file mode 100644 index 0000000..674f840 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Pawn/Pawn_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c5259f4 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png 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 new file mode 100644 index 0000000..754a815 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3ac5687 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png 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 new file mode 100644 index 0000000..1774524 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Attack2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..064c170 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png 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 new file mode 100644 index 0000000..b893b67 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Guard.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b8ebdc7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png 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 new file mode 100644 index 0000000..8c14c08 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a6ba2f3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png 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 new file mode 100644 index 0000000..23c9e4c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Purple Units/Warrior/Warrior_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..de611e5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/.DS_Store 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 new file mode 100644 index 0000000..eb88ddc Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png 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 new file mode 100644 index 0000000..8c78eed --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..587b52e Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png 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 new file mode 100644 index 0000000..a345aa9 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2ae8b24 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png 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 new file mode 100644 index 0000000..0d5ed26 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Archer/Archer_Shoot.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f604ba9 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png 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 new file mode 100644 index 0000000..dda3028 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Archer/Arrow.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2bd69f4 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png 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 new file mode 100644 index 0000000..fe91717 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..29d33f6 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png 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 new file mode 100644 index 0000000..9d592fa --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_DownRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7d40c43 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png 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 new file mode 100644 index 0000000..68e7ead --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1092771 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png 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 new file mode 100644 index 0000000..a9cfffc --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Down_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..27960eb Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png 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 new file mode 100644 index 0000000..42ab66d --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..4444588 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png 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 new file mode 100644 index 0000000..f189ae4 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e7206c3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png differ diff --git a/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png.import b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png.import new file mode 100644 index 0000000..7bcbfd3 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Right_Defence.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bs11liphgmn06" +path="res://.godot/imported/Lancer_Right_Defence.png-21596cd7f93b2ac5f3cc537bea27d935.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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_Run.png b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png new file mode 100644 index 0000000..7564cc0 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png 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 new file mode 100644 index 0000000..ec66006 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..367293d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png 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 new file mode 100644 index 0000000..f3230ee --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1d2ddb2 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png 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 new file mode 100644 index 0000000..2d67219 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_UpRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d1a8bae Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png 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 new file mode 100644 index 0000000..148f656 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..ea14e62 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png 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 new file mode 100644 index 0000000..b38ff2b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Lancer/Lancer_Up_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7f178ce Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png 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 new file mode 100644 index 0000000..c10fc3b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..348c795 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png 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 new file mode 100644 index 0000000..e5021c8 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Monk/Heal_Effect.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..846cc48 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png 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 new file mode 100644 index 0000000..f282740 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Monk/Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..81389a6 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png 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 new file mode 100644 index 0000000..d997aec --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Monk/Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a34b2f3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/.DS_Store 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 new file mode 100644 index 0000000..bf33eaa Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png 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 new file mode 100644 index 0000000..a2f0506 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..545ea9e Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png 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 new file mode 100644 index 0000000..7ce2ec7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a8a6635 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png 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 new file mode 100644 index 0000000..6ddcbd0 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..e91648b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png 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 new file mode 100644 index 0000000..9ffbc83 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..94005b1 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png 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 new file mode 100644 index 0000000..a808891 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..cde4dbe Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png 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 new file mode 100644 index 0000000..602965c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..12aeff7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png 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 new file mode 100644 index 0000000..6f32835 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..37e767b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png 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 new file mode 100644 index 0000000..4f964f5 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..dc360e5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png 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 new file mode 100644 index 0000000..49c2e07 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..fc31e6a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png 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 new file mode 100644 index 0000000..609df1e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..10d2cc5 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png 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 new file mode 100644 index 0000000..0a1c091 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..64e8f16 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png 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 new file mode 100644 index 0000000..44eb3b1 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Interact Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d486ce7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png 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 new file mode 100644 index 0000000..644cf9e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7b7db1a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png 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 new file mode 100644 index 0000000..6ab254c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..491ca3c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png 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 new file mode 100644 index 0000000..6be8fa6 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..952e364 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png 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 new file mode 100644 index 0000000..407f1b2 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..96ba0a2 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png 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 new file mode 100644 index 0000000..9f9138f --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9c0be8c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png 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 new file mode 100644 index 0000000..6115d02 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..869dae7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png 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 new file mode 100644 index 0000000..9bc4407 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..16c4177 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png 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 new file mode 100644 index 0000000..ae51279 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Pawn/Pawn_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5739fc0 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png 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 new file mode 100644 index 0000000..3382541 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f133b1f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png 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 new file mode 100644 index 0000000..ad5689b --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Attack2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..d572f06 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png 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 new file mode 100644 index 0000000..423136e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Guard.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3ae9083 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png 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 new file mode 100644 index 0000000..8f4e51d --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8425dac Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png 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 new file mode 100644 index 0000000..59ffe15 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Red Units/Warrior/Warrior_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..bf7bf5c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Archer.aseprite 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 new file mode 100644 index 0000000..59fd77f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Lancer.aseprite 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 new file mode 100644 index 0000000..a42b750 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Monk.aseprite 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 new file mode 100644 index 0000000..7c4365e Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Pawn.aseprite 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 new file mode 100644 index 0000000..c90468d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Units (aseprite in Blue only)/Warrior.aseprite differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/.DS_Store b/docs/gyms/tiny_swords/Units/Yellow Units/.DS_Store new file mode 100644 index 0000000..5f1e57f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/.DS_Store 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 new file mode 100644 index 0000000..2a457e3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png 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 new file mode 100644 index 0000000..5f9a299 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..3122873 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png 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 new file mode 100644 index 0000000..52efa8a --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a673cd6 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png 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 new file mode 100644 index 0000000..c44c254 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Archer_Shoot.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f604ba9 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png 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 new file mode 100644 index 0000000..e9b8465 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Archer/Arrow.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..bb074e8 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png 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 new file mode 100644 index 0000000..cc2205a --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..61b44c2 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png 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 new file mode 100644 index 0000000..9335ace --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_DownRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..f10f144 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png 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 new file mode 100644 index 0000000..4a1bbd6 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0c81260 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png 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 new file mode 100644 index 0000000..9c995f2 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Down_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b06dca7 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png 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 new file mode 100644 index 0000000..642e7f9 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..54bd22e Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png 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 new file mode 100644 index 0000000..1009350 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a5df3db Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png 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 new file mode 100644 index 0000000..7218211 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Right_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..4dd629c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png 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 new file mode 100644 index 0000000..5f6a39d --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2eddae6 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png 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 new file mode 100644 index 0000000..ffa759d --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8f4e770 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png 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 new file mode 100644 index 0000000..285b55a --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_UpRight_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..9901e11 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png 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 new file mode 100644 index 0000000..85ef0e5 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Attack.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a3cf1aa Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png 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 new file mode 100644 index 0000000..22293da --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Lancer/Lancer_Up_Defence.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8026abf Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png 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 new file mode 100644 index 0000000..f7cde5e --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..348c795 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png 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 new file mode 100644 index 0000000..cc578d7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Heal_Effect.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1371347 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png 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 new file mode 100644 index 0000000..87a7195 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2e9ff34 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png 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 new file mode 100644 index 0000000..f46f032 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Monk/Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..a34b2f3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/.DS_Store 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 new file mode 100644 index 0000000..730322a Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png 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 new file mode 100644 index 0000000..f787b34 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..da84267 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png 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 new file mode 100644 index 0000000..e0efcbf --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..2878c5f Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png 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 new file mode 100644 index 0000000..f2d3842 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..5e14362 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png 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 new file mode 100644 index 0000000..412b32c --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..97ce68b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png 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 new file mode 100644 index 0000000..e0bc657 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b8426a3 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png 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 new file mode 100644 index 0000000..c97e743 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..8b61978 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png differ diff --git a/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png.import b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png.import new file mode 100644 index 0000000..56404ee --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle Wood.png.import @@ -0,0 +1,40 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://67er2m4xf7av" +path="res://.godot/imported/Pawn_Idle Wood.png-0c2364a32ae92314281f1c62571ccca9.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"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_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.png b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png new file mode 100644 index 0000000..099afce Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png 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 new file mode 100644 index 0000000..a09d3b3 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..51b5136 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png 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 new file mode 100644 index 0000000..0ad71d6 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..982907c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png 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 new file mode 100644 index 0000000..3b48c82 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..be49cc0 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png 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 new file mode 100644 index 0000000..e835705 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..35cc86c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png 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 new file mode 100644 index 0000000..c47c0e5 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Interact Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..39e8702 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png 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 new file mode 100644 index 0000000..a5e4252 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Axe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..da00e07 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png 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 new file mode 100644 index 0000000..6f934a7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Gold.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..bcab92d Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png 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 new file mode 100644 index 0000000..1e40323 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Hammer.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..7bfdef8 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png 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 new file mode 100644 index 0000000..ab9a8c7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Knife.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..1751f5b Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png 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 new file mode 100644 index 0000000..629b796 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Meat.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0a0dfe8 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png 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 new file mode 100644 index 0000000..3eaf8cf --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Pickaxe.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..b52bb58 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png 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 new file mode 100644 index 0000000..5c69a20 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run Wood.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..c33970c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png 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 new file mode 100644 index 0000000..e044584 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Pawn/Pawn_Run.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..4bf41a2 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png 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 new file mode 100644 index 0000000..32a3da7 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack1.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..199b3bd Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png 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 new file mode 100644 index 0000000..0eb3824 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Attack2.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..97de1c0 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png 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 new file mode 100644 index 0000000..b961bb8 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Guard.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..96a1f2c Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png 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 new file mode 100644 index 0000000..29ea6b8 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Idle.png.import @@ -0,0 +1,40 @@ +[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 new file mode 100644 index 0000000..0907188 Binary files /dev/null and b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png 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 new file mode 100644 index 0000000..afd6616 --- /dev/null +++ b/docs/gyms/tiny_swords/Units/Yellow Units/Warrior/Warrior_Run.png.import @@ -0,0 +1,40 @@ +[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