Hello.
1. Added support #color(%d,%d,%d) tag. (src/emu/ui/ui.cpp)
- change text color.
2. Added support #glyph(%d) tag. (src/emu/ui/ui.cpp)
- replace command list glyph character. (0xe000 + %d)
But It's not completed.
example) command list of pong game driver.
$info=pong,pongf,pongd
$cmd
TEST WIP
-----------------------------------------------
This is #color(%d,%d,%d) tag. (change text color)
#color(255,0,0)RED COLOR #color(0,255,0)BLUE COLOR #color(0,0,255) GREEN COLOR
This is #glyph(%d) tag. (replace command list glyph)
#glyph(2) 2nd Glyph
#glyph(3) 3rd Glyph
#glyph(4) 4th Glyph
-----------------------------------------------
http://cmdlist.com
[Posted by: CmdList]