斜方向放宽到20度
This commit is contained in:
parent
f775862850
commit
6fe4b3b196
2
gba/dist/gbajs.min.js
vendored
2
gba/dist/gbajs.min.js
vendored
@ -7687,7 +7687,7 @@ window.vm = {
|
|||||||
this.onCtrlDire;
|
this.onCtrlDire;
|
||||||
var i ;//= Math.round((t + 180) / 45) % 8;
|
var i ;//= Math.round((t + 180) / 45) % 8;
|
||||||
var abst = Math.abs(t);
|
var abst = Math.abs(t);
|
||||||
if((abst>=40&&abst<=50)||(abst>=130&&abst<=140)){
|
if((abst>=35&&abst<=55)||(abst>=125&&abst<=145)){
|
||||||
i = Math.round((t + 180) / 45) % 8;
|
i = Math.round((t + 180) / 45) % 8;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user