diff options
| author | iamcheeseman <[email protected]> | 2026-03-11 15:14:16 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-11 15:14:16 -0400 |
| commit | b941dc08244dfe62a6fb0f951c234b0eff736c74 (patch) | |
| tree | e973d87ed0fb2e2d810ba1f5f657fc702d404742 /src/phys.lua | |
| parent | 8121de73db8acfe5264fd6e0218dc5413ffac95d (diff) | |
Define `lg` and co as global
Convenience is nice.
Diffstat (limited to 'src/phys.lua')
| -rw-r--r-- | src/phys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
