Why would you want to turn of that beautiful artwork? :P
For now just open the script in a text editor and change this bit of code,
LUA code:
function handle2d()
drawMiniMap()
center()
end
to,
lua code:
function handle2d()
--drawMiniMap()
--center()
end
And Bob's your uncle.