render radar boxes

This commit is contained in:
Travis Shears 2026-05-09 22:05:38 +02:00
parent bd12a4d504
commit 925d375313
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
4 changed files with 59 additions and 21 deletions

View file

@ -5,7 +5,7 @@
(local camera {:x 0 :y 0})
(fn camera.draw10 [self]
(fn camera.draw25 [self]
(love.graphics.origin)
(love.graphics.translate (* -1 self.x) (* -1 self.y)))