gdxapp4d/gdxapp4d-lib/gdxapp4d-lib-unicodezd/src/main/java/love/distributedrebirth/unicode4d/CodePointCommandᶻᴰ.java

24 lines
500 B
Java
Raw Normal View History

package love.distributedrebirth.unicode4d;
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
public enum CodePointCommandᶻᴰ {
NOP,
2022-02-21 00:41:24 +01:00
START_LR, // PART_1 = modifier
START_RL,
START_TB,
START_BT,
UNICODE,
NUMBER,
ADVANCE,
XY_MIN,
XY_MAX,
XY_COLOR, // PART_1 = 64 colors, PART_2 = 5 contrast levels
XY_ON_CURVE_START,
XY_OFF_CURVE_START,
XY_ON_CURVE,
XY_OFF_CURVE,
XY_SPACE
}