Debugdraw enhancements (#2080)

* Debugdraw enhancements

* Fix up the overlays

* Changes

* Box2D licence

* Update Robust.Client/Console/Commands/PhysicsOverlayCommands.cs

Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>

* Fix dependency

Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
metalgearsloth
2021-10-03 17:58:08 +11:00
committed by GitHub
co-authored by Paul Ritter
parent 8be4b39449
commit 2353f0ed6f
15 changed files with 232 additions and 321 deletions
@@ -0,0 +1,9 @@
using Robust.Shared.GameObjects;
namespace Robust.Server.GameObjects
{
internal sealed class DebugPhysicsSystem : SharedDebugPhysicsSystem
{
}
}