From 5a053b6d71de1a64884bbef7c1ba400360bf75a8 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 14 Feb 2022 20:38:36 -0800 Subject: reduced ~70 tokens in ringed planet --- ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.lua') diff --git a/ui.lua b/ui.lua index eeeb530..a4ac84c 100644 --- a/ui.lua +++ b/ui.lua @@ -45,7 +45,7 @@ function drawlogo(x,y) --X sspr(32,24,8,8,x+26,y-9,16,16) sspr(32,24,8,8,x+42,y-9,16,16,true) - sspr(40,24,8,8,x+26,y+7,16,16, true) + sspr(40,24,8,8,x+26,y+7,16,16,true) sspr(40,24,8,8,x+42,y+7,16,16) --invaders invaderslogotext(x+12,y+20) -- cgit