From 8318a7b8a8233066faa2f9561b8786a72ccb271d Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Sat, 30 Mar 2024 19:16:14 +0800 Subject: [PATCH] thing --- mods/aChefsDream.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index e9e333bd..ed4b5646 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -385,6 +385,8 @@ elements.test = { } */ +console.log("Thanks fro using aChefsDream.js! -sqec") + function interpolateRgb(rgb1, rgb2, ratio) { const interpolatedRgb = { r: Math.round(rgb1.r + (rgb2.r - rgb1.r) * ratio),