Merge remote-tracking branch 'origin/master'
# Conflicts: # core/assets-raw/sprites/units/phantom-cell.png
BIN
core/assets-raw/sprites/units/alpha-cell.png
Normal file
After Width: | Height: | Size: 663 B |
BIN
core/assets-raw/sprites/units/chaos-array-cell.png
Normal file
After Width: | Height: | Size: 689 B |
BIN
core/assets-raw/sprites/units/crawler-cell.png
Normal file
After Width: | Height: | Size: 304 B |
BIN
core/assets-raw/sprites/units/dagger-cell.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
core/assets-raw/sprites/units/dart-cell.png
Normal file
After Width: | Height: | Size: 654 B |
BIN
core/assets-raw/sprites/units/delta-cell.png
Normal file
After Width: | Height: | Size: 381 B |
BIN
core/assets-raw/sprites/units/draug-cell.png
Normal file
After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 629 B |
BIN
core/assets-raw/sprites/units/eradicator-cell.png
Normal file
After Width: | Height: | Size: 655 B |
BIN
core/assets-raw/sprites/units/eruptor-cell.png
Normal file
After Width: | Height: | Size: 335 B |
BIN
core/assets-raw/sprites/units/fortress-cell.png
Normal file
After Width: | Height: | Size: 430 B |
BIN
core/assets-raw/sprites/units/ghoul-cell.png
Normal file
After Width: | Height: | Size: 436 B |
BIN
core/assets-raw/sprites/units/glaive-cell.png
Normal file
After Width: | Height: | Size: 416 B |
BIN
core/assets-raw/sprites/units/javelin-cell.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
core/assets-raw/sprites/units/lich-cell.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
core/assets-raw/sprites/units/omega-cell.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
core/assets-raw/sprites/units/reaper-cell.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 11 KiB |
BIN
core/assets-raw/sprites/units/revenant-cell.png
Normal file
After Width: | Height: | Size: 820 B |
BIN
core/assets-raw/sprites/units/spirit-cell.png
Normal file
After Width: | Height: | Size: 280 B |
BIN
core/assets-raw/sprites/units/tau-cell.png
Normal file
After Width: | Height: | Size: 358 B |
BIN
core/assets-raw/sprites/units/titan-cell.png
Normal file
After Width: | Height: | Size: 339 B |
BIN
core/assets-raw/sprites/units/trident-cell.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
core/assets-raw/sprites/units/vanguard-cell.png
Normal file
After Width: | Height: | Size: 654 B |
BIN
core/assets-raw/sprites/units/wraith-cell.png
Normal file
After Width: | Height: | Size: 304 B |
@ -37,7 +37,7 @@ public class Conduit extends LiquidBlock implements Autotiler{
|
|||||||
liquidRegion = Core.atlas.find("conduit-liquid");
|
liquidRegion = Core.atlas.find("conduit-liquid");
|
||||||
for(int i = 0; i < topRegions.length; i++){
|
for(int i = 0; i < topRegions.length; i++){
|
||||||
topRegions[i] = Core.atlas.find(name + "-top-" + i);
|
topRegions[i] = Core.atlas.find(name + "-top-" + i);
|
||||||
botRegions[i] = Core.atlas.find("conduit-bottom-" + i);
|
botRegions[i] = Core.atlas.find(name + "-bottom-" + i, Core.atlas.find("conduit-bottom-" + i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|