[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.
11 lines
153 B
Lua
11 lines
153 B
Lua
|
|
include('shared.lua')
|
|
|
|
ENT.RenderGroup = RENDERGROUP_BOTH
|
|
|
|
|
|
function ENT:Draw()
|
|
self.BaseClass.Draw(self)
|
|
Wire_Render(self.Entity)
|
|
end
|