unbitrot cnc (editor); add mod name to editor title
This commit is contained in:
@@ -40,6 +40,8 @@ namespace OpenRA.Editor
|
||||
|
||||
currentMod = mods.FirstOrDefault() ?? "ra";
|
||||
|
||||
Text = "OpenRA Editor (mod:{0})".F(currentMod);
|
||||
|
||||
var manifest = new Manifest(new[] { currentMod });
|
||||
Game.LoadModAssemblies(manifest);
|
||||
|
||||
|
||||
@@ -18,10 +18,8 @@
|
||||
*/
|
||||
#endregion
|
||||
|
||||
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using OpenRA.Graphics;
|
||||
using OpenRA.Traits;
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
#endregion
|
||||
|
||||
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
|
||||
@@ -18,8 +18,6 @@ UnitExplodeSmall:
|
||||
ImpactSound: xplos
|
||||
|
||||
Atomic:
|
||||
Nuke:
|
||||
Image: atomic
|
||||
Warhead@impact:
|
||||
Damage: 1000
|
||||
Spread: 6
|
||||
|
||||
Reference in New Issue
Block a user