What if you could live for a 1000 years?

This commit is contained in:
flash 2024-05-30 19:47:26 +00:00
commit 48a4809f1f
109 changed files with 2254 additions and 1814 deletions
assets/makai.js

View file

@ -21,6 +21,11 @@ const $rc = function(element) {
element.removeChild(element.lastChild);
};
const $rp = function(target, replace) {
$ib(target, replace);
$r(target);
};
const $ar = function(array, index) {
array.splice(index, 1);
};