fix lead chest size non hr

This commit is contained in:
Brevven 2021-05-22 23:56:27 -07:00
parent 7b9f0362eb
commit 85ef80d77e
3 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,10 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.4.4 Version: 0.4.4
Date: 2021-05-21
Fix:
- Issue with lead chest image size non-hr
---------------------------------------------------------------------------------------------------
Version: 0.4.4
Date: 2021-05-21 Date: 2021-05-21
Features: Features:
- SE: Lead ore in scrap recycling - SE: Lead ore in scrap recycling

View file

@ -1,6 +1,6 @@
{ {
"name": "bzlead", "name": "bzlead",
"version": "0.4.4", "version": "0.4.5",
"factorio_version": "1.1", "factorio_version": "1.1",
"title": "Lead", "title": "Lead",
"author": "Brevven", "author": "Brevven",

View file

@ -67,8 +67,8 @@ data:extend({
{ {
filename = "__bzlead__/graphics/entity/lead-chest-shadow.png", filename = "__bzlead__/graphics/entity/lead-chest-shadow.png",
priority = "extra-high", priority = "extra-high",
width = 56, width = 55,
height = 26, height = 25,
shift = util.by_pixel(10, 6.5), shift = util.by_pixel(10, 6.5),
draw_as_shadow = true, draw_as_shadow = true,
hr_version = hr_version =
@ -107,8 +107,8 @@ data:extend({
{ {
filename = "__bzlead__/graphics/entity/lead-chest-remnants.png", filename = "__bzlead__/graphics/entity/lead-chest-remnants.png",
line_length = 1, line_length = 1,
width = 64, width = 63,
height = 40, height = 39,
frame_count = 1, frame_count = 1,
direction_count = 1, direction_count = 1,
shift = util.by_pixel(12, 0), shift = util.by_pixel(12, 0),