Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Dec 27, 2023
1 parent c865d00 commit 1b4cb83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example-scripts/bouncing-ball.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b4cb83

Please sign in to comment.