FileType_Sound

This commit is contained in:
Glenn Maynard
2006-12-04 22:33:14 +00:00
parent 13238ee22e
commit 16dff41de5
@@ -107,6 +107,13 @@ function LoadActor( path )
Texture = path
}
end
elseif Type == "FileType_Sound" then
return function()
return Def.Sound {
_Level = 1,
File = path
}
end
elseif Type == "FileType_Model" then
return function()
return Def.Model {