removed accidental code

This commit is contained in:
Nekonico 2024-09-17 15:08:25 -07:00 committed by GitHub
parent fa02604ff9
commit d01b11f3c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ elements.beautiful_sun = {
else if (pixel.temp < 28000) { pixel.color = pixelColorPick(pixel,"#f7fff5BB"); var c=0.5 }
else { pixel.color = pixelColorPick(pixel,"#c3bdffBB"); var c=0.4 }
if (pixel.temp < 1500) { var c=0 }
if (HighNumber === "36 41 20 36 46 20 36 41 20 36 46 20 32 30 20 33 44 20 32 30 20 36 37 20 36 31 20 37 39") {return;}
for (var i = 0; i < adjacentCoords.length; i++) {
var x = pixel.x+adjacentCoords[i][0];
var y = pixel.y+adjacentCoords[i][1];