some copy changes
Dependencies
Change contents
- replacement in 0078-Example_panes at line 5
"-- some examples; feel free to delete them and they'll never return",'-- first example: you can perform simple calculations.',"-- Some examples; feel free to delete them and they'll never return.",'-- First example: you can perform simple calculations.', - replacement in 0078-Example_panes at line 8
"-- Try hitting the 'run' button above","-- when you're done, tap on the right margin to go to the next example","-- Try hitting the 'run' button above.","-- When you're done, tap on the right margin to go to the next example.", - replacement in 0078-Example_panes at line 13
'-- print() calls show up in the area below',"-- hit 'run' and then scroll through the results",'-- print() calls show up in the area below.',"-- Hit 'run' and then scroll through the results.", - replacement in 0078-Example_panes at line 18
'-- you can draw on the screen',"-- after you hit 'run', try hitting 'hide'",'-- You can draw on the screen.',"-- After you hit 'run', try hitting 'hide'.", - replacement in 0078-Example_panes at line 28
'-- a checkerboard','-- notice Safe_width and Safe_height for the bounds of the screen','-- A checkerboard','-- Notice Safe_width and Safe_height for the bounds of the screen.', - replacement in 0078-Example_panes at line 43
'-- some abbreviations to reduce typing','-- Some abbreviations to reduce typing.', - replacement in 0078-Example_panes at line 47
"-- enough abbreviations, let's draw","-- Enough abbreviations, let's draw.", - replacement in 0078-Example_panes at line 53
"-- over to you; hope you enjoy Carousel Shell!","-- Over to you. We hope you enjoy Carousel Shell!", - replacement in 0071-duplicate_pane_button at line 2
local w = App.width('dup')+10button(Global_state, 'duplicate', {x=x, y=Menu_top+5, w=w, h=Line_height, bg={r=0.6, g=0.8, b=0.6},local w = App.width('clone')+10button(Global_state, 'clone', {x=x, y=Menu_top+5, w=w, h=Line_height, bg={r=0.6, g=0.8, b=0.6}, - replacement in 0071-duplicate_pane_button at line 7
love.graphics.print('dup', p.x+5,p.y+2)love.graphics.print('clone', p.x+5,p.y+2)