diff --git a/res/layouts/console.xml b/res/layouts/console.xml index 85556c7e..133ccb60 100644 --- a/res/layouts/console.xml +++ b/res/layouts/console.xml @@ -23,7 +23,17 @@ > + orientation="horizontal" split-pos="0.3"> + + + + + + + + @@ -57,17 +67,6 @@ padding="4" color="#000000A0" max-length="170"> - - - - - - - - - [#FFFFFF80]%{path}[#FFFFFFFF]%{name} - + + + + diff --git a/res/preload.json b/res/preload.json index 288c351d..a8426ba4 100644 --- a/res/preload.json +++ b/res/preload.json @@ -26,7 +26,10 @@ "gui/left_arrow", "gui/right_arrow", "gui/lock", - "gui/save" + "gui/save", + "gui/block", + "gui/item", + "gui/file" ], "fonts": [ { diff --git a/res/textures/gui/block.png b/res/textures/gui/block.png new file mode 100644 index 00000000..84922d72 Binary files /dev/null and b/res/textures/gui/block.png differ diff --git a/res/textures/gui/file.png b/res/textures/gui/file.png new file mode 100644 index 00000000..3d5b5c21 Binary files /dev/null and b/res/textures/gui/file.png differ diff --git a/res/textures/gui/item.png b/res/textures/gui/item.png new file mode 100644 index 00000000..8714b10f Binary files /dev/null and b/res/textures/gui/item.png differ