-
Notifications
You must be signed in to change notification settings - Fork 3
repeat
Ahmed Castro edited this page Aug 20, 2020
·
1 revision
Attribute | Type | Required | Default | Description |
---|---|---|---|---|
amount | integer |
✔ | Amount of times that the patterns will be repeated | |
attribute |
attribute's type |
✔ | Attribute to be changed, e.g. in {amount: "5", startup: "5", patterns:[..]} patterns will be repeated 3 times, in each repetition 5 frames will be added (first will be emited on frame 0, 2nd in frame 5 and third in 10) |
|
patterns | pattern[] | Single bullet pattern to be changed during repetition |
- Bold represents the Tags.
- Italic represents the attributes.
- [allows multiple] : The engine recognizes multiple sibling tags declarations.
- [integer] : The attribute is a numeric integer value. (examples: "128", "24", "53")
- [string] : The attribute is a text string value. (example: "Basic bullet", "misc/winner/1.png", "Chuy")
- [yes/no] : The attribute is a boolean "yes" or "no" vaule. (example: "yes", "no").
- [mandatory] : The attribute is mandatory and has to be defined.
- [default=X] : If the attribute is not defined, it will take the X value as default.