killer sheep game :)
This commit is contained in:
parent
071baa1414
commit
ac8bf08674
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 = {
|
||||
"/----\\",
|
||||
"| |",
|
||||
"| |",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue