update source editor

akkartik
Oct 26, 2025, 6:20 AM
B5F4DYADDK3K5PUDJYSYAJSP3PMKBKG3NVR26KGHGWEHGJAG36WQC

Dependencies

  • [2] OI4FPFIN support drawings in the source editor
  • [*] KKMFQDR4 editing source code from within the app

Change contents

  • edit in source_edit.lua at line 24
    [2.18405]
    [2.18405]
    Hand_icon = love.mouse.getSystemCursor('hand')
    Arrow_icon = love.mouse.getSystemCursor('arrow')
  • edit in source_edit.lua at line 108
    [4.155300]
    [4.155300]
    button_handlers = {},
  • edit in source_edit.lua at line 218
    [4.156628]
    [2.21512]
    local x, y = love.mouse.getPosition()
    if mouse_hover_on_any_button(State, x,y) then
    love.mouse.setCursor(Hand_icon)
    else
    love.mouse.setCursor(Arrow_icon)
    end