From 0293a94601fe03bf0923ba442aba0fa8b8a7655d Mon Sep 17 00:00:00 2001 From: Emma Broman Date: Mon, 19 May 2025 17:10:58 +0200 Subject: [PATCH] Update GUI hash * Prepare for adding locilization * Add notification system * Redesign keybinds panel * Consistent behavior for bool input components * Improved inputs for vector properties (including colors) * Fix orientation of getting started tour taskbar button * Add Night Sky Panel --- data/assets/util/webgui.asset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/assets/util/webgui.asset b/data/assets/util/webgui.asset index c9affc9137..b9852af2ae 100644 --- a/data/assets/util/webgui.asset +++ b/data/assets/util/webgui.asset @@ -4,7 +4,7 @@ local guiCustomization = asset.require("customization/gui") -- Select which commit hashes to use for the UI frontend -local frontendHash = "97ec347ae4384a799bc5babf2022c8d771d26be8" +local frontendHash = "fa2aadd89512c9303b7245772ccee190890cf9fb" -- The name of the file to download from the server local file = "frontend.zip"