From 721d203d28a3ffa5922560b864c5974228a34fc3 Mon Sep 17 00:00:00 2001 From: lee2sman Date: Tue, 24 Sep 2024 14:44:28 -0400 Subject: [PATCH] update title! --- 295/index.html | 2 +- 295/sketch.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/295/index.html b/295/index.html index f8b6646..a125327 100644 --- a/295/index.html +++ b/295/index.html @@ -1,7 +1,7 @@ - Slow Doubting System + Borscht Belt System diff --git a/295/sketch.js b/295/sketch.js index 5b9d783..77957e0 100644 --- a/295/sketch.js +++ b/295/sketch.js @@ -200,7 +200,7 @@ function setup() { background(226, 226, 216); rectMode(CENTER); - title = "Borsh Belt System"; + title = "Borscht Belt System"; initPlayer(); initSprites();