- display cell as hexagon is Display.mHexagon if set ( not default ) will need a checkbox to set this - various new models preparation...
7 lines
124 B
Java
7 lines
124 B
Java
package org.artisanlogiciel.games.maze.model;
|
|
|
|
public interface HalfSquareProvider {
|
|
|
|
long getLeftDown(int x, int y);
|
|
}
|