diff options
Diffstat (limited to 'lua/pets/animations.lua')
| -rw-r--r-- | lua/pets/animations.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pets/animations.lua b/lua/pets/animations.lua index cdeaefd..bb0fb5a 100644 --- a/lua/pets/animations.lua +++ b/lua/pets/animations.lua @@ -2,6 +2,7 @@ local M = {} M.Animation = {} M.Animation.__index = M.Animation +-- lines to insert in the buffer to avoid image stretching local lines = {} local string = "" for _ = 0, 150 do |