Skip to content

Commit 7a81006

Browse files
committed
made example shift 1 instead of 100
1 parent 831bad5 commit 7a81006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/test/CreateMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static void main(String[] args) throws IOException
5454
MapSection copy = map.copy(0, 0, 5, 5);
5555
copy.pasteInto(map, -1, -1);
5656

57-
map.shift(100, 100, TileActions.setFrame(39));
57+
map.shift(1, 1, TileActions.setFrame(39));
5858

5959
cs2dMap.update(map);
6060

0 commit comments

Comments
 (0)