B:BD[
7.892] → [
5.2755:2880]
BD:BD[
7.892] → [
5.2755:2880]
B:BD[
7.1023] → [
5.2881:3022]
BD:BD[
7.1023] → [
5.2881:3022]
if Export_filename_text == nil then
Export_filename_text = App.newText(love.graphics.getFont(), Export_filename_value)
App.screen.draw(Export_filename_text, text_start_x,y-5)
Text.draw_cursor(Editor_state, text_start_x+App.width(Export_filename_text),y-5)
App.screen.print(File_select_bar_value, text_start_x,y-5)
Text.draw_cursor(Editor_state, text_start_x+App.width(File_select_bar_value),y-5)
App.screen.print(Export_filename_value, text_start_x,y-5)
Text.draw_cursor(Editor_state, text_start_x+App.width(Export_filename_value),y-5)