test.html: reorder variables

This commit is contained in:
He4eT 2024-08-15 04:13:48 +02:00
commit 9b04b7cbe4

View file

@ -131,8 +131,8 @@
/* Main */ /* Main */
const gridSize = 3
const halfPatternSize = 16 const halfPatternSize = 16
const gridSize = 3
const scaleFactor = 16 const scaleFactor = 16
const randomSeed = new Date() const randomSeed = new Date()