youarereadingthis / deadlines

A 2D shooter game for S&box.
https://asset.party/vidya/dead-lines
1 stars 0 forks source link

Arena Perimeter Overdraw #24

Open youarereadingthis opened 1 year ago

youarereadingthis commented 1 year ago

The lines around where you can move draw on top of the UI.

This is because we use DebugOverlay.Line.

Instead, we should use a RenderHook and draw primitives manually. We have a branch for this but it keeps drawing on top of the last thing to render instead of in the world space.