mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-24 21:41:25 -08:00
it never ends
This commit is contained in:
parent
a7b39e56bd
commit
da97aee8e4
111 changed files with 1327 additions and 1644 deletions
|
|
@ -122,7 +122,7 @@ public class ApplicationTests{
|
|||
int bx = 4;
|
||||
int by = 4;
|
||||
world.tile(bx, by).set(Blocks.coreShard, Team.sharded);
|
||||
assertEquals(world.tile(bx, by).getTeam(), Team.sharded);
|
||||
assertEquals(world.tile(bx, by).team(), Team.sharded);
|
||||
for(int x = bx - 1; x <= bx + 1; x++){
|
||||
for(int y = by - 1; y <= by + 1; y++){
|
||||
if(x == bx && by == y){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue