Merge pull request #613 from JustAGenericUsername/main
free will update
This commit is contained in:
commit
4282442d97
|
|
@ -2709,8 +2709,7 @@ elements.ray_emitter = {
|
||||||
if (!rayans) { return }
|
if (!rayans) { return }
|
||||||
rayElement = mostSimilarElement(rayans);
|
rayElement = mostSimilarElement(rayans);
|
||||||
var rayans2 = prompt("Should the ray stop by walls? Write true or false.",(rayStoppedByWalls||false));
|
var rayans2 = prompt("Should the ray stop by walls? Write true or false.",(rayStoppedByWalls||false));
|
||||||
if (!rayans2) { rayans2 = false } else { rayans2 = true }
|
if (rayans2 == "false"){rayStoppedByWalls = false} else {rayStoppedByWalls = true}
|
||||||
rayStoppedByWalls = rayans2
|
|
||||||
},
|
},
|
||||||
hoverStat: function(pixel){
|
hoverStat: function(pixel){
|
||||||
return pixel.rayElement.toUpperCase() || "unset"
|
return pixel.rayElement.toUpperCase() || "unset"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue