Skip to content

Commit

Permalink
Freeze variation 14
Browse files Browse the repository at this point in the history
  • Loading branch information
iuriguilherme committed Apr 11, 2023
1 parent 2acb202 commit 2cbd349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**!
* @file Fibonacci Rainbow Spirals
* @version 4.1.1
* @version 4.1.2
* @copyright Iuri Guilherme 2023
* @license GNU AGPLv3
* @author Iuri Guilherme <https://iuri.neocities.org/>
Expand Down Expand Up @@ -46,9 +46,9 @@ const phi = math.phi;
const sqrt5 = math.sqrt(5);
const fxhashDecimal = base58toDecimal(fxhashTrunc);
const lastVariation = 50;
const featureVariation = fxHashToVariation(fxhashDecimal, lastVariation, 1);
//~ const featureVariation = fxHashToVariation(fxhashDecimal, lastVariation, 1);
//~ const featureVariation = 0;
//~ const featureVariation = 13;
const featureVariation = 14;
const BUFF_SIZE = 1080;
const BUFF_WID_MOD = 1;
const BUFF_HEI_MOD = 1;
Expand Down

0 comments on commit 2cbd349

Please sign in to comment.