killer sheep game :)

This commit is contained in:
2023-05-10 17:20:20 -04:00
parent 071baa1414
commit ac8bf08674
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,14 @@
require("killersheep").setup {
gore = true,
border = 'shadow',
keymaps = {
move_left = "h",
move_right = "l",
shoot = "<Space>",
},
cannon_sprite = {
"/----\\",
"| |",
"| |",
},
}