feat: Update hippie-script

- Update to new version
- Move brand from hippie to HIPPIE
- Add hippie-script to all remaining templates
This commit is contained in:
sthag 2025-11-03 19:37:19 +01:00
parent a3eb2250ab
commit b7b1d15456
7 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@ function setup() {
'use strict';
console.group('Document information');
console.info('\n', hippie.brand, '\n\n');
console.info('\n', HIPPIE.brand, '\n\n');
console.info('HTML:', hippie.screen, '\nBODY:', hippie.body);
console.groupEnd();
if (debugOn) {

View file

@ -1,5 +1,4 @@
let hippie = {
brand: "|-| | |^ |^ | [- ",
screen: {
w: Math.max(document.documentElement.offsetWidth, document.documentElement.clientWidth, window.innerWidth, 0),
vh: Math.max(document.documentElement.clientHeight, window.innerHeight, 0),
@ -15,8 +14,6 @@ let hippie = {
let viewHover = true;
let basicEase = 600;
const onerowAlphabet = "/\\ ]3 ( |) [- /= (_, |-| | _T /< |_ |\\/| |\\| () |^ ()_ /? _\\~ ~|~ |_| \\/ \\/\\/ >< `/ ~/_ ";
const onerowDigits = "\'| ^/_ -} +| ;~ (o \"/ {} \"| (\\) ";
const flagColors = [
'fad803',
'f2af13',