From add39bd3057f1dfa3ad3c5cd5215aba3b1cf182d Mon Sep 17 00:00:00 2001 From: Giuseppe Gadola Date: Wed, 1 Mar 2023 14:22:38 +0100 Subject: feat(pets): added dog --- lua/pets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/pets.lua') 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, -- cgit v1.3-2-g11bf