Initial commit

This commit is contained in:
Harrison Deng 2017-04-18 18:25:45 -05:00
commit fa87f5e8cf
176 changed files with 7413 additions and 0 deletions

114
.gitignore vendored Executable file
View File

@ -0,0 +1,114 @@
## Java
*.class
*.war
*.ear
hs_err_pid*
## Robovm
/ios/robovm-build/
## GWT
/html/war/
/html/gwt-unitCache/
.apt_generated/
.gwt/
gwt-unitCache/
www-test/
.gwt-tmp/
## Android Studio and Intellij and Android in general
/android/libs/armeabi/
/android/libs/armeabi-v7a/
/android/libs/arm64-v8a/
/android/libs/x86/
/android/libs/x86_64/
/android/gen/
.idea/
*.ipr
*.iws
*.iml
/android/out/
com_crashlytics_export_strings.xml
## Eclipse
.classpath
.project
.metadata/
/android/bin/
/core/bin/
/desktop/bin/
/html/bin/
/ios/bin/
/ios-moe/bin/
*.tmp
*.bak
*.swp
*~.nib
.settings/
.loadpath
.externalToolBuilders/
*.launch
## NetBeans
/nbproject/private/
/android/nbproject/private/
/core/nbproject/private/
/desktop/nbproject/private/
/html/nbproject/private/
/ios/nbproject/private/
/ios-moe/nbproject/private/
/build/
/android/build/
/core/build/
/desktop/build/
/html/build/
/ios/build/
/ios-moe/build/
/nbbuild/
/android/nbbuild/
/core/nbbuild/
/desktop/nbbuild/
/html/nbbuild/
/ios/nbbuild/
/ios-moe/nbbuild/
/dist/
/android/dist/
/core/dist/
/desktop/dist/
/html/dist/
/ios/dist/
/ios-moe/dist/
/nbdist/
/android/nbdist/
/core/nbdist/
/desktop/nbdist/
/html/nbdist/
/ios/nbdist/
/ios-moe/nbdist/
nbactions.xml
nb-configuration.xml
## Gradle
/local.properties
.gradle/
gradle-app.setting
/build/
/android/build/
/core/build/
/desktop/build/
/html/build/
/ios/build/
/ios-moe/build/
## OS Specific
.DS_Store
Thumbs.db

1
HEAD Normal file
View File

@ -0,0 +1 @@
ref: refs/heads/master

26
android/AndroidManifest.xml Executable file
View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="zero1hd.polyjet"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="25" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/GdxTheme" >
<activity
android:name="zero1hd.polyjet.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
android/assets/1280x720/cube.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 B

View File

@ -0,0 +1,131 @@
thrust
- Delay -
active: false
- Duration -
lowMin: 0.0
lowMax: 0.0
- Count -
min: 0
max: 15
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 20.0
highMax: 20.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 400.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: point
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 2.0
highMax: 2.0
relative: false
scalingCount: 2
scaling0: 1.0
scaling1: 0.29411766
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Velocity -
active: true
lowMin: 0.0
lowMax: 0.0
highMin: 30.0
highMax: 30.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Angle -
active: true
lowMin: 110.0
lowMax: 50.0
highMin: 90.0
highMax: 90.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 0.47260273
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 3
colors0: 0.047058824
colors1: 0.7647059
colors2: 1.0
timelineCount: 1
timeline0: 0.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.0
scaling1: 1.0
scaling2: 1.0
scaling3: 0.0
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.79452056
timeline3: 1.0
- Options -
attached: false
continuous: true
aligned: false
additive: false
behind: false
premultipliedAlpha: false
- Image Path -
cube.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
android/assets/1280x800/cube.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 B

View File

@ -0,0 +1,131 @@
thrust
- Delay -
active: false
- Duration -
lowMin: 0.0
lowMax: 0.0
- Count -
min: 0
max: 15
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 20.0
highMax: 20.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 400.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: point
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 2.0
highMax: 2.0
relative: false
scalingCount: 2
scaling0: 1.0
scaling1: 0.29411766
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Velocity -
active: true
lowMin: 0.0
lowMax: 0.0
highMin: 30.0
highMax: 30.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Angle -
active: true
lowMin: 110.0
lowMax: 50.0
highMin: 90.0
highMax: 90.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 0.47260273
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 3
colors0: 0.047058824
colors1: 0.7647059
colors2: 1.0
timelineCount: 1
timeline0: 0.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.0
scaling1: 1.0
scaling2: 1.0
scaling3: 0.0
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.79452056
timeline3: 1.0
- Options -
attached: false
continuous: true
aligned: false
additive: false
behind: false
premultipliedAlpha: false
- Image Path -
cube.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
android/assets/1366x768/cube.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 929 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

View File

@ -0,0 +1,131 @@
thrust
- Delay -
active: false
- Duration -
lowMin: 0.0
lowMax: 0.0
- Count -
min: 0
max: 15
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 20.0
highMax: 20.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 400.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: point
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 2.0
highMax: 2.0
relative: false
scalingCount: 2
scaling0: 1.0
scaling1: 0.29411766
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Velocity -
active: true
lowMin: 0.0
lowMax: 0.0
highMin: 30.0
highMax: 30.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Angle -
active: true
lowMin: 110.0
lowMax: 50.0
highMin: 90.0
highMax: 90.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 0.47260273
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 3
colors0: 0.047058824
colors1: 0.7647059
colors2: 1.0
timelineCount: 1
timeline0: 0.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.0
scaling1: 1.0
scaling2: 1.0
scaling3: 0.0
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.79452056
timeline3: 1.0
- Options -
attached: false
continuous: true
aligned: false
additive: false
behind: false
premultipliedAlpha: false
- Image Path -
cube.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
android/assets/1920x1080/cube.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

View File

@ -0,0 +1,131 @@
thrust
- Delay -
active: false
- Duration -
lowMin: 0.0
lowMax: 0.0
- Count -
min: 0
max: 15
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 20.0
highMax: 20.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 400.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: point
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 2.0
highMax: 2.0
relative: false
scalingCount: 2
scaling0: 1.0
scaling1: 0.29411766
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Velocity -
active: true
lowMin: 0.0
lowMax: 0.0
highMin: 30.0
highMax: 30.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Angle -
active: true
lowMin: 110.0
lowMax: 50.0
highMin: 90.0
highMax: 90.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 0.47260273
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 3
colors0: 0.047058824
colors1: 0.7647059
colors2: 1.0
timelineCount: 1
timeline0: 0.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.0
scaling1: 1.0
scaling2: 1.0
scaling3: 0.0
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.79452056
timeline3: 1.0
- Options -
attached: false
continuous: true
aligned: false
additive: false
behind: false
premultipliedAlpha: false
- Image Path -
cube.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
android/assets/1920x1200/cube.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

View File

@ -0,0 +1,131 @@
thrust
- Delay -
active: false
- Duration -
lowMin: 0.0
lowMax: 0.0
- Count -
min: 0
max: 15
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 20.0
highMax: 20.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 400.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: point
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 2.0
highMax: 2.0
relative: false
scalingCount: 2
scaling0: 1.0
scaling1: 0.29411766
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Velocity -
active: true
lowMin: 0.0
lowMax: 0.0
highMin: 30.0
highMax: 30.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Angle -
active: true
lowMin: 110.0
lowMax: 50.0
highMin: 90.0
highMax: 90.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 0.47260273
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 3
colors0: 0.047058824
colors1: 0.7647059
colors2: 1.0
timelineCount: 1
timeline0: 0.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.0
scaling1: 1.0
scaling2: 1.0
scaling3: 0.0
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.79452056
timeline3: 1.0
- Options -
attached: false
continuous: true
aligned: false
additive: false
behind: false
premultipliedAlpha: false
- Image Path -
cube.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
android/assets/2560x1440/cube.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 B

View File

@ -0,0 +1,131 @@
thrust
- Delay -
active: false
- Duration -
lowMin: 0.0
lowMax: 0.0
- Count -
min: 0
max: 15
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 20.0
highMax: 20.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 400.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: point
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 2.0
highMax: 2.0
relative: false
scalingCount: 2
scaling0: 1.0
scaling1: 0.29411766
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Velocity -
active: true
lowMin: 0.0
lowMax: 0.0
highMin: 30.0
highMax: 30.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Angle -
active: true
lowMin: 110.0
lowMax: 50.0
highMin: 90.0
highMax: 90.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 0.47260273
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 3
colors0: 0.047058824
colors1: 0.7647059
colors2: 1.0
timelineCount: 1
timeline0: 0.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.0
scaling1: 1.0
scaling2: 1.0
scaling3: 0.0
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.79452056
timeline3: 1.0
- Options -
attached: false
continuous: true
aligned: false
additive: false
behind: false
premultipliedAlpha: false
- Image Path -
cube.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

BIN
android/assets/3840x2160/cube.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

View File

@ -0,0 +1,131 @@
thrust
- Delay -
active: false
- Duration -
lowMin: 0.0
lowMax: 0.0
- Count -
min: 0
max: 15
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 20.0
highMax: 20.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 400.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: point
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 2.0
highMax: 2.0
relative: false
scalingCount: 2
scaling0: 1.0
scaling1: 0.29411766
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Velocity -
active: true
lowMin: 0.0
lowMax: 0.0
highMin: 30.0
highMax: 30.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Angle -
active: true
lowMin: 110.0
lowMax: 50.0
highMin: 90.0
highMax: 90.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 0.47260273
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 3
colors0: 0.047058824
colors1: 0.7647059
colors2: 1.0
timelineCount: 1
timeline0: 0.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.0
scaling1: 1.0
scaling2: 1.0
scaling3: 0.0
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.79452056
timeline3: 1.0
- Options -
attached: false
continuous: true
aligned: false
additive: false
behind: false
premultipliedAlpha: false
- Image Path -
cube.png

View File

@ -0,0 +1,138 @@
hexagon
- Delay -
active: false
- Duration -
lowMin: 400.0
lowMax: 400.0
- Count -
min: 0
max: 25
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 45.0
highMax: 45.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 655.0
relative: false
scalingCount: 4
scaling0: 0.8235294
scaling1: 0.47058824
scaling2: 0.50980395
scaling3: 0.7254902
timelineCount: 4
timeline0: 0.0
timeline1: 0.39726028
timeline2: 0.5684931
timeline3: 1.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: square
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 3.0
highMax: 3.0
relative: false
scalingCount: 3
scaling0: 1.0
scaling1: 1.0
scaling2: 0.0
timelineCount: 3
timeline0: 0.0
timeline1: 0.39923224
timeline2: 0.59884834
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 3.0
highMax: 3.0
relative: false
scalingCount: 3
scaling0: 1.0
scaling1: 1.0
scaling2: 0.0
timelineCount: 3
timeline0: 0.0
timeline1: 0.40115163
timeline2: 0.59692895
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Velocity -
active: false
- Angle -
active: true
lowMin: 90.0
lowMax: 90.0
highMin: 45.0
highMax: 135.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 0.0
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 6
colors0: 0.047058824
colors1: 0.627451
colors2: 1.0
colors3: 0.078431375
colors4: 0.047058824
colors5: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.1754386
scaling1: 0.7719298
scaling2: 0.4385965
scaling3: 0.21052632
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.82191783
timeline3: 1.0
- Options -
attached: true
continuous: false
aligned: false
additive: true
behind: false
premultipliedAlpha: false
- Image Path -
magic-tech.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
android/assets/800x480/cube.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

BIN
android/assets/800x480/square.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 B

View File

@ -0,0 +1,131 @@
thrust
- Delay -
active: false
- Duration -
lowMin: 0.0
lowMax: 0.0
- Count -
min: 0
max: 15
- Emission -
lowMin: 0.0
lowMax: 0.0
highMin: 20.0
highMax: 20.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life -
lowMin: 0.0
lowMax: 0.0
highMin: 400.0
highMax: 400.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Life Offset -
active: false
- X Offset -
active: false
- Y Offset -
active: false
- Spawn Shape -
shape: point
- Spawn Width -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Spawn Height -
lowMin: 0.0
lowMax: 0.0
highMin: 0.0
highMax: 0.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Scale -
lowMin: 0.0
lowMax: 0.0
highMin: 2.0
highMax: 2.0
relative: false
scalingCount: 2
scaling0: 1.0
scaling1: 0.29411766
timelineCount: 2
timeline0: 0.0
timeline1: 1.0
- Velocity -
active: true
lowMin: 0.0
lowMax: 0.0
highMin: 30.0
highMax: 30.0
relative: false
scalingCount: 1
scaling0: 1.0
timelineCount: 1
timeline0: 0.0
- Angle -
active: true
lowMin: 110.0
lowMax: 50.0
highMin: 90.0
highMax: 90.0
relative: false
scalingCount: 2
scaling0: 0.0
scaling1: 1.0
timelineCount: 2
timeline0: 0.0
timeline1: 0.47260273
- Rotation -
active: false
- Wind -
active: false
- Gravity -
active: false
- Tint -
colorsCount: 3
colors0: 0.047058824
colors1: 0.7647059
colors2: 1.0
timelineCount: 1
timeline0: 0.0
- Transparency -
lowMin: 0.0
lowMax: 0.0
highMin: 1.0
highMax: 1.0
relative: false
scalingCount: 4
scaling0: 0.0
scaling1: 1.0
scaling2: 1.0
scaling3: 0.0
timelineCount: 4
timeline0: 0.0
timeline1: 0.25342464
timeline2: 0.79452056
timeline3: 1.0
- Options -
attached: false
continuous: true
aligned: false
additive: false
behind: false
premultipliedAlpha: false
- Image Path -
cube.png

Binary file not shown.

BIN
android/assets/badlogic.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -0,0 +1,22 @@
foespritesheet.png
size: 512, 512
format: RGBA8888
filter: Linear,Linear
repeat: none
bar-beat
rotate: false
xy: 1, 1
size: 2, 4
split: 1, 1, 0, 0
orig: 2, 4
offset: 0, 0
index: -1
black-hole
rotate: false
xy: 4, 1
size: 3, 3
split: 1, 1, 1, 1
orig: 3, 3
offset: 0, 0
index: -1

BIN
android/assets/foespritesheet.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Binary file not shown.

BIN
android/assets/fonts/maiden.TTF Executable file

Binary file not shown.

650
android/assets/keyboard.atlas Executable file
View File

@ -0,0 +1,650 @@
keyboard.png
size: 1024,1024
format: RGBA8888
filter: Nearest,Nearest
repeat: none
Keyboard_Black_0
rotate: false
xy: 2, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_1
rotate: false
xy: 2, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_2
rotate: false
xy: 104, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_3
rotate: false
xy: 2, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_4
rotate: false
xy: 104, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_5
rotate: false
xy: 206, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_6
rotate: false
xy: 2, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_7
rotate: false
xy: 104, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_8
rotate: false
xy: 206, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_9
rotate: false
xy: 308, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F10
rotate: false
xy: 2, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F11
rotate: false
xy: 104, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F12
rotate: false
xy: 206, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_A
rotate: false
xy: 308, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Alt
rotate: false
xy: 410, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Down
rotate: false
xy: 2, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Left
rotate: false
xy: 104, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Right
rotate: false
xy: 206, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Up
rotate: false
xy: 308, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Asterisk
rotate: false
xy: 410, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_B
rotate: false
xy: 512, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Backspace
rotate: false
xy: 2, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Backspace_Alt
rotate: false
xy: 104, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Bracket_Left
rotate: false
xy: 206, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Bracket_Right
rotate: false
xy: 308, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_C
rotate: false
xy: 410, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Caps_Lock
rotate: false
xy: 512, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Command
rotate: false
xy: 614, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Ctrl
rotate: false
xy: 2, 206
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_D
rotate: false
xy: 104, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Del
rotate: false
xy: 206, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_E
rotate: false
xy: 308, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_End
rotate: false
xy: 410, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Enter
rotate: false
xy: 512, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Enter_Alt
rotate: false
xy: 614, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Enter_Tall
rotate: false
xy: 716, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Escape
rotate: false
xy: 2, 104
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F
rotate: false
xy: 104, 206
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F1
rotate: false
xy: 206, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F2
rotate: false
xy: 308, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F3
rotate: false
xy: 410, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F4
rotate: false
xy: 512, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F5
rotate: false
xy: 614, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F6
rotate: false
xy: 716, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F7
rotate: false
xy: 818, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F8
rotate: false
xy: 2, 2
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_F9
rotate: false
xy: 104, 104
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_G
rotate: false
xy: 206, 206
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_H
rotate: false
xy: 308, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Home
rotate: false
xy: 410, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_I
rotate: false
xy: 512, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Insert
rotate: false
xy: 614, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_J
rotate: false
xy: 716, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_K
rotate: false
xy: 818, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_L
rotate: false
xy: 920, 920
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_M
rotate: false
xy: 104, 2
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Mark_Left
rotate: false
xy: 206, 104
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Mark_Right
rotate: false
xy: 308, 206
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Minus
rotate: false
xy: 410, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Mouse_Left
rotate: false
xy: 512, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Mouse_Middle
rotate: false
xy: 614, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Mouse_Right
rotate: false
xy: 716, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Mouse_Simple
rotate: false
xy: 818, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_N
rotate: false
xy: 920, 818
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Num_Lock
rotate: false
xy: 206, 2
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_O
rotate: false
xy: 308, 104
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_P
rotate: false
xy: 410, 206
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Page_Down
rotate: false
xy: 512, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Page_Up
rotate: false
xy: 614, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Plus
rotate: false
xy: 716, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Plus_Tall
rotate: false
xy: 818, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Print_Screen
rotate: false
xy: 920, 716
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Q
rotate: false
xy: 308, 2
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Question
rotate: false
xy: 410, 104
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Quote
rotate: false
xy: 512, 206
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_R
rotate: false
xy: 614, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_S
rotate: false
xy: 716, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Semicolon
rotate: false
xy: 818, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Shift
rotate: false
xy: 920, 614
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Shift_Alt
rotate: false
xy: 410, 2
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Slash
rotate: false
xy: 512, 104
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Space
rotate: false
xy: 614, 206
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_T
rotate: false
xy: 716, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Tab
rotate: false
xy: 818, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Tilda
rotate: false
xy: 920, 512
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_U
rotate: false
xy: 512, 2
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_V
rotate: false
xy: 614, 104
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_W
rotate: false
xy: 716, 206
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Win
rotate: false
xy: 818, 308
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_X
rotate: false
xy: 920, 410
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Y
rotate: false
xy: 614, 2
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1
Keyboard_Black_Z
rotate: false
xy: 716, 104
size: 100, 100
orig: 100, 100
offset: 0, 0
index: -1

BIN
android/assets/keyboard.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Binary file not shown.

281
android/assets/uiskin.atlas Executable file
View File

@ -0,0 +1,281 @@
uiskin.png
size: 256,256
format: RGBA8888
filter: Linear,Linear
repeat: none
check-off
rotate: false
xy: 11, 5
size: 14, 14
split: 4, 4, 4, 4
orig: 14, 14
offset: 0, 0
index: -1
textfield
rotate: false
xy: 11, 5
size: 14, 14
split: 3, 3, 3, 3
orig: 14, 14
offset: 0, 0
index: -1
check-on
rotate: false
xy: 125, 35
size: 14, 14
split: 5, 5, 5, 5
orig: 14, 14
offset: 0, 0
index: -1
cursor
rotate: false
xy: 23, 1
size: 3, 3
split: 1, 1, 1, 1
orig: 3, 3
offset: 0, 0
index: -1
default
rotate: false
xy: 1, 50
size: 254, 77
orig: 254, 77
offset: 0, 0
index: -1
default-pane
rotate: false
xy: 11, 1
size: 5, 3
split: 1, 1, 1, 1
orig: 5, 3
offset: 0, 0
index: -1
default-rect-pad
rotate: false
xy: 11, 1
size: 5, 3
split: 1, 1, 1, 1
orig: 5, 3
offset: 0, 0
index: -1
default-pane-noborder
rotate: false
xy: 170, 44
size: 1, 1
split: 0, 0, 0, 0
orig: 1, 1
offset: 0, 0
index: -1
default-rect
rotate: false
xy: 38, 25
size: 3, 3
split: 1, 1, 1, 1
orig: 3, 3
offset: 0, 0
index: -1
default-rect-down
rotate: false
xy: 170, 46
size: 3, 3
split: 1, 1, 1, 1
orig: 3, 3
offset: 0, 0
index: -1
default-round
rotate: false
xy: 112, 29
size: 12, 20
split: 5, 5, 5, 5
orig: 12, 20
offset: 0, 0
index: -1
default-round-down
rotate: false
xy: 99, 29
size: 12, 20
split: 5, 5, 5, 5
orig: 12, 20
offset: 0, 0
index: -1
default-round-large
rotate: false
xy: 57, 29
size: 20, 20
split: 5, 5, 5, 4
orig: 20, 20
offset: 0, 0
index: -1
default-scroll
rotate: false
xy: 78, 29
size: 20, 20
split: 2, 2, 2, 2
orig: 20, 20
offset: 0, 0
index: -1
default-select
rotate: false
xy: 29, 29
size: 27, 20
split: 4, 14, 4, 4
orig: 27, 20
offset: 0, 0
index: -1
default-select-selection
rotate: false
xy: 26, 16
size: 3, 3
split: 1, 1, 1, 1
orig: 3, 3
offset: 0, 0
index: -1
default-slider
rotate: false
xy: 29, 20
size: 8, 8
split: 2, 2, 2, 2
orig: 8, 8
offset: 0, 0
index: -1
default-slider-knob
rotate: false
xy: 1, 1
size: 9, 18
orig: 9, 18
offset: 0, 0
index: -1
default-splitpane
rotate: false
xy: 17, 1
size: 5, 3
split: 0, 5, 0, 0
orig: 5, 3
offset: 0, 0
index: -1
default-splitpane-vertical
rotate: false
xy: 125, 29
size: 3, 5
split: 0, 0, 0, 5
orig: 3, 5
offset: 0, 0
index: -1
default-window
rotate: false
xy: 1, 20
size: 27, 29
split: 4, 3, 20, 3
orig: 27, 29
offset: 0, 0
index: -1
selection
rotate: false
xy: 174, 48
size: 1, 1
orig: 1, 1
offset: 0, 0
index: -1
tree-minus
rotate: false
xy: 140, 35
size: 14, 14
orig: 14, 14
offset: 0, 0
index: -1
tree-plus
rotate: false
xy: 155, 35
size: 14, 14
orig: 14, 14
offset: 0, 0
index: -1
white
rotate: false
xy: 129, 31
size: 3, 3
orig: 3, 3
offset: 0, 0
index: -1
pause
rotate: false
xy: 1, 50
size: 44, 44
orig: 44, 44
offset: 0, 0
index: -1
pause-down
rotate: false
xy: 46, 50
size: 44, 44
orig: 44, 44
offset: 0, 0
index: -1
bar-empty
rotate: false
xy: 133, 21
size: 26, 7
split: 0, 0, 1, 1
orig: 32, 32
offset: 0, 0
index: -1
bar-fill
rotate: false
xy: 106, 21
size: 26, 7
split: 0, 0, 1, 1
orig: 26, 7
offset: 0, 0
index: -1
left-button
rotate: false
xy: 42, 8
size: 12, 20
split: 1, 4, 3, 3
orig: 12, 20
offset: 0, 0
index: -1
left-button-down
rotate: false
xy: 55, 8
size: 12, 20
split: 1, 4, 3, 3
orig: 12, 20
offset: 0, 0
index: -1
point-arrow
rotate: false
xy: 1, 123
size: 101, 132
orig: 101, 132
offset: 0, 0
index: -1
arrow
rotate: false
xy: 91, 50
size: 44, 44
orig: 44, 44
offset: 0, 0
index: -1
three-quart-circle
rotate: false;
xy: 136, 50
size: 44, 44
orig: 44, 44
offset: 0, 0
index: -1
left-double-arrow
rotate: false;
xy: 1, 95
size: 21, 21
orig: 21, 21
offset: 0, 0
index: -1
right-double-arrow
rotate: false;
xy: 23, 95
size: 21, 21
orig: 21, 21
offset: 0, 0
index: -1

BIN
android/assets/uiskin.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

BIN
android/assets/uiskin_legacy.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

129
android/build.gradle Executable file
View File

@ -0,0 +1,129 @@
android {
buildToolsVersion "25.0.2"
compileSdkVersion 25
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
assets.srcDirs = ['assets']
jniLibs.srcDirs = ['libs']
}
instrumentTest.setRoot('tests')
}
packagingOptions {
exclude 'META-INF/robovm/ios/robovm.xml'
}
defaultConfig {
applicationId "zero1hd.polyjet"
minSdkVersion 9
targetSdkVersion 25
}
}
// called every time gradle gets executed, takes the native dependencies of
// the natives configuration, and extracts them to the proper libs/ folders
// so they get packed with the APK.
task copyAndroidNatives() {
file("libs/armeabi/").mkdirs();
file("libs/armeabi-v7a/").mkdirs();
file("libs/arm64-v8a/").mkdirs();
file("libs/x86_64/").mkdirs();
file("libs/x86/").mkdirs();
configurations.natives.files.each { jar ->
def outputDir = null
if(jar.name.endsWith("natives-arm64-v8a.jar")) outputDir = file("libs/arm64-v8a")
if(jar.name.endsWith("natives-armeabi-v7a.jar")) outputDir = file("libs/armeabi-v7a")
if(jar.name.endsWith("natives-armeabi.jar")) outputDir = file("libs/armeabi")
if(jar.name.endsWith("natives-x86_64.jar")) outputDir = file("libs/x86_64")
if(jar.name.endsWith("natives-x86.jar")) outputDir = file("libs/x86")
if(outputDir != null) {
copy {
from zipTree(jar)
into outputDir
include "*.so"
}
}
}
}
task run(type: Exec) {
def path
def localProperties = project.file("../local.properties")
if (localProperties.exists()) {
Properties properties = new Properties()
localProperties.withInputStream { instr ->
properties.load(instr)
}
def sdkDir = properties.getProperty('sdk.dir')
if (sdkDir) {
path = sdkDir
} else {
path = "$System.env.ANDROID_HOME"
}
} else {
path = "$System.env.ANDROID_HOME"
}
def adb = path + "/platform-tools/adb"
commandLine "$adb", 'shell', 'am', 'start', '-n', 'zero1hd.polyjet/zero1hd.polyjet.AndroidLauncher'
}
// sets up the Android Eclipse project, using the old Ant based build.
eclipse {
// need to specify Java source sets explicitly, SpringSource Gradle Eclipse plugin
// ignores any nodes added in classpath.file.withXml
sourceSets {
main {
java.srcDirs "src", 'gen'
}
}
jdt {
sourceCompatibility = 1.6
targetCompatibility = 1.6
}
classpath {
plusConfigurations += [ project.configurations.compile ]
containers 'com.android.ide.eclipse.adt.ANDROID_FRAMEWORK', 'com.android.ide.eclipse.adt.LIBRARIES'
}
project {
name = appName + "-android"
natures 'com.android.ide.eclipse.adt.AndroidNature'
buildCommands.clear();
buildCommand "com.android.ide.eclipse.adt.ResourceManagerBuilder"
buildCommand "com.android.ide.eclipse.adt.PreCompilerBuilder"
buildCommand "org.eclipse.jdt.core.javabuilder"
buildCommand "com.android.ide.eclipse.adt.ApkBuilder"
}
}
// sets up the Android Idea project, using the old Ant based build.
idea {
module {
sourceDirs += file("src");
scopes = [ COMPILE: [plus:[project.configurations.compile]]]
iml {
withXml {
def node = it.asNode()
def builder = NodeBuilder.newInstance();
builder.current = node;
builder.component(name: "FacetManager") {
facet(type: "android", name: "Android") {
configuration {
option(name: "UPDATE_PROPERTY_FILES", value:"true")
}
}
}
}
}
}
}

Some files were not shown because too many files have changed in this diff Show More