Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2020-04-26 11:24:56 -04:00
commit 1941b0fa8a
9 changed files with 7594 additions and 7557 deletions

View file

@ -639,7 +639,7 @@ setting.linear.name = リニアフィルター
setting.hints.name = ヒント
setting.flow.name = 資源流通量の表示[scarlet] (実験的)
setting.buildautopause.name = オートポーズビルディング
setting.animatedwater.name = のアニメーション
setting.animatedwater.name = 流体のアニメーション
setting.animatedshields.name = シールドのアニメーション
setting.antialias.name = アンチエイリアス[lightgray] (再起動が必要)[]
setting.playerindicators.name = プレイヤーの方角表示

Binary file not shown.

Before

Width:  |  Height:  |  Size: 717 B

After

Width:  |  Height:  |  Size: 717 B

Before After
Before After

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 279 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 279 KiB

After

Width:  |  Height:  |  Size: 828 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 KiB

After

Width:  |  Height:  |  Size: 252 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 KiB

After

Width:  |  Height:  |  Size: 226 KiB

Before After
Before After

View file

@ -53,11 +53,6 @@ public class StackConveyor extends Block implements Autotiler{
stackRegion = Core.atlas.find(name + "-stack");
}
@Override
public TextureRegion[] generateIcons(){
return new TextureRegion[]{Core.atlas.find(name + "-0-0")};
}
@Override
public void setStats(){
super.setStats();