aboutsummaryrefslogtreecommitdiff
path: root/lua/pets.lua
diff options
context:
space:
mode:
authorGiuseppe Gadola <giusgadola@gmail.com>2023-03-01 14:22:38 +0100
committerGiuseppe Gadola <giusgadola@gmail.com>2023-03-01 15:08:51 +0100
commitadd39bd3057f1dfa3ad3c5cd5215aba3b1cf182d (patch)
tree0951cfca91648db6211e9149ceaa43667e94b41d /lua/pets.lua
parentdocs(help): auto generate docs (diff)
feat(pets): added dog
Diffstat (limited to 'lua/pets.lua')
-rw-r--r--lua/pets.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pets.lua b/lua/pets.lua
index a2b3b81..6703a3d 100644
--- a/lua/pets.lua
+++ b/lua/pets.lua
@@ -9,7 +9,7 @@ M.options = {
row = 1, -- the row (height) to display the pet at
col = 0, -- the column to display the pet at (set to high numeber to have it stay stil at the right)
speed_multiplier = 1,
- default_pet = "cat",
+ default_pet = "dog",
default_style = "brown",
random = true,
death_animation = true,