From b941dc08244dfe62a6fb0f951c234b0eff736c74 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Wed, 11 Mar 2026 15:14:16 -0400 Subject: Define `lg` and co as global Convenience is nice. --- src/phys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/phys.lua') diff --git a/src/phys.lua b/src/phys.lua index a57bccd..8c4455c 100644 --- a/src/phys.lua +++ b/src/phys.lua @@ -159,5 +159,5 @@ end function phys.Box:draw() local x, y, w, h = self:get_rect() - love.graphics.rectangle("line", x, y, w, h) + lg.rectangle("line", x, y, w, h) end -- cgit v1.3-2-g0d8e