Merge branch 'dev' into generated-pcm-stream

This commit is contained in:
MihailRis
2025-11-06 12:18:47 +03:00
19 changed files with 226 additions and 36 deletions
+3 -1
View File
@@ -298,7 +298,9 @@ function __vc_on_hud_open()
end)
input.add_callback("key:escape", function()
if menu.page ~= "" then
menu:reset()
if not menu:back() then
menu:reset()
end
elseif hud.is_inventory_open() then
hud.close_inventory()
else