itemShop
This commit is contained in:
parent
a897d9262b
commit
bc6f596332
@ -292,7 +292,6 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
this._performItemShopClick = function (px, py) {
|
this._performItemShopClick = function (px, py) {
|
||||||
var item = list[selectItem] || null;
|
var item = list[selectItem] || null;
|
||||||
// 鼠标操作
|
// 鼠标操作
|
||||||
console.log(px, py);
|
|
||||||
if (px >= 22 && px <= 82 && py >= 71 && py <= 102) {
|
if (px >= 22 && px <= 82 && py >= 71 && py <= 102) {
|
||||||
// 买
|
// 买
|
||||||
if (type != 0) {
|
if (type != 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user