diff --git a/core/assets-raw/sprites/units/eruptor-leg.png b/core/assets-raw/sprites/units/eruptor-leg.png index 20bec1a51e..c3f42f25c4 100644 Binary files a/core/assets-raw/sprites/units/eruptor-leg.png and b/core/assets-raw/sprites/units/eruptor-leg.png differ diff --git a/core/assets/sprites/sprites.atlas b/core/assets/sprites/sprites.atlas index 458162c834..35a3d624e9 100644 --- a/core/assets/sprites/sprites.atlas +++ b/core/assets/sprites/sprites.atlas @@ -6971,7 +6971,7 @@ water-edge sprites4.png size: 2048,1024 format: RGBA8888 -filter: Nearest,Nearest +filter: MipMapLinearLinear,Linear repeat: none alloy-smelter-icon-editor rotate: false diff --git a/core/assets/sprites/sprites.png b/core/assets/sprites/sprites.png index ab9dd9be78..59d9313bcd 100644 Binary files a/core/assets/sprites/sprites.png and b/core/assets/sprites/sprites.png differ diff --git a/core/assets/sprites/sprites2.png b/core/assets/sprites/sprites2.png index a0bba1117b..a91c681752 100644 Binary files a/core/assets/sprites/sprites2.png and b/core/assets/sprites/sprites2.png differ diff --git a/core/src/mindustry/editor/MapEditor.java b/core/src/mindustry/editor/MapEditor.java index 6e9ceeb640..b408cde898 100644 --- a/core/src/mindustry/editor/MapEditor.java +++ b/core/src/mindustry/editor/MapEditor.java @@ -39,7 +39,7 @@ public class MapEditor{ loading = true; createTiles(width, height); - renderer.resize(width(), height()); + renderer.resize(width, height); loading = false; } diff --git a/core/src/mindustry/editor/MapRenderer.java b/core/src/mindustry/editor/MapRenderer.java index e8b1a05973..90bb2ed4a2 100644 --- a/core/src/mindustry/editor/MapRenderer.java +++ b/core/src/mindustry/editor/MapRenderer.java @@ -37,6 +37,8 @@ public class MapRenderer implements Disposable{ } public void resize(int width, int height){ + updates.clear(); + delayedUpdates.clear(); if(chunks != null){ for(int x = 0; x < chunks.length; x++){ for(int y = 0; y < chunks[0].length; y++){ diff --git a/core/src/mindustry/entities/comp/LegsComp.java b/core/src/mindustry/entities/comp/LegsComp.java index 6436113871..ae57e6e85c 100644 --- a/core/src/mindustry/entities/comp/LegsComp.java +++ b/core/src/mindustry/entities/comp/LegsComp.java @@ -29,8 +29,6 @@ abstract class LegsComp implements Posc, Rotc, Hitboxc, Flyingc, Unitc{ baseRotation = Mathf.slerpDelta(baseRotation, Mathf.angle(deltaX(), deltaY()), 0.1f); } - Log.info(baseRotation); - float rot = baseRotation; int count = type.legCount; float legLength = type.legLength; diff --git a/gradle.properties b/gradle.properties index edce7bf4d2..b326804b67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.daemon=true org.gradle.jvmargs=-Xms256m -Xmx1024m -archash=07d1bede12332e51be13f3cd6d3deabc86a95eef +archash=35b389b71386e7eb9bcffed7e61f015144fd182f