1
This commit is contained in:
@@ -22,7 +22,6 @@ public partial class BITAppForGodot : Node
|
||||
BIT4Log.OnWarning += GD.PushWarning;
|
||||
BIT4Log.OnNextLine += () => GD.Print();
|
||||
BIT4Log.OnException += x=>GD.PrintErr(x.ToString());
|
||||
BIT4Log.UseLogTime();
|
||||
|
||||
//启动BITApp
|
||||
BITApp.Start(ProjectSettings.GetSetting("application/config/name").AsString());
|
||||
|
@@ -17,7 +17,7 @@ public partial class Exec : Node
|
||||
}
|
||||
else
|
||||
{
|
||||
BIT4Log.Warnning<Exec>($"未加载:{path}");
|
||||
BIT4Log.Warning<Exec>($"未加载:{path}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user