diff --git a/changelog.txt b/changelog.txt index a107edb..70dcbbb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.11 +Date: 2025-01-01 + Changes: + - Use old hr version for all entities +--------------------------------------------------------------------------------------------------- Version: 2.0.10 Date: 2024-12-29 Changes: diff --git a/graphics/entity/ores/titanium-ore.png b/graphics/entity/ores/titanium-ore.png deleted file mode 100644 index 39dc72f..0000000 Binary files a/graphics/entity/ores/titanium-ore.png and /dev/null differ diff --git a/graphics/entity/titanium-ore-particle/titanium-ore-particle-1.png b/graphics/entity/titanium-ore-particle/titanium-ore-particle-1.png deleted file mode 100644 index 1b76c18..0000000 Binary files a/graphics/entity/titanium-ore-particle/titanium-ore-particle-1.png and /dev/null differ diff --git a/graphics/entity/titanium-ore-particle/titanium-ore-particle-2.png b/graphics/entity/titanium-ore-particle/titanium-ore-particle-2.png deleted file mode 100644 index 0bf7c6b..0000000 Binary files a/graphics/entity/titanium-ore-particle/titanium-ore-particle-2.png and /dev/null differ diff --git a/graphics/entity/titanium-ore-particle/titanium-ore-particle-3.png b/graphics/entity/titanium-ore-particle/titanium-ore-particle-3.png deleted file mode 100644 index 35c156a..0000000 Binary files a/graphics/entity/titanium-ore-particle/titanium-ore-particle-3.png and /dev/null differ diff --git a/graphics/entity/titanium-ore-particle/titanium-ore-particle-4.png b/graphics/entity/titanium-ore-particle/titanium-ore-particle-4.png deleted file mode 100644 index 9f5115c..0000000 Binary files a/graphics/entity/titanium-ore-particle/titanium-ore-particle-4.png and /dev/null differ diff --git a/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-1.png b/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-1.png deleted file mode 100644 index 89bfee9..0000000 Binary files a/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-1.png and /dev/null differ diff --git a/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-2.png b/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-2.png deleted file mode 100644 index 7834934..0000000 Binary files a/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-2.png and /dev/null differ diff --git a/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-3.png b/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-3.png deleted file mode 100644 index 6ef2544..0000000 Binary files a/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-3.png and /dev/null differ diff --git a/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-4.png b/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-4.png deleted file mode 100644 index a8aa006..0000000 Binary files a/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-4.png and /dev/null differ diff --git a/info.json b/info.json index 0a86860..e498ded 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "2.0.10", + "version": "2.0.11", "factorio_version": "2.0", "title": "Titanium", "author": "Brevven", diff --git a/titanium-ore-particle.lua b/titanium-ore-particle.lua index 3a66908..feef5f6 100644 --- a/titanium-ore-particle.lua +++ b/titanium-ore-particle.lua @@ -1,144 +1,80 @@ -data:extend( -{ - { - type = "optimized-particle", - name = "titanium-ore-particle", - flags = {"not-on-map"}, - life_time = 180, - pictures = - { - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/titanium-ore-particle-1.png", - priority = "extra-high", - width = 16, - height = 16, - frame_count = 1, - hr_version = - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-1.png", - priority = "extra-high", - width = 32, - height = 32, - frame_count = 1, - scale = 0.5 - } - }, - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/titanium-ore-particle-2.png", - priority = "extra-high", - width = 16, - height = 16, - frame_count = 1, - hr_version = - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-2.png", - priority = "extra-high", - width = 32, - height = 32, - frame_count = 1, - scale = 0.5 - } - }, - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/titanium-ore-particle-3.png", - priority = "extra-high", - width = 16, - height = 16, - frame_count = 1, - hr_version = - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-3.png", - priority = "extra-high", - width = 32, - height = 32, - frame_count = 1, - scale = 0.5 - } - }, - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/titanium-ore-particle-4.png", - priority = "extra-high", - width = 16, - height = 16, - frame_count = 1, - hr_version = - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-4.png", - priority = "extra-high", - width = 32, - height = 32, - frame_count = 1, - scale = 0.5 - } - } - }, - shadows = - { - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-1.png", - priority = "extra-high", - width = 16, - height = 16, - frame_count = 1, - hr_version = - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-shadow-1.png", - priority = "extra-high", - width = 32, - height = 32, - frame_count = 1, - scale = 0.5 - } - }, - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-2.png", - priority = "extra-high", - width = 16, - height = 16, - frame_count = 1, - hr_version = - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-shadow-2.png", - priority = "extra-high", - width = 32, - height = 32, - frame_count = 1, - scale = 0.5 - } - }, - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-3.png", - priority = "extra-high", - width = 16, - height = 16, - frame_count = 1, - hr_version = - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-shadow-3.png", - priority = "extra-high", - width = 32, - height = 32, - frame_count = 1, - scale = 0.5 - } - }, - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/titanium-ore-particle-shadow-4.png", - priority = "extra-high", - width = 16, - height = 16, - frame_count = 1, - hr_version = - { - filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-shadow-4.png", - priority = "extra-high", - width = 32, - height = 32, - frame_count = 1, - scale = 0.5 - } - } - } - } -} -) +data:extend( +{ + { + type = "optimized-particle", + name = "titanium-ore-particle", + flags = {"not-on-map"}, + life_time = 180, + pictures = + { + { + filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-1.png", + priority = "extra-high", + width = 32, + height = 32, + frame_count = 1, + scale = 0.5 + }, + { + filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-2.png", + priority = "extra-high", + width = 32, + height = 32, + frame_count = 1, + scale = 0.5 + }, + { + filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-3.png", + priority = "extra-high", + width = 32, + height = 32, + frame_count = 1, + scale = 0.5 + }, + { + filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-4.png", + priority = "extra-high", + width = 32, + height = 32, + frame_count = 1, + scale = 0.5 + } + }, + shadows = + { + { + filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-shadow-1.png", + priority = "extra-high", + width = 32, + height = 32, + frame_count = 1, + scale = 0.5 + }, + { + filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-shadow-2.png", + priority = "extra-high", + width = 32, + height = 32, + frame_count = 1, + scale = 0.5 + }, + { + filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-shadow-3.png", + priority = "extra-high", + width = 32, + height = 32, + frame_count = 1, + scale = 0.5 + }, + { + filename = "__bztitanium__/graphics/entity/titanium-ore-particle/hr-titanium-ore-particle-shadow-4.png", + priority = "extra-high", + width = 32, + height = 32, + frame_count = 1, + scale = 0.5 + } + } + } +} +) diff --git a/titanium-ore.lua b/titanium-ore.lua index e0b3622..d341391 100644 --- a/titanium-ore.lua +++ b/titanium-ore.lua @@ -59,20 +59,12 @@ data:extend({ { sheet = { - filename = "__bztitanium__/graphics/entity/ores/titanium-ore.png", - priority = "extra-high", - size = 64, - frame_count = 8, - variation_count = 8, - hr_version = - { - filename = "__bztitanium__/graphics/entity/ores/hr-titanium-ore.png", + filename = "__bztitanium__/graphics/entity/ores/hr-titanium-ore.png", priority = "extra-high", size = 128, frame_count = 8, variation_count = 8, scale = 0.5 - } } }, },