Moony z level hack (#15031)
* save work * Adds Z levels * a * ladders + parallax scroll * zoom out not in * oops, sandbox * oops i broke the law * run ci * fuck --------- Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
This commit is contained in:
17
Content.Client/zlevels/ZViewSystem.cs
Normal file
17
Content.Client/zlevels/ZViewSystem.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Content.Shared._Afterlight.ThirdDimension;
|
||||
using Robust.Shared.Map;
|
||||
|
||||
namespace Content.Client.zlevels;
|
||||
|
||||
public sealed class ZViewSystem : SharedZViewSystem
|
||||
{
|
||||
public override EntityUid SpawnViewEnt(EntityUid source, MapCoordinates loc)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public override bool CanSetup(EntityUid source)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user