Ensure hinges are resized with large textures
This commit is contained in:
parent
5011f7c105
commit
679509077e
8
main.lua
8
main.lua
|
@ -187,15 +187,15 @@ if doors_are_painted then
|
|||
|
||||
if use_default_16px_res then
|
||||
painted_texture_suffix =
|
||||
"^(hidden_doors_painted_overlay.png^[opacity:" .. paint_opacity ..
|
||||
"^[resize:38x32)^hidden_doors_hinges_overlay.png"
|
||||
"^((hidden_doors_painted_overlay.png^[opacity:" .. paint_opacity ..
|
||||
"^hidden_doors_hinges_overlay.png)^[resize:38x32)"
|
||||
painted_texture_suffix_inv =
|
||||
":8,0=hidden_doors_painted_overlay.png\\^[opacity\\:" ..
|
||||
paint_opacity_inv .. "\\^[resize\\:38x32"
|
||||
else
|
||||
painted_texture_suffix =
|
||||
"^(hidden_doors_painted_overlay.png^[opacity:" .. paint_opacity ..
|
||||
"^[resize:" .. image_size .. ")^hidden_doors_hinges_overlay.png"
|
||||
"^((hidden_doors_painted_overlay.png^[opacity:" .. paint_opacity ..
|
||||
"^hidden_doors_hinges_overlay.png)^[resize:" .. image_size .. ")"
|
||||
painted_texture_suffix_inv =
|
||||
": " .. X1 .. ",0=hidden_doors_painted_overlay.png\\^[opacity\\:" ..
|
||||
paint_opacity_inv .. "\\^[resize\\:" .. image_size
|
||||
|
|
Loading…
Reference in New Issue