Fix latest commit

This commit is contained in:
marco_a 2024-02-21 19:16:03 +01:00
parent d6d1e7d8dc
commit 1ace81c21a
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ local ball = {
mesh = "bl_ball.b3d",
visual_size = {x = 5.0, y = 5.0, z = 5.0},
collisionbox = {-0.5, -0.5, -0.5, 0.5, 0.8, 0.5},
use_texture_alpha = "clip",
use_texture_alpha = true,
textures = {"bl_ball_unclaimed.png"},
static_save = false,
},

View File

@ -18,7 +18,7 @@ local ball = {
mesh = "bl_ball.b3d",
visual_size = {x = 5.0, y = 5.0, z = 5.0},
collisionbox = {-0.5, -0.5, -0.5, 0.5, 0.8, 0.5},
use_texture_alpha = "clip",
use_texture_alpha = true,
textures = {"bl_ball_unclaimed.png"},
},

View File

@ -45,7 +45,7 @@ local shield = {
pointable = false,
visual = "upright_sprite",
textures = {"bl_skill_shield_texture.png", "bl_skill_shield_texture.png"},
use_texture_alpha = "clip",
use_texture_alpha = true,
visual_size = {x = 1 * multiplier, y = 1 * multiplier, z = 1 * multiplier},
collisionbox = {0,0,0,0,0,0},
},