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:
parent
a3eb2250ab
commit
b7b1d15456
7 changed files with 7 additions and 7 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue