Log info
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class Log {
|
||||
public static var messageColor = 0x00000000;
|
||||
|
||||
public static function showMessage(s:String) {
|
||||
messageTimer = 8.0;
|
||||
messageTimer = 5.0;
|
||||
message = s;
|
||||
messageColor = 0x00000000;
|
||||
arm.ui.UITrait.inst.statusHandle.redraws = 2;
|
||||
|
||||
@@ -99,6 +99,8 @@ class ExportArm {
|
||||
|
||||
var bytes = ArmPack.encode(Project.raw);
|
||||
Krom.fileSaveBytes(Project.filepath, bytes.getData());
|
||||
|
||||
Log.showMessage("Project saved.");
|
||||
}
|
||||
|
||||
public static function runMaterial(path:String) {
|
||||
|
||||
@@ -250,6 +250,8 @@ class Exporter {
|
||||
#if arm_debug
|
||||
trace("Textures exported in " + (iron.system.Time.realTime() - timer));
|
||||
#end
|
||||
|
||||
Log.showMessage("Textures exported.");
|
||||
}
|
||||
|
||||
public static function exportMesh(path:String) {
|
||||
|
||||
Reference in New Issue
Block a user