summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/gamestate/mapview/event
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-02-10 23:26:22 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-02-10 23:26:22 -0500
commit2e1192dc0bccd79f00fcfef266809f3d1787aafa (patch)
treead2449562b79a4f1ec2cfd253053f36453d93d06 /src/com/fourisland/fourpuzzle/gamestate/mapview/event
parent41ce65d9ae3e75cd374b6f5f99486ee057194a06 (diff)
downloadfourpuzzle-2e1192dc0bccd79f00fcfef266809f3d1787aafa.tar.gz
fourpuzzle-2e1192dc0bccd79f00fcfef266809f3d1787aafa.tar.bz2
fourpuzzle-2e1192dc0bccd79f00fcfef266809f3d1787aafa.zip
Engine: Changed default TitleScreen
Replaced default TitleScreen (which was the TPOAHT Title Screen for testing reasons) with a FourPuzzle Title Screen. Also moved the Title Menu to the bottom-left corner.
Diffstat (limited to 'src/com/fourisland/fourpuzzle/gamestate/mapview/event')
-rwxr-xr-xsrc/com/fourisland/fourpuzzle/gamestate/mapview/event/AnimationType.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/AnimationType.java b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/AnimationType.java index 4c3aeb9..76582e3 100755 --- a/src/com/fourisland/fourpuzzle/gamestate/mapview/event/AnimationType.java +++ b/src/com/fourisland/fourpuzzle/gamestate/mapview/event/AnimationType.java
@@ -8,7 +8,10 @@ package com.fourisland.fourpuzzle.gamestate.mapview.event;
8import com.fourisland.fourpuzzle.util.Interval; 8import com.fourisland.fourpuzzle.util.Interval;
9 9
10/** 10/**
11 * 11 * An AnimationType is a property all PossibleEvents have. An AnimationType
12 * exerts some control over the Direction and AnimationStep of the
13 * PossibleEvent in question.
14 *
12 * @author hatkirby 15 * @author hatkirby
13 */ 16 */
14public enum AnimationType { 17public enum AnimationType {