disable background

pull/1/head
PolicyChanges1@gmail.com 2021-02-13 08:41:11 -05:00
parent 345ab6a327
commit 0a388ebd56
2 changed files with 4 additions and 4 deletions

4
dist/tetrion.js vendored
View File

@ -572,8 +572,8 @@ var UserInputs = {
},
// Direction arrows
processKeyboardArrowKeys(key) {
var DAS = 13;
var ARR = 3.0;
var DAS = 8.0;
var ARR = 0.0;
/* do once?
if(this.prevKeyboardKeys[key] != this.keyboardKeys[key]) {

View File

@ -152,8 +152,8 @@ var UserInputs = {
},
// Direction arrows
processKeyboardArrowKeys(key) {
var DAS = 13;
var ARR = 3.0;
var DAS = 8.0;
var ARR = 0.0;
/* do once?
if(this.prevKeyboardKeys[key] != this.keyboardKeys[key]) {