Added a debug command for mirroring the main sub horizontally
This commit is contained in:
@@ -1715,6 +1715,11 @@ namespace Barotrauma
|
||||
GameMain.Server.CreateEntityEvent(wall);
|
||||
}
|
||||
}, null, null));
|
||||
|
||||
commands.Add(new Command("flipx", "flipx: mirror the main submarine horizontally", (string[] args) =>
|
||||
{
|
||||
Submarine.MainSub?.FlipX();
|
||||
}));
|
||||
#endif
|
||||
InitProjectSpecific();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user