diff --git a/README.md b/README.md index 4cc982e..9de88c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ByteDiceWeb - [ByteDice.net](https://bytedice.net) -> A small website served as a place to find all (not yet all) content related to Byte Dice. +> A small website served as a place to find content related to Byte Dice. # Open-source - Copyright diff --git a/global/globalScript.js b/global/globalScript.js index 747b11e..a48119c 100644 --- a/global/globalScript.js +++ b/global/globalScript.js @@ -4,6 +4,7 @@ const PAGES = { SYNTHWAVE: 1, TOYS: 2, LICENSE: 3, + SC_TRACKER: 4 } const CONSOLE_COLORS = { red: "color: #FF0000;", @@ -32,8 +33,8 @@ function randomInt(min, max) { } -function randomBool(probablity) { - return Math.random() <= probablity +function randomBool(probability) { + return Math.random() <= probability } diff --git a/toys/index.html b/toys/index.html index f22a18a..52adeef 100644 --- a/toys/index.html +++ b/toys/index.html @@ -15,6 +15,15 @@ + + + + + + + + +
@@ -26,11 +35,20 @@ +