Update hud_lib_test.txt

This commit is contained in:
Niko 2025-03-07 13:15:46 +03:00 committed by GitHub
parent ce07da85a0
commit 55b1a3b9d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
--@name --@name
--@client --@client
--@owneronly --@owneronly
--@include https://raw.githubusercontent.com/happy1063/Starfall-chips/refs/heads/main/libs/hud_lib.txt --@include hud_lib.txt
require("hud_lib.txt") require("hud_lib.txt")
@ -19,6 +19,6 @@ hook.add("InputPressed", "toggleWindow", function(a)
end) end)
hook.add("render", "drawMyWindow", function() hook.add("drawhud", "drawMyWindow", function()
drawWindow(myWindow) drawWindow(myWindow)
end) end)