colored train textures

master
Thomas Rudin 2019-06-06 19:58:19 +02:00
parent a1816e8d4f
commit cd6238ff8a
7 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ advtrains_subway_colored.register = function(color)
advtrains.register_wagon("subway_wagon_" .. color, {
mesh="advtrains_subway_wagon.b3d",
textures = {"advtrains_subway_wagon" .. color .. ".png"},
textures = {"advtrains_subway_wagon_" .. color .. ".png"},
drives_on={default=true},
max_speed=15,
seats = {
@ -118,7 +118,7 @@ advtrains_subway_colored.register = function(color)
self.line_cache=nil
end
end,
}, "Subway Passenger Wagon (" .. color .. ")", "advtrains_subway_wagon_inv" .. color .. ".png")
}, "Subway Passenger Wagon (" .. color .. ")", "advtrains_subway_wagon_inv_" .. color .. ".png")
--wagons
minetest.register_craft({

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 B

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 B

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB