First poc unicode4d encoded chars created
This commit is contained in:
parent
3e40820a58
commit
9008ea2f22
21 changed files with 1145 additions and 111 deletions
|
|
@ -0,0 +1,20 @@
|
|||
package love.distributedrebirth.unicode4d;
|
||||
|
||||
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
||||
|
||||
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
||||
public enum CodePointCommandᶻᴰ {
|
||||
NOP,
|
||||
START, // PART_1 = modifier, PART_2 = direction
|
||||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue