diff options
| author | Teddy Wing | 2015-10-08 00:04:39 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-10-08 00:05:16 -0400 |
| commit | ab36c2cc39f583e2b381593c013f36248dad738b (patch) | |
| tree | 6dd00de491d23a3f49637081bef176f97bfd075c /autoload | |
| parent | 7fea60241b1c88a5a17087bce9ca0cc916119092 (diff) | |
| download | vim-space-vlaze-ab36c2cc39f583e2b381593c013f36248dad738b.tar.bz2 | |
game#GameOver: Re-center "Game Over" text
Re-center the text since I added spaces between the letters.
Diffstat (limited to 'autoload')
| -rw-r--r-- | autoload/space_vlaze/game.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/space_vlaze/game.vim b/autoload/space_vlaze/game.vim index b445a72..cbf5fc0 100644 --- a/autoload/space_vlaze/game.vim +++ b/autoload/space_vlaze/game.vim @@ -139,7 +139,7 @@ function! space_vlaze#game#GameOver() " Put "Game Over" text in the middle of the board let text_y = s:BOARD_HEIGHT / 2 - let text_x = s:BOARD_WIDTH / 2 - 2 + let text_x = s:BOARD_WIDTH / 2 - 4 let text_x_orig = text_x for line in text |
