Skip to content

Commit

Permalink
Shrink the aim area.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfedor committed Nov 24, 2009
1 parent d89d9da commit 31d640b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.jfedor.frozenbubble"
android:versionCode="2"
android:versionName="1.1">
android:versionCode="3"
android:versionName="1.2">
<uses-sdk android:minSdkVersion="2" />
<application android:label="@string/app_name"
android:icon="@drawable/app_frozen_bubble">
Expand Down
2 changes: 1 addition & 1 deletion src/org/jfedor/frozenbubble/GameView.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class GameThread extends Thread {

private static final double TRACKBALL_COEFFICIENT = 5;
private static final double TOUCH_COEFFICIENT = 0.2;
private static final double TOUCH_FIRE_Y_THRESHOLD = 240;
private static final double TOUCH_FIRE_Y_THRESHOLD = 350;

private int mCanvasHeight = 1;
private int mCanvasWidth = 1;
Expand Down

0 comments on commit 31d640b

Please sign in to comment.