flare size
This commit is contained in:
parent
ff38efcef4
commit
c75a5f3d60
1 changed files with 6 additions and 3 deletions
|
@ -20,8 +20,8 @@ data:extend({
|
||||||
{
|
{
|
||||||
type = "resource",
|
type = "resource",
|
||||||
name = "gas",
|
name = "gas",
|
||||||
icon = "__base__/graphics/icons/crude-oil-resource.png",
|
icon = "__bzgas__/graphics/icons/gas.png",
|
||||||
icon_size = 64, icon_mipmaps = 4,
|
icon_size = 128,
|
||||||
flags = {"placeable-neutral"},
|
flags = {"placeable-neutral"},
|
||||||
category = "gas",
|
category = "gas",
|
||||||
subgroup = "raw-resource",
|
subgroup = "raw-resource",
|
||||||
|
@ -78,6 +78,7 @@ data:extend({
|
||||||
frame_count = 4,
|
frame_count = 4,
|
||||||
variation_count = 1,
|
variation_count = 1,
|
||||||
shift = futil.by_pixel(0, -12),
|
shift = futil.by_pixel(0, -12),
|
||||||
|
scale = 0.75,
|
||||||
hr_version =
|
hr_version =
|
||||||
{
|
{
|
||||||
filename = "__bzgas__/graphics/entity/ores/hr-gas.png",
|
filename = "__bzgas__/graphics/entity/ores/hr-gas.png",
|
||||||
|
@ -87,7 +88,7 @@ data:extend({
|
||||||
frame_count = 4,
|
frame_count = 4,
|
||||||
variation_count = 1,
|
variation_count = 1,
|
||||||
shift = futil.by_pixel(0, -12),
|
shift = futil.by_pixel(0, -12),
|
||||||
scale = 0.5,
|
scale = 0.5*0.75,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -102,6 +103,7 @@ data:extend({
|
||||||
frame_count = 4,
|
frame_count = 4,
|
||||||
variation_count = 1,
|
variation_count = 1,
|
||||||
shift = futil.by_pixel(0, -12),
|
shift = futil.by_pixel(0, -12),
|
||||||
|
scale = 0.75,
|
||||||
blend_mode = "normal",
|
blend_mode = "normal",
|
||||||
hr_version =
|
hr_version =
|
||||||
{
|
{
|
||||||
|
@ -114,6 +116,7 @@ data:extend({
|
||||||
shift = futil.by_pixel(0, -17),
|
shift = futil.by_pixel(0, -17),
|
||||||
scale = 0.5,
|
scale = 0.5,
|
||||||
blend_mode = "normal",
|
blend_mode = "normal",
|
||||||
|
scale = 0.5*0.75,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue