5OZWDTM6STGSEWIGWLESWLW47SDLTXYV2Z6EOHULQKALDPLTDM6QC
{"draw_title":110,"Out":103,"Cursor":38,"on.keychord_press":122,"on.text_input":118,"panel_bounds":93,"editor_to_string":121,"eval":136,"map":123,"fw_parent":139,"Title_font":73,"fw_app":"bf","draw_editor_panel":140,"Num_panels_vertical":24,"on.draw":108,"on.initialize":104,"Data_title_text":76,"on.mouse_press":112,"Margin":27,"draw_data":90,"Font_size":28,"Data":102,"on":1,"create_editor":94,"create_editor_panel":114,"Code":101,"Num_panels_horizontal":23,"In":98}
draw_editor_panel = function(panel)
App.color{r=0.5,g=0.5,b=0.5}
love.graphics.rectangle('line', panel.left, panel.top, panel.width, panel.height, 5,5)
draw_title(panel.title_text, panel.left, panel.top, panel.width)
edit.draw(panel.editor, Text_color, Cursor ~= panel)
end
{"draw_title":110,"Out":103,"Cursor":38,"on.keychord_press":122,"on.text_input":118,"panel_bounds":93,"editor_to_string":121,"eval":136,"map":123,"fw_parent":138,"Title_font":73,"fw_app":"bf","draw_editor_panel":139,"Num_panels_vertical":24,"on.draw":108,"on.initialize":104,"Data_title_text":76,"on.mouse_press":112,"Margin":27,"draw_data":90,"Font_size":28,"Data":102,"on":1,"create_editor":94,"create_editor_panel":114,"Code":101,"Num_panels_horizontal":23,"In":98}
draw_editor_panel = function(panel)
App.color{r=0.5,g=0.5,b=0.5}
love.graphics.rectangle('line', panel.left, panel.top+Margin, panel.width, panel.height, 5,5)
draw_title(panel.title_text, panel.left, panel.top, panel.width)
edit.draw(panel.editor, Text_color, Cursor ~= panel)
end
{"draw_title":110,"Out":103,"Cursor":38,"on.keychord_press":122,"on.text_input":118,"panel_bounds":93,"editor_to_string":121,"eval":136,"map":123,"fw_parent":137,"Title_font":73,"fw_app":"bf","draw_editor_panel":138,"Num_panels_vertical":24,"on.draw":108,"on.initialize":104,"Data_title_text":76,"on.mouse_press":112,"Margin":27,"draw_data":90,"Font_size":28,"Data":102,"on":1,"create_editor":94,"create_editor_panel":114,"Code":101,"Num_panels_horizontal":23,"In":98}
draw_editor_panel = function(panel)
App.color{r=1,g=0,b=0}
love.graphics.line(Margin, 0, Margin, App.screen.height)
App.color{r=0.5,g=0.5,b=0.5}
love.graphics.rectangle('line', panel.left, panel.top+Margin, panel.width, panel.height, 5,5)
draw_title(panel.title_text, panel.left, panel.top, panel.width)
edit.draw(panel.editor, Text_color, Cursor ~= panel)
end
{"draw_title":110,"Out":103,"Cursor":38,"on.keychord_press":122,"on.text_input":118,"panel_bounds":93,"editor_to_string":121,"eval":136,"map":123,"fw_parent":136,"Title_font":73,"fw_app":"bf","draw_editor_panel":137,"Num_panels_vertical":24,"on.draw":108,"on.initialize":104,"Data_title_text":76,"on.mouse_press":112,"Margin":27,"draw_data":90,"Font_size":28,"Data":102,"on":1,"create_editor":94,"create_editor_panel":114,"Code":101,"Num_panels_horizontal":23,"In":98}
draw_editor_panel = function(panel)
App.color{r=1,g=0,b=0}
love.graphics.line(Margin, 0, Margin, App.screen.height)
App.color{r=0.5,g=0.5,b=0.5}
love.graphics.rectangle('line', panel.left+Margin, panel.top+Margin, panel.width, panel.height, 5,5)
draw_title(panel.title_text, panel.left, panel.top, panel.width)
edit.draw(panel.editor, Text_color, Cursor ~= panel)
end