Update shared.lua

This commit is contained in:
Physics-Dude 2021-10-09 11:46:06 -04:00 committed by GitHub
parent 0f977bdac3
commit e4907fbc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@ ENT.Category = "Other"
ENT.Type = "anim"
ENT.Information = "Development doll TV"
ENT.Base = "mediaplayer_base"
ENT.Model = Model( "models/props_lab/huladoll.mdl" )
ENT.RenderGroup = RENDERGROUP_BOTH
ENT.Spawnable = true
ENT.Spawnable = false
ENT.AdminSpawnable = true
--[[--------------------- MAGIC sauce for testing new models rapidly -----------------------]]--
ENT.Model = Model( "models/props_lab/huladoll.mdl" )
list.Set( "MediaPlayerModelConfigs", ENT.Model, {
angle = Angle(-90, 90, 0),
offset = Vector(0,8,15),-- Forward/Back | Left/Right | Up/Down