diff --git a/core/assets/cubemaps/stars/back.png b/core/assets/cubemaps/stars/back.png index 05f3375811..b0f9074a31 100644 Binary files a/core/assets/cubemaps/stars/back.png and b/core/assets/cubemaps/stars/back.png differ diff --git a/core/assets/cubemaps/stars/bottom.png b/core/assets/cubemaps/stars/bottom.png index bfcded64e3..089cefc75e 100644 Binary files a/core/assets/cubemaps/stars/bottom.png and b/core/assets/cubemaps/stars/bottom.png differ diff --git a/core/assets/cubemaps/stars/front.png b/core/assets/cubemaps/stars/front.png index 8e9dbcd437..7916c07721 100644 Binary files a/core/assets/cubemaps/stars/front.png and b/core/assets/cubemaps/stars/front.png differ diff --git a/core/assets/cubemaps/stars/left.png b/core/assets/cubemaps/stars/left.png index f99a70ab1b..f1ddf1b770 100644 Binary files a/core/assets/cubemaps/stars/left.png and b/core/assets/cubemaps/stars/left.png differ diff --git a/core/assets/cubemaps/stars/right.png b/core/assets/cubemaps/stars/right.png index f1c6f5c807..87f4c3c20f 100644 Binary files a/core/assets/cubemaps/stars/right.png and b/core/assets/cubemaps/stars/right.png differ diff --git a/core/assets/cubemaps/stars/top.png b/core/assets/cubemaps/stars/top.png index 078e1a3d3f..6cc55de5b2 100644 Binary files a/core/assets/cubemaps/stars/top.png and b/core/assets/cubemaps/stars/top.png differ diff --git a/core/src/mindustry/world/blocks/environment/Prop.java b/core/src/mindustry/world/blocks/environment/Prop.java index 6adfff5edb..45da9aae88 100644 --- a/core/src/mindustry/world/blocks/environment/Prop.java +++ b/core/src/mindustry/world/blocks/environment/Prop.java @@ -12,8 +12,6 @@ public class Prop extends Block{ breakable = true; alwaysReplace = true; instantDeconstruct = true; - - deconstructThreshold = 0.35f; breakEffect = Fx.breakProp; }