diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-02-10 23:26:22 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-02-10 23:26:22 -0500 |
commit | 2e1192dc0bccd79f00fcfef266809f3d1787aafa (patch) | |
tree | ad2449562b79a4f1ec2cfd253053f36453d93d06 /src/com/fourisland/fourpuzzle/gamestate/mapview/event | |
parent | 41ce65d9ae3e75cd374b6f5f99486ee057194a06 (diff) | |
download | fourpuzzle-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-x | src/com/fourisland/fourpuzzle/gamestate/mapview/event/AnimationType.java | 5 |
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; | |||
8 | import com.fourisland.fourpuzzle.util.Interval; | 8 | import 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 | */ |
14 | public enum AnimationType { | 17 | public enum AnimationType { |