/as_07/src/jp/ac/oit/is/android_shooting_07/Define.java
https://bitbucket.org/kmiyawaki/android_shooting · Java · 9 lines · 8 code · 1 blank · 0 comment · 0 complexity · 5a3f408098c6e7c6a6494a9fe791963d MD5 · raw file
- package jp.ac.oit.is.android_shooting_07;
-
- public class Define {
- public static final int VIRTUAL_DISPLAY_WIDTH = 480;
- public static final int VIRTUAL_DISPLAY_HEIGHT = 800;
- public static float DELAY_SEC = 1.0f / 30.0f;
- public static long DELAY_MSEC = (long) (DELAY_SEC * 1000);
- public static final float DEFAULT_CHARA_SPEED = 240.0f;
- }