Added material2 to groups

This commit is contained in:
DBot 2017-09-05 18:06:02 +07:00
parent d74f1461fe
commit cc7800b7f2

View File

@ -71,6 +71,8 @@ for shader_name, params in pairs(shader_params) do
PART.ClassName = "material_" .. shader_name
PART.NonPhysical = true
PART.Group = {'modifiers', 'model', 'entity'}
PART.Icon = 'icon16/paintcan.png'
pac.StartStorableVars()