Skip to content

Commit 7825de4

Browse files
committed
Lookat ratio set to 1.5 to ease lookat right and left.
1 parent 2922a80 commit 7825de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blade-engine/src/com/bladecoder/engine/model/AnimationRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public static String getFlipId(String id) {
317317
}
318318

319319
private final static float DIRECTION_ASPECT_TOLERANCE = 3f;
320-
private final static float DIRECTION_ASPECT_TOLERANCE_2 = 3f;
320+
private final static float DIRECTION_ASPECT_TOLERANCE_2 = 1.5f;
321321

322322
protected String getDirectionString(Vector2 p0, Vector2 pf, int numDirs) {
323323

0 commit comments

Comments
 (0)