Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed May 15, 2024
1 parent edc21a6 commit 7d02368
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/love/modules/Cover.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ function cover:setup()
self.image = love.graphics.newImage(graphics.imagePath("holdCovers"))
self.spr = love.filesystem.load("sprites/holdCover.lua")

--[[ for i = 1, 4 do
self.covers[i] = self.spr()
self.covers[i].visible = false
self.covers[i].y = boyfriendArrows[i].y + 35
self.covers[i].x = boyfriendArrows[i].x - 5
end ]]
for i = 1, 2 do
self.covers[i] = {}
for j = 1, 4 do
Expand Down

0 comments on commit 7d02368

Please sign in to comment.