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)