mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-21 01:37:13 +07:00
wh
This commit is contained in:
parent
4beca5e07d
commit
a44ef1f063
@ -305,8 +305,8 @@ public class LogicBlock extends Block{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
asm.putConst("@mapx", world.width());
|
asm.putConst("@mapw", world.width());
|
||||||
asm.putConst("@mapy", world.height());
|
asm.putConst("@maph", world.height());
|
||||||
asm.putConst("@links", executor.links.length);
|
asm.putConst("@links", executor.links.length);
|
||||||
asm.putConst("@ipt", instructionsPerTick);
|
asm.putConst("@ipt", instructionsPerTick);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user