From 725328bb9aa6e72801e43710211d283df79c3700 Mon Sep 17 00:00:00 2001 From: MohsenEMX Date: Mon, 26 Dec 2022 16:42:01 +0330 Subject: [PATCH] Update v5.2.1 --- game.js | 12 ++++++++++++ index.html | 20 +++++++++++++------- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/game.js b/game.js index 4cac464..c1add7a 100644 --- a/game.js +++ b/game.js @@ -7565,11 +7565,23 @@ var setVarByName; } function kk() { this.z7 = null; + this.z9 = null; this.bp = function () { this.z7 = document.createElement("INPUT"); this.z7.setAttribute("type", "file"); this.z7.setAttribute("accept", ".gif,.jpg,.jpeg,.png,.json"); this.z7.setAttribute("id", "inputfilebtn"); + + // Don't touch this part lol it might all break + + /* + this.z9 = document.createElement("LABEL"); + this.z9.setAttribute("id", "inputfilelabel"); + this.z9.setAttribute("for", "inputfilebtn"); + this.z9.innerHTML = 'YES WE GO!'; + this.z9.style.color = '#000'; + this.z9.style.position = 'absolute'; + */ this.z7.style.position = "absolute"; this.z7.style.color = this.me(255, 255, 255); this.lq(); diff --git a/index.html b/index.html index 93384bb..bdebad9 100644 --- a/index.html +++ b/index.html @@ -106,15 +106,21 @@ input#userna { transition: 0.2s } - - - - - +