|
|
@@ -685,7 +685,7 @@ function initializeData() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function registerListeners() { |
|
|
function registerListeners() { |
|
|
document.querySelector("#tasty-micro").addEventListener("click", (e) => { |
|
|
|
|
|
|
|
|
document.querySelector("#tasty-micro").addEventListener("mousedown", (e) => { |
|
|
const add = eatPrey(); |
|
|
const add = eatPrey(); |
|
|
const text = "+" + render(round(add, 1), 3) + " food"; |
|
|
const text = "+" + render(round(add, 1), 3) + " food"; |
|
|
const gulp = "*glp*"; |
|
|
const gulp = "*glp*"; |
|
|
|