This commit is contained in:
Lubos Lenco
2022-02-16 11:12:16 +01:00
parent dbe02bd632
commit 43c8fcb562
5 changed files with 2 additions and 5 deletions
-1
View File
@@ -54,7 +54,6 @@
"tool_clone": "l",
"tool_blur": "u",
"tool_particle": "p",
"tool_bake": "k",
"tool_colorid": "c",
"tool_picker": "v",
"swap_brush_eraser": "",
-1
View File
@@ -54,7 +54,6 @@
"tool_clone": "l",
"tool_blur": "u",
"tool_particle": "p",
"tool_bake": "k",
"tool_colorid": "c",
"tool_picker": "v",
"swap_brush_eraser": "",
-1
View File
@@ -56,7 +56,6 @@ typedef TKeymap = {
public var tool_clone: String;
public var tool_blur: String;
public var tool_particle: String;
public var tool_bake: String;
public var tool_colorid: String;
public var tool_picker: String;
public var swap_brush_eraser: String;
+1 -1
View File
@@ -377,7 +377,7 @@ class Project {
#if krom_ios
// Import immediately while access to resource is unlocked
Data.getBlob(path, function(b: kha.Blob) {});
// Data.getBlob(path, function(b: kha.Blob) {});
#end
UIBox.showCustom(function(ui: Zui) {
+1 -1
View File
@@ -13,7 +13,7 @@ class TabBrowser {
static var known = false;
static var lastPath = "";
public static function showDirectory(directory : String) {
public static function showDirectory(directory: String) {
hpath.text = directory;
hsearch.text = "";
UIStatus.inst.statustab.position = 0;