BioTech


Produce science packs and rocket parts using biological and renewable materials

Content
3 years ago
0.13 - 1.1
1.21K
Manufacturing

b BurnerSandMiner graphic uses wrong png, causing broken animation

6 years ago

i'm using factorio_alpha_x64_0.15.21.tar.xz
my hotfix in BioTech_0.15.2/prototypes/SandMiner/entities.lua:
before:
- width = 110,
- height = 76,
line_length = 4,
- shift = {0.6875, -0.09375},
after:
+ width = 87,
+ height = 95,
line_length = 4,
+ shift = {0.0, -0.09375},

git diff:
diff --git a/prototypes/SandMiner/entities.lua b/prototypes/SandMiner/entities.lua
index 34e0168..80c9b90 100644
--- a/prototypes/SandMiner/entities.lua
+++ b/prototypes/SandMiner/entities.lua
@@ -105,10 +105,10 @@ data:extend(
animation =
{
priority = "extra-high",
- width = 110,
- height = 76,
+ width = 87,
+ height = 95,
line_length = 4,
- shift = {0.6875, -0.09375},
+ shift = {0.0, -0.09375},
filename = "base/graphics/entity/burner-mining-drill/burner-mining-drill-N.png",
frame_count = 32,
animation_speed = 0.5,

6 years ago

tech icons are off, too

New response