progress on adding base layer
6
old/.classpath
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
BIN
old/.gradle/4.6/fileChanges/last-build.bin
Normal file
BIN
old/.gradle/4.6/fileHashes/fileHashes.bin
Normal file
BIN
old/.gradle/4.6/fileHashes/fileHashes.lock
Normal file
BIN
old/.gradle/4.6/taskHistory/taskHistory.bin
Normal file
BIN
old/.gradle/4.6/taskHistory/taskHistory.lock
Normal file
BIN
old/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Normal file
2
old/.gradle/buildOutputCleanup/cache.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
#Mon Sep 10 00:40:35 CDT 2018
|
||||
gradle.version=4.6
|
BIN
old/.gradle/buildOutputCleanup/outputFiles.bin
Normal file
0
old/.gradle/vcsWorkingDirs/gc.properties
Normal file
42
old/.project
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>RhythmBullet</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1536558856206</id>
|
||||
<name></name>
|
||||
<type>26</type>
|
||||
<matcher>
|
||||
<id>org.eclipse.ui.ide.orFilterMatcher</id>
|
||||
<arguments>
|
||||
<matcher>
|
||||
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||
<arguments>1.0-projectRelativePath-equals-true-false-android</arguments>
|
||||
</matcher>
|
||||
<matcher>
|
||||
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||
<arguments>1.0-projectRelativePath-equals-true-false-core</arguments>
|
||||
</matcher>
|
||||
<matcher>
|
||||
<id>org.eclipse.ui.ide.multiFilter</id>
|
||||
<arguments>1.0-projectRelativePath-equals-true-false-desktop</arguments>
|
||||
</matcher>
|
||||
</arguments>
|
||||
</matcher>
|
||||
</filter>
|
||||
</filteredResources>
|
||||
</projectDescription>
|
@@ -0,0 +1,9 @@
|
||||
#org.springsource.ide.eclipse.gradle.core.preferences.GradleImportPreferences
|
||||
#Mon Sep 10 00:40:31 CDT 2018
|
||||
addResourceFilters=true
|
||||
afterTasks=afterEclipseImport;
|
||||
beforeTasks=cleanEclipse;eclipse;
|
||||
enableAfterTasks=true
|
||||
enableBeforeTasks=true
|
||||
enableDependendencyManagement=true
|
||||
projects=;android;core;desktop;
|
@@ -0,0 +1,5 @@
|
||||
#org.springsource.ide.eclipse.gradle.core.preferences.GradleProjectPreferences
|
||||
#Mon Sep 10 00:40:41 CDT 2018
|
||||
build.family.org.gradle.tooling.model.eclipse.HierarchicalEclipseProject=;android;core;desktop;
|
||||
org.springsource.ide.eclipse.gradle.linkedresources=
|
||||
org.springsource.ide.eclipse.gradle.rootprojectloc=
|
@@ -0,0 +1,8 @@
|
||||
#org.springsource.ide.eclipse.gradle.core.actions.GradleRefreshPreferences
|
||||
#Mon Sep 10 00:40:36 CDT 2018
|
||||
addResourceFilters=true
|
||||
afterTasks=afterEclipseImport;
|
||||
beforeTasks=cleanEclipse;eclipse;
|
||||
enableAfterTasks=true
|
||||
enableBeforeTasks=true
|
||||
useHierarchicalNames=false
|
22
old/android/.classpath
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" output="bin/main" path="gen">
|
||||
<attributes>
|
||||
<attribute name="gradle_scope" value="main"/>
|
||||
<attribute name="gradle_used_by_scope" value="main"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" output="bin/main" path="src">
|
||||
<attributes>
|
||||
<attribute name="gradle_scope" value="main"/>
|
||||
<attribute name="gradle_used_by_scope" value="main"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
|
||||
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry combineaccessrules="false" kind="src" path="/RhythmBullet-core"/>
|
||||
<classpathentry kind="output" path="bin/default"/>
|
||||
</classpath>
|
34
old/android/.project
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>RhythmBullet-android</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
@@ -0,0 +1,4 @@
|
||||
#org.springsource.ide.eclipse.gradle.core.preferences.GradleProjectPreferences
|
||||
#Mon Sep 10 00:40:48 CDT 2018
|
||||
org.springsource.ide.eclipse.gradle.linkedresources=
|
||||
org.springsource.ide.eclipse.gradle.rootprojectloc=..
|
@@ -0,0 +1,8 @@
|
||||
#org.springsource.ide.eclipse.gradle.core.actions.GradleRefreshPreferences
|
||||
#Mon Sep 10 00:40:41 CDT 2018
|
||||
addResourceFilters=true
|
||||
afterTasks=afterEclipseImport;
|
||||
beforeTasks=cleanEclipse;eclipse;
|
||||
enableAfterTasks=true
|
||||
enableBeforeTasks=true
|
||||
useHierarchicalNames=false
|
13
old/android/.settings/org.eclipse.jdt.core.prefs
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
#Mon Sep 10 00:54:15 CDT 2018
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
24
old/android/AndroidManifest.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="zero1hd.rhythmbullet" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="27" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/GdxTheme" >
|
||||
<activity
|
||||
android:name="zero1hd.rhythmbullet.AndroidLauncher"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
BIN
old/android/assets/1280x720/Shooter1.png
Normal file
After Width: | Height: | Size: 629 B |
BIN
old/android/assets/1280x720/Tech-Circle1.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
old/android/assets/1280x720/backgrounds/mainBG.png
Normal file
After Width: | Height: | Size: 1.5 MiB |
BIN
old/android/assets/1280x720/bar.png
Normal file
After Width: | Height: | Size: 134 B |
BIN
old/android/assets/1280x720/cybercircle1.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
old/android/assets/1280x720/cybercircle3B.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
old/android/assets/1280x720/flake.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
old/android/assets/1280x720/laser.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
old/android/assets/1280x720/magic1.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
old/android/assets/1280x720/pellet.png
Normal file
After Width: | Height: | Size: 130 B |
BIN
old/android/assets/1280x720/polyjet-standard.png
Normal file
After Width: | Height: | Size: 503 B |
BIN
old/android/assets/1280x720/shard.png
Normal file
After Width: | Height: | Size: 535 B |
BIN
old/android/assets/1280x720/square.png
Normal file
After Width: | Height: | Size: 96 B |
BIN
old/android/assets/1280x720/title.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
old/android/assets/1280x720/tpSelector.png
Normal file
After Width: | Height: | Size: 313 B |
BIN
old/android/assets/1280x720/void_circle.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
old/android/assets/1280x800/Shooter1.png
Normal file
After Width: | Height: | Size: 783 B |
BIN
old/android/assets/1280x800/Tech-Circle1.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
old/android/assets/1280x800/backgrounds/mainBG.png
Normal file
After Width: | Height: | Size: 1.7 MiB |
BIN
old/android/assets/1280x800/bar.png
Normal file
After Width: | Height: | Size: 140 B |
BIN
old/android/assets/1280x800/cybercircle1.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
old/android/assets/1280x800/cybercircle3B.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
old/android/assets/1280x800/flake.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
old/android/assets/1280x800/laser.png
Normal file
After Width: | Height: | Size: 109 B |
BIN
old/android/assets/1280x800/magic1.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
old/android/assets/1280x800/pellet.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
old/android/assets/1280x800/polyjet-standard.png
Normal file
After Width: | Height: | Size: 566 B |
BIN
old/android/assets/1280x800/shard.png
Normal file
After Width: | Height: | Size: 634 B |
BIN
old/android/assets/1280x800/square.png
Normal file
After Width: | Height: | Size: 100 B |
BIN
old/android/assets/1280x800/title.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
old/android/assets/1280x800/tpSelector.png
Normal file
After Width: | Height: | Size: 370 B |
BIN
old/android/assets/1280x800/void_circle.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
old/android/assets/1366x768/Shooter1.png
Normal file
After Width: | Height: | Size: 735 B |
BIN
old/android/assets/1366x768/Tech-Circle1.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
old/android/assets/1366x768/backgrounds/mainBG.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
old/android/assets/1366x768/bar.png
Normal file
After Width: | Height: | Size: 137 B |
BIN
old/android/assets/1366x768/cybercircle1.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
old/android/assets/1366x768/cybercircle3B.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
old/android/assets/1366x768/flake.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
old/android/assets/1366x768/laser.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
old/android/assets/1366x768/magic1.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
old/android/assets/1366x768/pellet.png
Normal file
After Width: | Height: | Size: 130 B |
BIN
old/android/assets/1366x768/polyjet-standard.png
Normal file
After Width: | Height: | Size: 552 B |
BIN
old/android/assets/1366x768/shard.png
Normal file
After Width: | Height: | Size: 609 B |
BIN
old/android/assets/1366x768/square.png
Normal file
After Width: | Height: | Size: 98 B |
BIN
old/android/assets/1366x768/title.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
old/android/assets/1366x768/tpSelector.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
old/android/assets/1366x768/void_circle.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
old/android/assets/1920x1080/Shooter1.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
old/android/assets/1920x1080/Tech-Circle1.png
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
old/android/assets/1920x1080/backgrounds/mainBG.png
Normal file
After Width: | Height: | Size: 3.5 MiB |
BIN
old/android/assets/1920x1080/bar.png
Normal file
After Width: | Height: | Size: 160 B |
BIN
old/android/assets/1920x1080/cybercircle1.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
old/android/assets/1920x1080/cybercircle3B.png
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
old/android/assets/1920x1080/flake.png
Normal file
After Width: | Height: | Size: 4.7 KiB |
BIN
old/android/assets/1920x1080/laser.png
Normal file
After Width: | Height: | Size: 119 B |
BIN
old/android/assets/1920x1080/magic1.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
old/android/assets/1920x1080/pellet.png
Normal file
After Width: | Height: | Size: 189 B |
BIN
old/android/assets/1920x1080/polyjet-standard.png
Normal file
After Width: | Height: | Size: 714 B |
BIN
old/android/assets/1920x1080/shard.png
Normal file
After Width: | Height: | Size: 851 B |
BIN
old/android/assets/1920x1080/square.png
Normal file
After Width: | Height: | Size: 114 B |
BIN
old/android/assets/1920x1080/title.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
old/android/assets/1920x1080/tpSelector.png
Normal file
After Width: | Height: | Size: 464 B |
BIN
old/android/assets/1920x1080/void_circle.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
old/android/assets/1920x1200/Shooter1.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
old/android/assets/1920x1200/Tech-Circle1.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
old/android/assets/1920x1200/backgrounds/mainBG.png
Normal file
After Width: | Height: | Size: 3.8 MiB |
BIN
old/android/assets/1920x1200/bar.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
old/android/assets/1920x1200/cybercircle1.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
old/android/assets/1920x1200/cybercircle3B.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
old/android/assets/1920x1200/flake.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
old/android/assets/1920x1200/laser.png
Normal file
After Width: | Height: | Size: 159 B |
BIN
old/android/assets/1920x1200/magic1.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
old/android/assets/1920x1200/pellet.png
Normal file
After Width: | Height: | Size: 216 B |
BIN
old/android/assets/1920x1200/polyjet-standard.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
old/android/assets/1920x1200/shard.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
old/android/assets/1920x1200/square.png
Normal file
After Width: | Height: | Size: 122 B |
BIN
old/android/assets/1920x1200/title.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
old/android/assets/1920x1200/tpSelector.png
Normal file
After Width: | Height: | Size: 523 B |
BIN
old/android/assets/1920x1200/void_circle.png
Normal file
After Width: | Height: | Size: 6.3 KiB |