mirror of
https://fem.mint.lgbt/m/Rhythmblock.git
synced 2024-08-14 20:27:11 +00:00
testing if commenting out some lines won't make it hang
This commit is contained in:
parent
d8d64b35cf
commit
8835535dba
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
accentColor = colors.gray
|
||||
buttonColor = colors.lightGray
|
||||
textColor = color.lightGray
|
||||
altTextColor = color.gray
|
||||
backgroundColor = colors.black
|
||||
|
||||
function round(n)
|
||||
|
@ -64,9 +66,9 @@ end
|
|||
|
||||
function renderPlayButton()
|
||||
paintutils.drawFilledBox(centerWidth - 3, centerHeight - 4, centerWidth + 2, centerHeight + 2, accentColor)
|
||||
paintutils.drawLine(centerWidth - 2, centerHeight - 3, centerWidth - 2, centerHeight + 1, buttonColor)
|
||||
paintutils.drawLine(centerWidth - 1, centerHeight - 2, centerWidth - 1, centerHeight, buttonColor)
|
||||
paintutils.drawPixel(centerWidth + 1, centerHeight)
|
||||
-- paintutils.drawLine(centerWidth - 2, centerHeight - 3, centerWidth - 2, centerHeight + 1, buttonColor)
|
||||
-- paintutils.drawLine(centerWidth - 1, centerHeight - 2, centerWidth - 1, centerHeight, buttonColor)
|
||||
-- paintutils.drawPixel(centerWidth + 1, centerHeight)
|
||||
end
|
||||
|
||||
playDisc()
|
||||
|
|
Loading…
Reference in a new issue