This commit is contained in:
luboslenco
2019-10-23 18:25:41 +02:00
parent f6f298bde4
commit 04765d66bb
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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;
+2
View File
@@ -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) {
+2
View File
@@ -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) {