Replace 3d_armor_trans.png w/ engine provided blank.png (#143)

This commit is contained in:
Niklp
2024-04-04 07:25:05 +02:00
committed by GitHub
parent fb86c02e43
commit 1fcbf64d53
6 changed files with 14 additions and 14 deletions

View File

@ -373,7 +373,7 @@ armor.set_player_armor = function(self, player)
local state = 0
local count = 0
local preview = armor:get_preview(name)
local texture = "3d_armor_trans.png"
local texture = "blank.png"
local physics = {}
local attributes = {}
local levels = {}