ahh, got the background color sliders working

akkartik
Nov 21, 2023, 10:31 AM
GAKJROFZ5QBGUKTCAFC53JT5U2NYWVMUZHPYRALERQD7UUXSRHYAC

Dependencies

  • [2] JV27LDDK sliders for font size and color settings
  • [3] FPSPT5TM show current pane number
  • [4] 4GX6NAY4 some very basic animations for switching panes
  • [5] I52S4E5F running `print` now appends to output editor
  • [6] 4QFVRJ5U get rid of pane transition animations
  • [*] ZM7NOBRM new fork: carousel shell
  • [*] VAVXKWZV aggregate global state inside a 'pane' object
  • [*] WR2WMEPE implement 'Run' button

Change contents

  • replacement in 0051-run_button at line 15
    [3.591][2.5575:5673]()
    -- love.graphics.setBackgroundColor(Background_color.r, Background_color.g, Background_color.b)
    [3.591]
    [3.667]
    love.graphics.setBackgroundColor(1,1,1)
  • edit in 0012-on.draw at line 3
    [9.4113]
    [10.890]
    love.graphics.setBackgroundColor(Background_color.r, Background_color.g, Background_color.b)