Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Code re-write in progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed May 31, 2017
1 parent 2e47b05 commit fc96f19
Show file tree
Hide file tree
Showing 312 changed files with 1,211 additions and 14,633 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
*.ear
hs_err_pid*

*.gif

## Robovm
/ios/robovm-build/

Expand Down
8 changes: 0 additions & 8 deletions README.md

This file was deleted.

1 change: 0 additions & 1 deletion android/.gitignore

This file was deleted.

9 changes: 4 additions & 5 deletions android/AndroidManifest.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.anuke.novix"
android:versionCode="19"
android:versionName="1.1.5" >
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="25" />

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="22" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
Expand Down
Binary file removed android/assets/fonts/smooth.ttf
Binary file not shown.
101 changes: 0 additions & 101 deletions android/assets/old/gui/default.fnt

This file was deleted.

Binary file removed android/assets/old/gui/default.png
Binary file not shown.
Loading

0 comments on commit fc96f19

Please sign in to comment.