⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ant.java

📁 这是一个连连看的JAVA代码
💻 JAVA
字号:
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package Twins;/** * * @author Null */public class Ant {    public byte ID;                                             //序号    public boolean IsSerie;                                     //可清除阵列        public static boolean SeriesMapShowd;                       //是否已经显示过 SeriesMap 了    public static boolean IsMoving;                             //正在移动中    public static int AX,AY,BX,BY;                              //前一个坐标、当前坐标    public static int CurX,CurY;                                //当前坐标,用于显示    public static final int OX=24,OY=24;                        //开始偏移    public static final int GH=24,GW=24;                        //每个格子大小    public static boolean IsShowTips=false;                     //显示提示    public static int TipsTimes;                                //剩余提示次数    public static byte Tips[][]=new byte[2][2];                 //提示坐标    public static int IsShowBox;                                //是否显示当前状态框,用于动态效果    public static boolean IsPressOKKey;                         //是否已经按下OK键}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -