Simplify laser texture files, remove 'full' laser

master
Wuzzy 2022-03-15 23:59:15 +01:00
parent 50c9f8d3ec
commit 1d3cbcea81
5 changed files with 4 additions and 4 deletions

View File

@ -319,7 +319,7 @@ register_element("mirror", {
{name="lzr_laser_mirror_block.png^lzr_laser_fixed.png", backface_culling=true},
},
tiles_on = {
{name="lzr_laser_laser_full.png", backface_culling=true},
{name="lzr_laser_laser.png", backface_culling=true},
{name="lzr_laser_mirror_block.png^lzr_laser_fixed.png", backface_culling=true},
{name="lzr_laser_mirror_mirror.png", backface_culling=true},
{name="lzr_laser_mirror_block.png^lzr_laser_fixed.png", backface_culling=true},
@ -330,7 +330,7 @@ register_element("mirror", {
{name="lzr_laser_mirror_block.png", backface_culling=true},
},
tiles_takable_on = {
{name="lzr_laser_laser_full.png", backface_culling=true},
{name="lzr_laser_laser.png", backface_culling=true},
{name="lzr_laser_mirror_block.png", backface_culling=true},
{name="lzr_laser_mirror_mirror.png", backface_culling=true},
{name="lzr_laser_mirror_block.png", backface_culling=true},
@ -386,13 +386,13 @@ tm_def_on_01.light_source = lzr_globals.LASER_GLOW
tm_def_on_01._lzr_transmissive_mirror_state = "01"
tm_def_on_01.description = S("Transmissive Mirror (active, 01)")
tm_def_on_01.tiles_off = {
{name="lzr_laser_laser_full.png", backface_culling=true},
{name="lzr_laser_laser.png", backface_culling=true},
{name="lzr_laser_transmissive_mirror_block.png^lzr_laser_fixed.png", backface_culling=true},
{name="lzr_laser_transmissive_mirror_mirror.png", backface_culling=true},
{name="lzr_laser_transmissive_mirror_mirror_out.png", backface_culling=true},
}
tm_def_on_01.tiles_takable_off = {
{name="lzr_laser_laser_full.png", backface_culling=true},
{name="lzr_laser_laser.png", backface_culling=true},
{name="lzr_laser_transmissive_mirror_block.png", backface_culling=true},
{name="lzr_laser_transmissive_mirror_mirror.png", backface_culling=true},
{name="lzr_laser_transmissive_mirror_mirror_out.png", backface_culling=true},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 B

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 B

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB