Skip to content

Commit

Permalink
removed play rate
Browse files Browse the repository at this point in the history
I removed it because the frames TANK if you set the playrate above 1.0
  • Loading branch information
James A. Clark committed Sep 15, 2022
1 parent 8b9a4fa commit dcba601
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 37 deletions.
Binary file modified src/SystemAssets/card-pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 0 additions & 33 deletions src/crankFuncs.lua

This file was deleted.

4 changes: 2 additions & 2 deletions src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "CoreLibs/ui"
import "CoreLibs/nineslice"
import "CoreLibs/timer"
import "funcs"
import "crankFuncs"
-- import "crankFuncs"

local gfx <const> = playdate.graphics

Expand Down Expand Up @@ -353,7 +353,7 @@ function playdate.update()
end
end

updateCrank()
-- updateCrank()
end

currentAudio:setFinishCallback(handleSongEnd)
Expand Down
4 changes: 2 additions & 2 deletions src/pdxinfo
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name=musik
author=nanobot567
description=simple music player for playdate
bundleID=com.nano.musik
version=3.1
buildNumber=718
version=3.2
buildNumber=732
imagePath=SystemAssets

0 comments on commit dcba601

Please sign in to comment.