Fix theme world color
This commit is contained in:
@@ -24,7 +24,7 @@ class BoxPreferences {
|
||||
public static var presetHandle: Handle;
|
||||
static var locales: Array<String> = null;
|
||||
static var themes: Array<String> = null;
|
||||
static var worldColor = kha.Color.fromValue(0xff030303);
|
||||
static var worldColor = kha.Color.fromValue(0xff020202);
|
||||
|
||||
@:access(zui.Zui)
|
||||
public static function show() {
|
||||
|
||||
Reference in New Issue
Block a user