From 95233c73036aa37bc8b13e3315b3aee9d14c9f3a Mon Sep 17 00:00:00 2001 From: don-tnowe <67479453+don-tnowe@users.noreply.github.com> Date: Sat, 15 Apr 2023 20:50:52 +0300 Subject: [PATCH] Auto-update format --- example/Random Upgrades/upgrades/elemental.tres | 4 ++-- example/Random Upgrades/upgrades/health.tres | 4 ++-- example/Random Upgrades/upgrades/mastery_magic.tres | 4 ++-- example/Random Upgrades/upgrades/mastery_strength.tres | 4 ++-- example/Random Upgrades/upgrades/up_aoe.tres | 4 ++-- example/Random Upgrades/upgrades/up_magic.tres | 4 ++-- example/Random Upgrades/upgrades/up_strength.tres | 4 ++-- example/Random Upgrades/upgrades/weapon_axe.tres | 4 ++-- example/Random Upgrades/upgrades/weapon_blizzard.tres | 4 ++-- example/Random Upgrades/upgrades/weapon_chaos_blast.tres | 4 ++-- example/Random Upgrades/upgrades/weapon_dagger.tres | 4 ++-- example/Random Upgrades/upgrades/weapon_fireball.tres | 4 ++-- example/Random Upgrades/upgrades/weapon_giga_sword.tres | 4 ++-- example/Random Upgrades/upgrades/weapon_lightning.tres | 4 ++-- example/Random Upgrades/upgrades/weapon_spear.tres | 4 ++-- project.godot | 4 ---- 16 files changed, 30 insertions(+), 34 deletions(-) diff --git a/example/Random Upgrades/upgrades/elemental.tres b/example/Random Upgrades/upgrades/elemental.tres index d98ac8d..4057254 100644 --- a/example/Random Upgrades/upgrades/elemental.tres +++ b/example/Random Upgrades/upgrades/elemental.tres @@ -8,9 +8,9 @@ resource_name = "Upgrade: Elemental Damage" script = ExtResource("2") color1 = Color(1, 1, 1, 1) max_duplicates = 9 -tags = ["elemental"] +tags = Array[String](["elemental"]) type = 1 -attributes = [1] +attributes = Array[int]([1]) icon = ExtResource("1_utkae") color2 = Color(0.964706, 0.298039, 0.298039, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/health.tres b/example/Random Upgrades/upgrades/health.tres index d2a81fd..258d427 100644 --- a/example/Random Upgrades/upgrades/health.tres +++ b/example/Random Upgrades/upgrades/health.tres @@ -8,9 +8,9 @@ resource_name = "Upgrade: Health" script = ExtResource("2") color1 = Color(1, 1, 1, 1) max_duplicates = 9 -tags = ["health", "melee"] +tags = Array[String](["health", "melee"]) type = 1 -attributes = [2] +attributes = Array[int]([2]) icon = ExtResource("1") color2 = Color(0.129412, 1, 0.243137, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/mastery_magic.tres b/example/Random Upgrades/upgrades/mastery_magic.tres index a06dd11..c5349ea 100644 --- a/example/Random Upgrades/upgrades/mastery_magic.tres +++ b/example/Random Upgrades/upgrades/mastery_magic.tres @@ -8,9 +8,9 @@ resource_name = "Mastery: Magic" script = ExtResource("2") color1 = Color(1, 0.847059, 0.160784, 1) max_duplicates = 9 -tags = ["magic", "mastery"] +tags = Array[String](["magic", "mastery"]) type = 2 -attributes = [1, 1, 4] +attributes = Array[int]([1, 1, 4]) icon = ExtResource("1_ardng") color2 = Color(0.407843, 0.192157, 0.827451, 1) base_weight = 1.0 diff --git a/example/Random Upgrades/upgrades/mastery_strength.tres b/example/Random Upgrades/upgrades/mastery_strength.tres index 380c739..02aa566 100644 --- a/example/Random Upgrades/upgrades/mastery_strength.tres +++ b/example/Random Upgrades/upgrades/mastery_strength.tres @@ -8,9 +8,9 @@ resource_name = "Mastery: Strength" script = ExtResource("2") color1 = Color(1, 0.847059, 0.160784, 1) max_duplicates = 9 -tags = ["strength", "mastery"] +tags = Array[String](["strength", "mastery"]) type = 2 -attributes = [0, 0, 4] +attributes = Array[int]([0, 0, 4]) icon = ExtResource("1_442ey") color2 = Color(0.992157, 0.941176, 0.2, 1) base_weight = 1.0 diff --git a/example/Random Upgrades/upgrades/up_aoe.tres b/example/Random Upgrades/upgrades/up_aoe.tres index 4bbb06f..99d74c3 100644 --- a/example/Random Upgrades/upgrades/up_aoe.tres +++ b/example/Random Upgrades/upgrades/up_aoe.tres @@ -8,9 +8,9 @@ resource_name = "Upgrade: Area of Effect" script = ExtResource("2") color1 = Color(1, 1, 1, 1) max_duplicates = 4 -tags = ["aoe"] +tags = Array[String](["aoe"]) type = 1 -attributes = [3] +attributes = Array[int]([3]) icon = ExtResource("1_prpsx") color2 = Color(0.964706, 0.298039, 0.298039, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/up_magic.tres b/example/Random Upgrades/upgrades/up_magic.tres index 142766f..275cd81 100644 --- a/example/Random Upgrades/upgrades/up_magic.tres +++ b/example/Random Upgrades/upgrades/up_magic.tres @@ -8,9 +8,9 @@ resource_name = "Upgrade: Magic" script = ExtResource("2") color1 = Color(1, 1, 1, 1) max_duplicates = 9 -tags = ["magic"] +tags = Array[String](["magic"]) type = 1 -attributes = [1] +attributes = Array[int]([1]) icon = ExtResource("1_we1lq") color2 = Color(0.188235, 0.45098, 0.901961, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/up_strength.tres b/example/Random Upgrades/upgrades/up_strength.tres index c1fe286..c5aea4d 100644 --- a/example/Random Upgrades/upgrades/up_strength.tres +++ b/example/Random Upgrades/upgrades/up_strength.tres @@ -8,9 +8,9 @@ resource_name = "Upgrade: Strength" script = ExtResource("2") color1 = Color(1, 1, 1, 1) max_duplicates = 9 -tags = ["strength"] +tags = Array[String](["strength"]) type = 1 -attributes = [0] +attributes = Array[int]([0]) icon = ExtResource("1") color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_axe.tres b/example/Random Upgrades/upgrades/weapon_axe.tres index bf33187..cb50632 100644 --- a/example/Random Upgrades/upgrades/weapon_axe.tres +++ b/example/Random Upgrades/upgrades/weapon_axe.tres @@ -8,9 +8,9 @@ resource_name = "Weapon: Axe" script = ExtResource("2") color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 -tags = ["strength", "melee", "weapon"] +tags = Array[String](["strength", "melee", "weapon"]) type = 0 -attributes = [0, 2] +attributes = Array[int]([0, 2]) icon = ExtResource("1") color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_blizzard.tres b/example/Random Upgrades/upgrades/weapon_blizzard.tres index 8c29b20..0877348 100644 --- a/example/Random Upgrades/upgrades/weapon_blizzard.tres +++ b/example/Random Upgrades/upgrades/weapon_blizzard.tres @@ -8,9 +8,9 @@ resource_name = "Weapon: Blizzard" script = ExtResource("2") color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 -tags = ["weapon", "magic", "elemental"] +tags = Array[String](["weapon", "magic", "elemental"]) type = 0 -attributes = [1, 2] +attributes = Array[int]([1, 2]) icon = ExtResource("1_xleln") color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_chaos_blast.tres b/example/Random Upgrades/upgrades/weapon_chaos_blast.tres index 8eacabe..840ab6c 100644 --- a/example/Random Upgrades/upgrades/weapon_chaos_blast.tres +++ b/example/Random Upgrades/upgrades/weapon_chaos_blast.tres @@ -9,9 +9,9 @@ resource_name = "Weapon: Chaos Blast" script = ExtResource("3") color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 -tags = ["weapon", "magic", "projectile", "legendary"] +tags = Array[String](["weapon", "magic", "projectile", "legendary"]) type = 0 -attributes = [1, 1, 1, 3] +attributes = Array[int]([1, 1, 1, 3]) icon = ExtResource("2_eyyv1") custom_scene = ExtResource("2") color2 = Color(0.407843, 0.192157, 0.827451, 1) diff --git a/example/Random Upgrades/upgrades/weapon_dagger.tres b/example/Random Upgrades/upgrades/weapon_dagger.tres index 9a96698..24e97ad 100644 --- a/example/Random Upgrades/upgrades/weapon_dagger.tres +++ b/example/Random Upgrades/upgrades/weapon_dagger.tres @@ -8,9 +8,9 @@ resource_name = "Weapon: Daggers" script = ExtResource("2") color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 -tags = ["weapon", "strength", "projectile"] +tags = Array[String](["weapon", "strength", "projectile"]) type = 0 -attributes = [0, 3] +attributes = Array[int]([0, 3]) icon = ExtResource("1") color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_fireball.tres b/example/Random Upgrades/upgrades/weapon_fireball.tres index 4eb0d66..e33ca8b 100644 --- a/example/Random Upgrades/upgrades/weapon_fireball.tres +++ b/example/Random Upgrades/upgrades/weapon_fireball.tres @@ -8,9 +8,9 @@ resource_name = "Weapon: Fireball" script = ExtResource("2") color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 -tags = ["weapon", "magic", "projectile", "elemental"] +tags = Array[String](["weapon", "magic", "projectile", "elemental"]) type = 0 -attributes = [1, 2] +attributes = Array[int]([1, 2]) icon = ExtResource("1") color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_giga_sword.tres b/example/Random Upgrades/upgrades/weapon_giga_sword.tres index 59e2fc6..a620b48 100644 --- a/example/Random Upgrades/upgrades/weapon_giga_sword.tres +++ b/example/Random Upgrades/upgrades/weapon_giga_sword.tres @@ -9,9 +9,9 @@ resource_name = "Weapon: Giga Sword" script = ExtResource("3") color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 -tags = ["weapon", "strength", "melee", "legendary"] +tags = Array[String](["weapon", "strength", "melee", "legendary"]) type = 0 -attributes = [0, 0, 0, 2] +attributes = Array[int]([0, 0, 0, 2]) icon = ExtResource("2_kfnh0") custom_scene = ExtResource("2") color2 = Color(0.992157, 0.941176, 0.2, 1) diff --git a/example/Random Upgrades/upgrades/weapon_lightning.tres b/example/Random Upgrades/upgrades/weapon_lightning.tres index 1587dfe..a4acdc4 100644 --- a/example/Random Upgrades/upgrades/weapon_lightning.tres +++ b/example/Random Upgrades/upgrades/weapon_lightning.tres @@ -8,9 +8,9 @@ resource_name = "Weapon: Lightning" script = ExtResource("2") color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 -tags = ["weapon", "magic", "elemental"] +tags = Array[String](["weapon", "magic", "elemental"]) type = 0 -attributes = [1, 3] +attributes = Array[int]([1, 3]) icon = ExtResource("1") color2 = Color(0.189457, 0.452246, 0.902344, 1) base_weight = 10.0 diff --git a/example/Random Upgrades/upgrades/weapon_spear.tres b/example/Random Upgrades/upgrades/weapon_spear.tres index 1b19651..f8c4064 100644 --- a/example/Random Upgrades/upgrades/weapon_spear.tres +++ b/example/Random Upgrades/upgrades/weapon_spear.tres @@ -8,9 +8,9 @@ resource_name = "Weapon: Spear" script = ExtResource("2") color1 = Color(0.635294, 0.760784, 1, 1) max_duplicates = 1 -tags = ["weapon", "strength", "melee"] +tags = Array[String](["weapon", "strength", "melee"]) type = 0 -attributes = [0, 3] +attributes = Array[int]([0, 3]) icon = ExtResource("1") color2 = Color(0.980392, 0.584314, 0.203922, 1) base_weight = 10.0 diff --git a/project.godot b/project.godot index 434f8cc..0153dbb 100644 --- a/project.godot +++ b/project.godot @@ -26,10 +26,6 @@ resources_spreadsheet_view/context_menu_on_leftclick=false config/name="Addon: Resources as Sheets" config/features=PackedStringArray("4.0") -[editor] - -export/convert_text_resources_to_binary=true - [editor_plugins] enabled=PackedStringArray("res://addons/resources_spreadsheet_view/plugin.cfg")