mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Disabled structure mirroring
This commit is contained in:
parent
a3d8586199
commit
cb60556ac0
@ -33,7 +33,9 @@ public class MirrorFilter extends GenerateFilter{
|
||||
mirror(v3, v1.x, v1.y, v2.x, v2.y);
|
||||
Tile tile = in.tile(v3.x, v3.y);
|
||||
in.floor = tile.floor();
|
||||
in.block = tile.block();
|
||||
if(!tile.block().synthetic()){
|
||||
in.block = tile.block();
|
||||
}
|
||||
in.ore = tile.overlay();
|
||||
}
|
||||
}
|
||||
|
@ -36,6 +36,12 @@ task copyAssets(){
|
||||
}
|
||||
}
|
||||
|
||||
task deploy{
|
||||
dependsOn copyAssets
|
||||
dependsOn createIPA
|
||||
}
|
||||
|
||||
|
||||
build.dependsOn copyAssets
|
||||
|
||||
launchIPhoneSimulator.dependsOn build
|
||||
|
Loading…
Reference in New Issue
Block a user