Initial commit of the TextureCreator
This commit is contained in:
parent
a5e2744fc0
commit
707d234e2b
39 changed files with 1547 additions and 0 deletions
18
TextureCreator/scripts/_special.script
Normal file
18
TextureCreator/scripts/_special.script
Normal file
|
@ -0,0 +1,18 @@
|
|||
jumpToCell 0 9
|
||||
|
||||
loadFont fonts/DejaVu/DejaVu.ttf
|
||||
|
||||
drawChars ▲◀▼▶○◔◑◕●
|
||||
drawChars ↑←↓→↺↻☐☑☒
|
||||
drawChars ↕↔♀♂⚠
|
||||
drawChars ♪♫♠♣♥♦⚀⚁⚂⚃⚄⚅✔✘☺☹
|
||||
|
||||
|
||||
jumpToCell 24 11
|
||||
|
||||
loadFont fonts/FreeSerif/FreeSerif.ttf
|
||||
|
||||
drawChars ℹ❌⌖∡⌛⌚
|
||||
|
||||
# Revert to the font currently being processed.
|
||||
loadFont
|
Loading…
Add table
Add a link
Reference in a new issue