Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // Oculus minimap
  2. Hud.RunOnPlugin<OculusPlugin>(plugin =>
  3. {
  4. plugin.Decorator.Decorators.Add(new MapShapeDecorator(Hud)
  5. {
  6. Brush = Hud.Render.CreateBrush(255, 128, 255, 0, 2),
  7. Radius = 10.0f,
  8. ShapePainter = new CircleShapePainter(Hud),
  9. });
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement