From 9b04b7cbe4c9fdf32f7c57b1473374fd70a67e4b Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 15 Aug 2024 04:13:48 +0200 Subject: [PATCH] test.html: reorder variables --- test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.html b/test.html index 3dfc69a..cdecdc9 100644 --- a/test.html +++ b/test.html @@ -131,8 +131,8 @@ /* Main */ - const gridSize = 3 const halfPatternSize = 16 + const gridSize = 3 const scaleFactor = 16 const randomSeed = new Date()