Add files via upload

master
AiTechEye 2021-02-10 11:41:09 +01:00 committed by GitHub
parent f9b9fd5bcb
commit 25a8a1ba19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ minetest.register_entity("plasma:orb",{
visual="sprite",
textures={"plasma_orb1.png"},
visual_size = {x=1,y=1},
use_texture_alpha = "clip",
object_use_texture_alpha = "clip",
charging = false,
charging_time = 0,
img = 1,
@ -281,7 +281,7 @@ minetest.register_entity("plasma:impulse",{
visual="mesh",
mesh = "plasma_impulse.obj",
textures={"default_cloud.png^[colorize:#ff008caa"},
use_texture_alpha = "clip",
object_use_texture_alpha = "clip",
visual_size = {x=1,y=1},
timer = 0,
plasmaorb = true,