зеркало из
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-08-05 04:50:20 +02:00
# Compress Plasma Animations
Reduced the plasma animations from 64x64 to 48x48 each. Updated the aspect ratios in the .lua files referencing them. Total Reduction:
Этот коммит содержится в:
@ -431,7 +431,7 @@ for brightness_level = 0, 14 do
|
||||
|
||||
lighttex = {
|
||||
name="homedecor_plasma_storm.png"..brightened,
|
||||
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0},
|
||||
animation={type="vertical_frames", aspect_w=48, aspect_h=48, length=2.0},
|
||||
}
|
||||
else
|
||||
lighttex = "homedecor_plasma_lamp_off.png"
|
||||
@ -771,7 +771,7 @@ for _, light_brightn_name in ipairs({"off", "on"}) do
|
||||
if onflag then
|
||||
lighttex = {
|
||||
name = "homedecor_plasma_ball_streamers.png",
|
||||
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=2.0},
|
||||
animation={type="vertical_frames", aspect_w=48, aspect_h=48, length=2.0},
|
||||
}
|
||||
end
|
||||
|
||||
|
Двоичные данные
homedecor_lighting/textures/homedecor_plasma_ball_streamers.png
Двоичные данные
homedecor_lighting/textures/homedecor_plasma_ball_streamers.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 212 KiB После Ширина: | Высота: | Размер: 175 KiB |
Двоичные данные
homedecor_lighting/textures/homedecor_plasma_storm.png
Двоичные данные
homedecor_lighting/textures/homedecor_plasma_storm.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 214 KiB После Ширина: | Высота: | Размер: 134 KiB |
Ссылка в новой задаче
Block a user