progress on adding base layer

This commit is contained in:
2018-09-11 00:05:34 -05:00
parent 10d9400342
commit bce143efbb
292 changed files with 10211 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/** Automatically generated file. DO NOT MODIFY */
package zero1hd.rhythmbullet;
public final class BuildConfig {
public final static boolean DEBUG = true;
}

View File

@@ -0,0 +1,22 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package zero1hd.rhythmbullet;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
}
public static final class string {
public static final int app_name=0x7f030000;
}
public static final class style {
public static final int GdxTheme=0x7f040000;
}
}