This commit is contained in:
mattn 2014-07-09 19:14:12 +09:00
parent 1e9f787826
commit 1b09a69a9d

View File

@ -86,11 +86,11 @@ function! flappyvird#start() abort
let si = 0
let sc = 0
let st = sf[si][0]
let cf = "(; @_@)"
let cw = strdisplaywidth(cf)
let cf = get(g:, 'flappyvird_face', '(; @_@)')
let cw = len(cf)
let cb = getline(ry)[jx :jx+cw-1]
let ss = 15
let ss = 20
let rt = reltime()
call s:srand(localtime())