From d3cda5c892412a046ae2d73c694f5e5eb1165059 Mon Sep 17 00:00:00 2001 From: Johanna Lee Date: Sun, 13 Oct 2024 16:40:12 -0700 Subject: [PATCH] i need to solve this rian issue --- sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketch.js b/sketch.js index e0b10bc..7fc697c 100644 --- a/sketch.js +++ b/sketch.js @@ -14,7 +14,7 @@ function preload() { yellowStarImage = loadImage('./static/yellow_star.png'); pinkStarImage = loadImage('./static/pink_star.png'); - rainGif = loadImage("./static/runFrame.gif"); + rainGif = loadImage("./static/rainFrame.gif"); } function setup() {