From 1354987c10c6ac6803a8e49d40e4f360f052a4de Mon Sep 17 00:00:00 2001 From: the lemons Date: Thu, 22 Dec 2022 16:15:14 -0600 Subject: slight color alteration --- objects/test.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'objects/test.lua') diff --git a/objects/test.lua b/objects/test.lua index 9d72b29..126d22a 100644 --- a/objects/test.lua +++ b/objects/test.lua @@ -1,8 +1,9 @@ local test = {hitbox = 4} function test:draw() + set_color(0.95, 0.95, 0.95) line(-4, 4, 0, -4, 4, 4, -4, 4) - set_color(4, 0.6, 0.7) + set_color(1, 0.6, 0.7) line(4, -4, 0, 4, -4, -4, 4, -4) end -- cgit v1.2.3