resize and convert textures, bmp to png, 512 to 256

master
crabman77 2015-12-29 16:50:11 +01:00
parent 671405ac5b
commit d803249a5c
8 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
minetest.register_node("advertising:minetest1", {
description = "Minetest Advertising",
tile_images = {"minetest1_side.bmp", "minetest1.bmp"},
tile_images = {"minetest1_side.png", "minetest1.png"},
groups = {cracky=3, stone=2},
paramtype2 = "facedir",
paramtype = "light",
@ -10,7 +10,7 @@ minetest.register_node("advertising:minetest1", {
minetest.register_node("advertising:linux", {
description = "Linux Advertising",
tile_images = {"linux1_side.bmp", "linux1.bmp"},
tile_images = {"linux1_side.png", "linux1.png"},
groups = {cracky=3, stone=2},
paramtype2 = "facedir",
paramtype = "light",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB