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
This commit is contained in:
Emma Broman
2025-05-19 17:10:58 +02:00
parent 9ef8a24f1c
commit 0293a94601

View File

@@ -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"