killer sheep game :)
This commit is contained in:
parent
c20f64644d
commit
05ad5a35e2
2 changed files with 17 additions and 0 deletions
14
after/plugin/killersheep.lua
Normal file
14
after/plugin/killersheep.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
require("killersheep").setup {
|
||||||
|
gore = true,
|
||||||
|
border = 'shadow',
|
||||||
|
keymaps = {
|
||||||
|
move_left = "h",
|
||||||
|
move_right = "l",
|
||||||
|
shoot = "<Space>",
|
||||||
|
},
|
||||||
|
cannon_sprite = {
|
||||||
|
"/----\\",
|
||||||
|
"| |",
|
||||||
|
"| |",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
@ -8,6 +8,9 @@ require 'dep' {
|
||||||
-- preformance --------------------------------------------------------------
|
-- preformance --------------------------------------------------------------
|
||||||
{ 'lewis6991/impatient.nvim' },
|
{ 'lewis6991/impatient.nvim' },
|
||||||
|
|
||||||
|
-- GAMES
|
||||||
|
{ 'seandewar/killersheep.nvim' },
|
||||||
|
|
||||||
-- ui -----------------------------------------------------------------------
|
-- ui -----------------------------------------------------------------------
|
||||||
{ 'kvrohit/mellow.nvim' }, -- colorscheme
|
{ 'kvrohit/mellow.nvim' }, -- colorscheme
|
||||||
{ 'lukas-reineke/indent-blankline.nvim' }, -- indentation indicators
|
{ 'lukas-reineke/indent-blankline.nvim' }, -- indentation indicators
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue