clean up the examples and fix a bug
Dependencies
- [2]
XIFRMKALsome larger examples using shared abbreviations - [3]
OOSUBWKXsubject people to a tutorial - [4]
MJ6KKFVTgive example panes a name - [5]
MRI3JAQIbetter line-wrap onboarding screens
Change contents
- replacement in 0078-Example_panes at line 169
' for x=50,love.graphics.getWidth()-1,50 do',' for y=30,love.graphics.getHeight()-1,50 do',' for x=50,Safe_width-1,50 do',' for y=30,Safe_height-1,50 do', - replacement in 0078-Example_panes at line 186
' love.graphics.setColor(0.8, 0.8, 0)'," love.graphics.arc('fill', x,y, 20, dang + 0.5, dang + 2*math.pi - 0.5)",' color(0.8, 0.8, 0)'," arc('fill', x,y, 20, dang + 0.5, dang + 2*math.pi - 0.5)", - replacement in 0078-Example_panes at line 190
" love.graphics.circle('fill', b.x, b.y, 10)"," circle('fill', b.x, b.y, 10)", - replacement in 0078-Example_panes at line 196
' if x > love.graphics.getWidth() then',' if x > Safe_width then', - replacement in 0078-Example_panes at line 203
' if y > love.graphics.getHeight() then',' if y > Safe_height then', - replacement in 0078-Example_panes at line 225
" circ('fill', c.x,c.y, c.r)"," circle('fill', c.x,c.y, c.r)", - replacement in 0078-Example_panes at line 256
"-- Over to you. We hope you enjoy Carousel Shell!","-- Over to you. We hope you enjoy Lua Carousel!",