added a synthwave landscape effect
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
function randomFloat(min, max) {
|
||||
return Math.random() * (max - min) + min;
|
||||
}
|
||||
|
||||
|
||||
function randomIntFrom0(max) {
|
||||
return Math.floor(Math.random() * max)
|
||||
}
|
||||
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
if (showLoading != "true") { return }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user