show current pane number
Dependencies
- [2]
I52S4E5Frunning `print` now appends to output editor - [3]
PRE6XPRNresponsively increase/decrease font height - [4]
4QFVRJ5Uget rid of pane transition animations - [5]
VAVXKWZVaggregate global state inside a 'pane' object - [6]
5RUFNRJOstart of the visual skeleton - [7]
4GX6NAY4some very basic animations for switching panes
Change contents
- replacement in 0051-run_button at line 1
run_button = function()button(Global_state, 'run', {x=Menu_left+5, y=Menu_top+5, w=App.width('Run')+10, h=Line_height, bg={r=0.6, g=0.8, b=0.6},run_button = function(x)local w = App.width('Run')+10button(Global_state, 'run', {x=x, y=Menu_top+5, w=w, h=Line_height, bg={r=0.6, g=0.8, b=0.6}, - edit in 0051-run_button at line 38
return x+w - edit in 0021-draw_menu at line 4
App.color(Normal_color)local x = Menu_left+5love.graphics.print(Current_pane_index, x, Menu_top+5)x = x + App.width(tostring(Current_pane_index)) + 5 - replacement in 0021-draw_menu at line 9
run_button()x = run_button(x)