From 1b4cb83776bca119a1dd7ccea8f0e87c6fa62e39 Mon Sep 17 00:00:00 2001 From: Kostas Kougios Date: Wed, 27 Dec 2023 13:05:57 +0000 Subject: [PATCH] - --- example-scripts/bouncing-ball.sc | 1 + 1 file changed, 1 insertion(+) diff --git a/example-scripts/bouncing-ball.sc b/example-scripts/bouncing-ball.sc index 7f7551f8..108e3364 100755 --- a/example-scripts/bouncing-ball.sc +++ b/example-scripts/bouncing-ball.sc @@ -18,6 +18,7 @@ import scala.annotation.tailrec Sessions.withNewSession("bouncing-ball", "C64 bouncing ball"): session => given ConnectedSession = session + // Files under ~/.terminal21/web will be served under /web . Please place a ball.png file under ~/.terminal21/web/images on the box where the server runs. val ball = Image(src = "/web/images/ball.png") Seq( ball