+ 'end',
+ },
+ {
+ '-- For animations and interactivity, you can define various functions that will get called for you.',
+ '-- LÖVE supports functions of the form love.*,',
+ '-- for example, love.draw, love.update, love.keypressed, etc.',
+ "-- You can't define those directly because Carousel Shell needs to define them, but you can define your own under car.*,",
+ '-- for example, car.draw, car.update, etc.',
+ 'Radius, dRadius = 100, 10',
+ 'function car.draw()',
+ " love.graphics.circle('fill', 100,100, Radius)",