Skip to content

Commit 3ee592e

Browse files
committed
Remove hr_version
1 parent 0c70615 commit 3ee592e

37 files changed

+50
-88
lines changed

bobenemies/prototypes/functions.lua

Lines changed: 13 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -251,77 +251,39 @@ function bobmods.enemies.acid_stream(data)
251251
filename = "__base__/graphics/entity/acid-projectile/acid-projectile-head.png",
252252
draw_as_glow = true,
253253
line_length = 5,
254-
width = 22,
255-
height = 84,
254+
width = 42,
255+
height = 164,
256256
frame_count = 15,
257-
shift = util.mul_shift(util.by_pixel(-2, 30), data.scale),
257+
shift = util.mul_shift(util.by_pixel(-2, 31), data.scale),
258258
tint = data.tint,
259259
priority = "high",
260-
scale = data.scale,
260+
scale = 0.5 * data.scale,
261261
animation_speed = 1,
262-
hr_version = {
263-
filename = "__base__/graphics/entity/acid-projectile/hr-acid-projectile-head.png",
264-
draw_as_glow = true,
265-
line_length = 5,
266-
width = 42,
267-
height = 164,
268-
frame_count = 15,
269-
shift = util.mul_shift(util.by_pixel(-2, 31), data.scale),
270-
tint = data.tint,
271-
priority = "high",
272-
scale = 0.5 * data.scale,
273-
animation_speed = 1,
274-
},
275262
},
276263
spine_animation = {
277264
filename = "__base__/graphics/entity/acid-projectile/acid-projectile-tail.png",
278265
draw_as_glow = true,
279266
line_length = 5,
280-
width = 66,
281-
height = 12,
267+
width = 132,
268+
height = 20,
282269
frame_count = 15,
283-
shift = util.mul_shift(util.by_pixel(0, -2), data.scale),
270+
shift = util.mul_shift(util.by_pixel(0, -1), data.scale),
284271
tint = data.tint,
285272
priority = "high",
286-
scale = data.scale,
273+
scale = 0.5 * data.scale,
287274
animation_speed = 1,
288-
hr_version = {
289-
filename = "__base__/graphics/entity/acid-projectile/hr-acid-projectile-tail.png",
290-
draw_as_glow = true,
291-
line_length = 5,
292-
width = 132,
293-
height = 20,
294-
frame_count = 15,
295-
shift = util.mul_shift(util.by_pixel(0, -1), data.scale),
296-
tint = data.tint,
297-
priority = "high",
298-
scale = 0.5 * data.scale,
299-
animation_speed = 1,
300-
},
301275
},
302276
shadow = {
303277
filename = "__base__/graphics/entity/acid-projectile/acid-projectile-shadow.png",
304278
line_length = 15,
305-
width = 22,
306-
height = 84,
279+
width = 42,
280+
height = 164,
307281
frame_count = 15,
308-
priority = "high",
309-
shift = util.mul_shift(util.by_pixel(-2, 30), data.scale),
282+
shift = util.mul_shift(util.by_pixel(-2, 31), data.scale),
310283
draw_as_shadow = true,
311-
scale = data.scale,
284+
priority = "high",
285+
scale = 0.5 * data.scale,
312286
animation_speed = 1,
313-
hr_version = {
314-
filename = "__base__/graphics/entity/acid-projectile/hr-acid-projectile-shadow.png",
315-
line_length = 15,
316-
width = 42,
317-
height = 164,
318-
frame_count = 15,
319-
shift = util.mul_shift(util.by_pixel(-2, 31), data.scale),
320-
draw_as_shadow = true,
321-
priority = "high",
322-
scale = 0.5 * data.scale,
323-
animation_speed = 1,
324-
},
325287
},
326288
oriented_particle = true,
327289
shadow_scale_enabled = true,

bobinserters/graphics/gui/gui.png

7.98 KB
Loading
-11.4 KB
Binary file not shown.

bobinserters/prototypes/styles.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
local blank32 = {
2-
filename = "__bobinserters__/graphics/gui/hr-gui.png",
2+
filename = "__bobinserters__/graphics/gui/gui.png",
33
priority = "extra-high-no-scale",
44
scale = 1,
55
position = { 192, 32 },
66
size = { 32, 32 },
77
}
88

99
local inserter_middle = {
10-
filename = "__bobinserters__/graphics/gui/hr-gui.png",
10+
filename = "__bobinserters__/graphics/gui/gui.png",
1111
priority = "extra-high-no-scale",
1212
scale = 0.5,
1313
position = { 0, 0 },
1414
size = { 64, 64 },
1515
}
1616

1717
local inserter_checkmark_pickup = {
18-
filename = "__bobinserters__/graphics/gui/hr-gui.png",
18+
filename = "__bobinserters__/graphics/gui/gui.png",
1919
priority = "extra-high-no-scale",
2020
scale = 0.5,
2121
position = { 64, 0 },
2222
size = { 64, 64 },
2323
}
2424

2525
local inserter_checkmark_drop = {
26-
filename = "__bobinserters__/graphics/gui/hr-gui.png",
26+
filename = "__bobinserters__/graphics/gui/gui.png",
2727
priority = "extra-high-no-scale",
2828
scale = 0.5,
2929
position = { 128, 0 },
3030
size = { 64, 64 },
3131
}
3232

3333
local checkmark = {
34-
filename = "__bobinserters__/graphics/gui/hr-gui.png",
34+
filename = "__bobinserters__/graphics/gui/gui.png",
3535
position = { 192, 0 },
3636
size = { 32, 32 },
3737
scale = 1,
3838
}
3939

4040
local checkmark_small = {
41-
filename = "__bobinserters__/graphics/gui/hr-gui.png",
41+
filename = "__bobinserters__/graphics/gui/gui.png",
4242
position = { 192, 0 },
4343
size = { 32, 32 },
4444
scale = 0.5,

boblogistics/graphics/entity/pipe/hr-pipe-straight-horizontal.png renamed to boblogistics/graphics/entity/pipe/pipe-straight-horizontal.png

File renamed without changes.

boblogistics/graphics/entity/pipe/hr-pipe-straight-vertical.png renamed to boblogistics/graphics/entity/pipe/pipe-straight-vertical.png

File renamed without changes.

boblogistics/graphics/entity/transport-belt/masks/hr-fast-transport-belt mask.png renamed to boblogistics/graphics/entity/transport-belt/masks/fast-transport-belt mask.png

File renamed without changes.

boblogistics/graphics/entity/transport-belt/masks/hr-splitter-east mask.png renamed to boblogistics/graphics/entity/transport-belt/masks/splitter-east mask.png

File renamed without changes.

boblogistics/graphics/entity/transport-belt/masks/hr-splitter-north mask.png renamed to boblogistics/graphics/entity/transport-belt/masks/splitter-north mask.png

File renamed without changes.

boblogistics/graphics/entity/transport-belt/masks/hr-splitter-south mask.png renamed to boblogistics/graphics/entity/transport-belt/masks/splitter-south mask.png

File renamed without changes.

0 commit comments

Comments
 (0)