wiremod-svn-archive/wire/lua/entities/gmod_wire_cd_disk/cl_init.lua
BlackPhoenix c6f5d41a43 [FIXED] LDUMP altered to be compatible with EmuFox debugger
[ADDED] CD ray/disc system - the disk, the read/write ray, and the position lock (to keep disk centered). Too complex to describe in changelog.
2009-03-31 18:10:21 +00:00

11 lines
153 B
Lua

include('shared.lua')
ENT.RenderGroup = RENDERGROUP_BOTH
function ENT:Draw()
self.BaseClass.Draw(self)
Wire_Render(self.Entity)
end