Created
September 6, 2021 21:22
-
-
Save melissamcewen/9822b754cf1cbbb5f4e2168129c473f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meta: | |
id: bdt | |
file-extension: bdt | |
endian: le | |
seq: | |
- id: file_length | |
type: u4 | |
- id: version | |
type: u2 | |
- id: copyright | |
type: str | |
terminator: 0 | |
encoding: UTF-8 | |
- id: minx | |
type: s2 | |
- id: miny | |
type: s2 | |
- id: minz | |
type: s2 | |
- id: maxx | |
type: s2 | |
- id: maxy | |
type: s2 | |
- id: maxz | |
type: s2 | |
- id: tag | |
type: u2 | |
- id: balls | |
type: ballposition | |
repeat: expr | |
repeat-expr: 7 | |
types: | |
ballposition: | |
seq: | |
- id: x | |
type: s2 | |
- id: y | |
type: s2 | |
- id: z | |
type: s2 | |
- id: q1 | |
type: u2 | |
- id: q2 | |
type: u2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment