📄 config.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html// Decompiler options: packimports(3)// Source File Name: Config.javapackage com.skybright.pig;public class Config{ public static int GAME_INTERVAL = 400; public static int STATUS_GAMEOVER = 200; public static int STATUS_RUN = 0; public static int STATUS_NEW = 100; public static int STATUS_LOGO = 300; public static int[] BACKGROUND = { 0, 0, 0 }; public static int FONT_COLOR=0xFFFFFF; public static int[] P1_CARD = { 0, 70 }; public static int[] P1_NAME = { 5, 45 }; public static int[] P2_CARD = { 10, 30 }; public static int[] P2_NAME = { 5, 5 }; public static int[] P3_CARD = { 50, 15 }; public static int[] P3_NAME = { 50, 0 }; public static int[] P4_CARD = { 150, 30 }; public static int[] P4_NAME = { 90, 5 }; public static int[] SHOW1 = { 55, 40 }; public static int[] SHOW2 = { 30, 20 }; public static int[] SHOW3 = { 55, 15 }; public static int[] SHOW4 = { 80, 20 }; public static int[] SCORE1 = { 1, 15 }; public static int[] SCORE2 = { 1, 30 }; public static int[] SCORE3 = { 1, 45 }; public static int[] SCORE4 = { 1, 60 }; public Config() { }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -