Posted 21 April 2013 - 05:22 AM
Actually I use
Is there a simpler way than my ??
thanks for reading
-Freack100-
x,y = term.getSize()
term.setCursorPos(1,1)
term.setBackgroundColor(colors.orange)
for i = 1, x*y, 1 do
print(" ")
end
term.setCursorPos(1,1)
Is there a simpler way than my ??
thanks for reading
-Freack100-