old textures back

This commit is contained in:
Alexsandro Percy 2022-07-27 19:04:42 -03:00
parent 80bf239ee3
commit d48ab01c21
4 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ minetest.register_entity("automobiles_buggy:buggy", {
stepheight = 0.7,
visual = "mesh",
mesh = "automobiles_buggy_body.b3d",
use_texture_alpha = true,
--use_texture_alpha = true,
backface_culling = false,
textures = {
"automobiles_black.png", --bancos

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -242,7 +242,7 @@ minetest.register_entity("automobiles_coupe:coupe", {
visual = "mesh",
mesh = "automobiles_coupe_body.b3d",
--use_texture_alpha = true,
--backface_culling = false,
backface_culling = false,
textures = {
"automobiles_black.png", --bancos
"automobiles_painting.png", --carroceria

BIN
automobiles_coupe/textures/automobiles_coupe_glasses.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB