Skip to content

Commit

Permalink
i left code for pixel perfect stuff 😭😭
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglioIsStupid committed Jun 2, 2024
1 parent e3eef38 commit a2ab333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/love/substates/options/gameplay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ function gameplay:leave()
settings.ghostTapping = self.optionsArray[3]:getValue()
settings.botPlay = self.optionsArray[4]:getValue()
--[[ settings.pixelPerfect = self.optionsArray[5]:getValue() ]]
settings.customScrollSpeed = self.optionsArray[6]:getValue()
settings.scrollUnderlayTrans = self.optionsArray[7]:getValue()
settings.customScrollSpeed = self.optionsArray[5]:getValue()
settings.scrollUnderlayTrans = self.optionsArray[6]:getValue()


self.super.leave(self)
Expand Down

0 comments on commit a2ab333

Please sign in to comment.