Update v5.2.1

dev
MohsenEMX 2022-12-26 16:42:01 +03:30
parent 0dafd14765
commit 725328bb9a
2 changed files with 25 additions and 7 deletions

12
game.js
View File

@ -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();

View File

@ -106,15 +106,21 @@
input#userna {
transition: 0.2s
}
</style>
<!-- Styles for in-game stuff -->
<style>
.inputfilebtn {
padding: 10px;
::-webkit-file-upload-button {
color: white;
background-color: #120076;
border: 2px solid #fff;
top: 0;
bottom: 0;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
font-family: 'Trebuchet MS', 'Arial Narrow', Arial, sans-serif;
text-align: center;
}
</style>
</head>
<body onload="aiCommand746(0);">