Closes the birds eyes after flying into something

(; @_@) --> (; x_x)
This commit is contained in:
Philipp Tessenow 2014-07-24 09:30:25 +02:00
parent 33d5f71664
commit e72118eaf9

View File

@ -177,6 +177,7 @@ function! s:loop()
if cb =~ '\S' || ry < 1 || ry >= sh
let state = s:STATE_DIE
let dy = 0
let cf = get(g:, 'flappyvird_face', '(; x_x)') " character face
continue
endif