From f40d09cb8f712e87691af4912f3630d92d692779 Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Dec 2025 15:14:26 +0500 Subject: Shuffle stuff around - Use the new and improved hierarchy I figured out when making Prospero chat - Re-add NSIS scripts, again from Prospero - Update most build and utility scripts with their most recent versions --- assets/textures/gui/background.png | Bin 0 -> 5203 bytes assets/textures/gui/client_splash.png | Bin 0 -> 3500 bytes assets/textures/gui/hud_crosshair.png | Bin 0 -> 4446 bytes assets/textures/gui/hud_hotbar.png | Bin 0 -> 6518 bytes assets/textures/gui/hud_selector.png | Bin 0 -> 5896 bytes assets/textures/gui/menu_title.png | Bin 0 -> 235525 bytes assets/textures/gui/window_icon.png | Bin 0 -> 17587 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/textures/gui/background.png create mode 100644 assets/textures/gui/client_splash.png create mode 100644 assets/textures/gui/hud_crosshair.png create mode 100644 assets/textures/gui/hud_hotbar.png create mode 100644 assets/textures/gui/hud_selector.png create mode 100644 assets/textures/gui/menu_title.png create mode 100644 assets/textures/gui/window_icon.png (limited to 'assets/textures/gui') diff --git a/assets/textures/gui/background.png b/assets/textures/gui/background.png new file mode 100644 index 0000000..1aba254 Binary files /dev/null and b/assets/textures/gui/background.png differ diff --git a/assets/textures/gui/client_splash.png b/assets/textures/gui/client_splash.png new file mode 100644 index 0000000..86effc9 Binary files /dev/null and b/assets/textures/gui/client_splash.png differ diff --git a/assets/textures/gui/hud_crosshair.png b/assets/textures/gui/hud_crosshair.png new file mode 100644 index 0000000..db8a122 Binary files /dev/null and b/assets/textures/gui/hud_crosshair.png differ diff --git a/assets/textures/gui/hud_hotbar.png b/assets/textures/gui/hud_hotbar.png new file mode 100644 index 0000000..4cc59ac Binary files /dev/null and b/assets/textures/gui/hud_hotbar.png differ diff --git a/assets/textures/gui/hud_selector.png b/assets/textures/gui/hud_selector.png new file mode 100644 index 0000000..00a0cbb Binary files /dev/null and b/assets/textures/gui/hud_selector.png differ diff --git a/assets/textures/gui/menu_title.png b/assets/textures/gui/menu_title.png new file mode 100644 index 0000000..401ee76 Binary files /dev/null and b/assets/textures/gui/menu_title.png differ diff --git a/assets/textures/gui/window_icon.png b/assets/textures/gui/window_icon.png new file mode 100644 index 0000000..d0bfff6 Binary files /dev/null and b/assets/textures/gui/window_icon.png differ -- cgit