Mission node is no longer an EditorTool
This commit is contained in:
parent
ad359ba656
commit
9ef3a17e97
|
@ -1,5 +1,4 @@
|
||||||
using Godot;
|
using Godot;
|
||||||
using Godot.NativeInterop;
|
|
||||||
using KeepersCompound.LGS;
|
using KeepersCompound.LGS;
|
||||||
using KeepersCompound.LGS.Database;
|
using KeepersCompound.LGS.Database;
|
||||||
using KeepersCompound.LGS.Database.Chunks;
|
using KeepersCompound.LGS.Database.Chunks;
|
||||||
|
@ -11,7 +10,6 @@ using System.IO;
|
||||||
|
|
||||||
namespace KeepersCompound;
|
namespace KeepersCompound;
|
||||||
|
|
||||||
[Tool]
|
|
||||||
public partial class Mission : Node3D
|
public partial class Mission : Node3D
|
||||||
{
|
{
|
||||||
[Export(PropertyHint.GlobalFile, "*.mis")]
|
[Export(PropertyHint.GlobalFile, "*.mis")]
|
||||||
|
|
Loading…
Reference in New Issue