more minor tweaks to examples

This commit is contained in:
Kartik K. Agaram 2023-11-26 12:54:34 -08:00
parent f7ba3b93da
commit f53b5d4b8f
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ Example_panes = {
{
name='circ',
lines={
'-- a snazzy circle',
'-- A snazzy circle',
'-- Try hiding the editor and tapping',
'-- around on screen.',
'cx, cy, N = 30, 100, 100',
@ -165,7 +165,7 @@ Example_panes = {
{
name='pacman',
lines={
'-- pacman',
'-- Pacman',
'function init_balls()',
' balls = {}',
' for x=50,Safe_width-1,50 do',