Merge pull request #2 from tessi/dying_bird
Closes the birds eyes after flying into something
This commit is contained in:
commit
af9beef22b
@ -177,6 +177,7 @@ function! s:loop()
|
|||||||
if cb =~ '\S' || ry < 1 || ry >= sh
|
if cb =~ '\S' || ry < 1 || ry >= sh
|
||||||
let state = s:STATE_DIE
|
let state = s:STATE_DIE
|
||||||
let dy = 0
|
let dy = 0
|
||||||
|
let cf = get(g:, 'flappyvird_face', '(; x_x)') " character face
|
||||||
continue
|
continue
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user