Teenage Mutant Ninja Turtles MET: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== MET == * ''' Game ''': Teenage Mutant Ninja Turtles <br> * ''' Format Type ''': Text File <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] '''...") |
imported>Ikskoks |
||
| Line 15: | Line 15: | ||
number_of_characters * | number_of_characters * | ||
{ | { | ||
number - ascii number (32-127) | number - ascii number (32-127) | ||
number - left end of the character (in pixels) | number - left end of the character (in pixels) | ||
number - top end of the character (in pixels) | number - top end of the character (in pixels) | ||
number - right end of the character (in pixels) | number - right end of the character (in pixels) | ||
number - bottom end of the character (in pixels) | number - bottom end of the character (in pixels) | ||
# - separator | # - separator | ||
'char' - character | 'char' - character | ||
} | } | ||
</pre> | </pre> | ||
=== MultiEx BMS Script === | === MultiEx BMS Script === | ||
Revision as of 21:02, 12 October 2020
MET
- Game : Teenage Mutant Ninja Turtles
- Format Type : Text File
- Endian Order : Little Endian
Format Specifications
// font.met file structure
1st line - metric title
2nd line - font images filenames
3rd line - unknown
number_of_characters *
{
number - ascii number (32-127)
number - left end of the character (in pixels)
number - top end of the character (in pixels)
number - right end of the character (in pixels)
number - bottom end of the character (in pixels)
# - separator
'char' - character
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Compatible Programs