Include a positional offset to observe tile grid
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
8033c2a4ba
commit
5f9f56e0a6
@ -24,6 +24,8 @@ public class EditorRenderer extends LevelRenderer{
|
|||||||
|
|
||||||
public EditorRenderer(Panel panel) {
|
public EditorRenderer(Panel panel) {
|
||||||
super(panel);
|
super(panel);
|
||||||
|
setX(3.5*Tile.TILE_WIDTH);
|
||||||
|
setY(3.5*Tile.TILE_HEIGHT);
|
||||||
AddMessage(PaletteColor.YELLOW_GREEN,"Level editing mode",PaletteColor.NORMAL," started.");
|
AddMessage(PaletteColor.YELLOW_GREEN,"Level editing mode",PaletteColor.NORMAL," started.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user