Onset sector
This commit is contained in:
@@ -112,12 +112,11 @@ public class SectorPresets{
|
||||
//endregion
|
||||
//region erekir
|
||||
|
||||
/*
|
||||
onset = new SectorPreset("onset", erekir, 15){{
|
||||
onset = new SectorPreset("onset", erekir, 10){{
|
||||
addStartingItems = true;
|
||||
captureWave = 10;
|
||||
difficulty = 1;
|
||||
}};*/
|
||||
}};
|
||||
|
||||
//endreigon
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ public class Tiles implements Iterable<Tile>{
|
||||
array[y*width + x] = tile;
|
||||
}
|
||||
|
||||
/** set a tile at a raw array position; does not range-check. use with caution. */
|
||||
/** set a tile at a raw array position; used for fast iteration / 1-D for-loops */
|
||||
public void seti(int i, Tile tile){
|
||||
array[i] = tile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user