WIP particle editor, added tooltips to ParticlePrefab properties
This commit is contained in:
@@ -225,13 +225,18 @@ namespace Barotrauma
|
||||
}
|
||||
GameMain.EditMapScreen.Select();
|
||||
}));
|
||||
|
||||
|
||||
commands.Add(new Command("editcharacter", "", (string[] args) =>
|
||||
{
|
||||
GameMain.EditCharacterScreen.Select();
|
||||
|
||||
}));
|
||||
|
||||
commands.Add(new Command("editparticles", "", (string[] args) =>
|
||||
{
|
||||
GameMain.ParticleEditorScreen.Select();
|
||||
}));
|
||||
|
||||
|
||||
commands.Add(new Command("control|controlcharacter", "control [character name]: Start controlling the specified character.", (string[] args) =>
|
||||
{
|
||||
if (args.Length < 1) return;
|
||||
|
||||
Reference in New Issue
Block a user