diff options
Diffstat (limited to 'src/com/fourisland/fourpuzzle/window/ChoiceWindow.java')
| -rwxr-xr-x | src/com/fourisland/fourpuzzle/window/ChoiceWindow.java | 13 |
1 files changed, 13 insertions, 0 deletions
| diff --git a/src/com/fourisland/fourpuzzle/window/ChoiceWindow.java b/src/com/fourisland/fourpuzzle/window/ChoiceWindow.java index ef57226..4926a6d 100755 --- a/src/com/fourisland/fourpuzzle/window/ChoiceWindow.java +++ b/src/com/fourisland/fourpuzzle/window/ChoiceWindow.java | |||
| @@ -124,6 +124,19 @@ public class ChoiceWindow implements Renderable { | |||
| 124 | 124 | ||
| 125 | public static enum ChoiceWindowLocation | 125 | public static enum ChoiceWindowLocation |
| 126 | { | 126 | { |
| 127 | AbsoluteTopLeft | ||
| 128 | { | ||
| 129 | public int getX(int width) | ||
| 130 | { | ||
| 131 | return 0; | ||
| 132 | } | ||
| 133 | |||
| 134 | @Override | ||
| 135 | public int getY(int height) | ||
| 136 | { | ||
| 137 | return 0; | ||
| 138 | } | ||
| 139 | }, | ||
| 127 | BottomLeft | 140 | BottomLeft |
| 128 | { | 141 | { |
| 129 | public int getX(int width) | 142 | public int getX(int width) |
