forked from babelshift/BulletMLLib
-
Notifications
You must be signed in to change notification settings - Fork 15
bulletml
dmanning23 edited this page Jun 4, 2013
·
3 revisions
Defines the BulletML's body. This is the top level node!
- Attribute - type = (none | vertical | horizontal)
A "type" attribute specifies that this barrage is for vertical scroll shooting or horizontal scroll shooting. This defaults to "none" and honestly isn't really used in BulletMLLib for anything.
- Contents - (bullet | action | fire)*
A bulletml element can contain zero or more occurrences of "bullet", "action", "header", or "fire" elements.