From 55b1a3b9d3429dbeff9ddd18ea3d96ea39a867a1 Mon Sep 17 00:00:00 2001 From: Niko <124378025+happy1063@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:15:46 +0300 Subject: [PATCH] Update hud_lib_test.txt --- libs/exemples/hud_lib_test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/exemples/hud_lib_test.txt b/libs/exemples/hud_lib_test.txt index 1625d32..38addce 100644 --- a/libs/exemples/hud_lib_test.txt +++ b/libs/exemples/hud_lib_test.txt @@ -1,7 +1,7 @@ --@name --@client --@owneronly ---@include https://raw.githubusercontent.com/happy1063/Starfall-chips/refs/heads/main/libs/hud_lib.txt +--@include hud_lib.txt require("hud_lib.txt") @@ -19,6 +19,6 @@ hook.add("InputPressed", "toggleWindow", function(a) end) -hook.add("render", "drawMyWindow", function() +hook.add("drawhud", "drawMyWindow", function() drawWindow(myWindow) end)