* Added more Dink media, trying to get the html5 build to work "out of the box". Need to run media/update_media.bat to create the audio/interface dirs in bin!
git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1606 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
parent
a3aece1f5d
commit
8e575535ed
260 changed files with 2304 additions and 0 deletions
33
media/interface/font_normalx2.txt
Normal file
33
media/interface/font_normalx2.txt
Normal file
|
@ -0,0 +1,33 @@
|
|||
//A script for RTPack.exe to make an .rtfont file. To run it, do this: RTPack.exe -make_font <filename of this file.txt>
|
||||
|
||||
//Font image - if it's not already a .rttex, it will automatically convert to .rttex using -pvrt4444
|
||||
image|font_normalx2_00.png
|
||||
|
||||
//a .fnt data file created by Well Oiled Font Maker or Bitmap Font Generator, at the same time it makes the .bmp
|
||||
fnt_file|font_normalx2.fnt
|
||||
|
||||
blank_space_width|8
|
||||
|
||||
//outputfile will automatically be <filename of this file>.rtfont
|
||||
|
||||
// `format code specifications for inline font formatting (SANSI for those that remember the BBS days)
|
||||
|
||||
//add_format_color|<character code>,r,g,b
|
||||
|
||||
add_format_color|0|255, 255,255|//default
|
||||
add_format_color|1|61, 140, 193|//light blue
|
||||
|
||||
add_format_color|2|0, 160, 0|//dark green
|
||||
add_format_color|3|0, 160, 160|//dark cyan
|
||||
add_format_color|4|198, 5, 5vv|//dark red
|
||||
add_format_color|5|160, 0, 114|//dark purple
|
||||
add_format_color|6|210, 195, 172|//brown
|
||||
add_format_color|7|160, 160, 160|//gray
|
||||
add_format_color|8|132, 108, 70|//dark brown
|
||||
add_format_color|9|0, 0,255|//blue
|
||||
add_format_color|0|0, 255,0|//bright green
|
||||
add_format_color|!|0, 255,255|//bright cyan
|
||||
add_format_color|@|232, 0,0|//bright red
|
||||
add_format_color|#|232, 0,166|//bright purple
|
||||
add_format_color|$|252, 255,0|//bright yellow
|
||||
add_format_color|w|255, 255,255|//white
|
Loading…
Add table
Add a link
Reference in a new issue