Skip to content

Commit 84a323f

Browse files
committed
Box type improvements/fixes
fix not clearing type selector when selecting new object to edit fix no undo action for selecting type add sides_flat option where right/back/bottom sides are mirrored to match up with left/front/top sides (good for 0-width faces) improved code for setting box UVs (109 less lines of code AFTER adding another new type!)
1 parent 45ef93a commit 84a323f

2 files changed

Lines changed: 308 additions & 417 deletions

File tree

src/main/java/firemerald/mcms/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
public class Main
8282
{
8383
public static final String ID = "mcms";
84-
public static final String VERSION = "0.2.2";
85-
public static final String BUILD_DATE = "04/01/2022 21:49";
84+
public static final String VERSION = "0.2.3";
85+
public static final String BUILD_DATE = "04/01/2022 22:43";
8686
public static final Logger LOGGER = LogManager.getLogger("MCMS"); //the main logger;
8787
public static Main instance;
8888
public static final int MIN_W = 640, MIN_H = 480;

0 commit comments

Comments
 (0)