Cleanup
This commit is contained in:
@@ -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": "",
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user