diff --git a/res/preload.json b/res/preload.json index 5efe0162..ec256e0d 100644 --- a/res/preload.json +++ b/res/preload.json @@ -19,7 +19,10 @@ "gui/cross", "gui/refresh", "gui/folder_icon", - "gui/settings_icon" + "gui/settings_icon", + "gui/loupe", + "gui/left_arrow", + "gui/right_arrow" ], "fonts": [ { diff --git a/res/textures/gui/left_arrow.png b/res/textures/gui/left_arrow.png new file mode 100644 index 00000000..0d719ff2 Binary files /dev/null and b/res/textures/gui/left_arrow.png differ diff --git a/res/textures/gui/loupe.png b/res/textures/gui/loupe.png new file mode 100644 index 00000000..1b8a946b Binary files /dev/null and b/res/textures/gui/loupe.png differ diff --git a/res/textures/gui/right_arrow.png b/res/textures/gui/right_arrow.png new file mode 100644 index 00000000..e34208bd Binary files /dev/null and b/res/textures/gui/right_arrow.png differ