Update FlickIt!
This commit is contained in:
parent
b029347a83
commit
85b8b7f87e
|
@ -10,7 +10,9 @@ Description:
|
|||
It combines aspects of shuffleboard, 9-ball and bumper pool into a unique new
|
||||
gameplay experience.
|
||||
Use your shooter puck to knock white targets into the holes for points.
|
||||
Like 9-ball, the lowest numbered target must be hit first.
|
||||
In 9-ball, the lowest numbered target must be hit first, but it doesn't matter
|
||||
which target is holed.
|
||||
|
||||
FlickIt! is easy to learn, yet difficult to master.
|
||||
Just drag your finger to aim, tap and hold to increase power, and release to
|
||||
shoot.
|
||||
|
@ -21,13 +23,12 @@ Challenge your friends to see who is the true FlickIt! master.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/louffoster/FlickIt.git
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=13b9b
|
||||
Build:1.2,3
|
||||
commit=59621a4ef5f9127
|
||||
subdir=FlickIt-android
|
||||
init=zip -r native.zip libs/armeabi* libs/x86 && \
|
||||
mv ../FlickIt/libs/gdx.jar libs/ && \
|
||||
echo 'source.dir=src;../FlickIt/src' > ant.properties
|
||||
build=unzip native.zip
|
||||
init=mv ../FlickIt/libs/gdx.jar libs/ && \
|
||||
echo 'source.dir=src;../FlickIt/src' > ant.properties
|
||||
scanignore=FlickIt-android/libs/armeabi/libgdx.so;FlickIt-android/libs/x86/libgdx.so;FlickIt-android/libs/armeabi-v7a/libgdx.so
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
Loading…
Reference in a new issue