Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local DEMO = {}
- DEMO.Title = "???"
- DEMO.Author = "???"
- DEMO.ThinkTime = 0.1
- function DEMO:OnStart()
- end
- function DEMO:OnEnd()
- end
- function DEMO:OnThink()
- end
- function DEMO:OnDraw(w, h, fade, delta, ent, mpos)
- end
- -- remove true when you're done.
- -- it removes all the other demos so
- -- you can only see yours during development
- demoman.AddDemo(DEMO, true)
Advertisement
Add Comment
Please, Sign In to add comment