-
Notifications
You must be signed in to change notification settings - Fork 0
Bullet
OmegaX edited this page Jan 3, 2021
·
12 revisions
Bullets are the Projectiles on screen used in Bullet Hell games and are responsible for the beautiful patterns you see in games like Touhou.
All Bullets contain the following properties:
Name | Data Type | Description |
---|---|---|
Barrage Group | String | The Barrage Group this Bullet belong to. |
Sprite | Asset | The Current Sprite of the Bullet. |
Sprite Index | Real | The Current Sprite Index of the Bullet. |
AnimSpeed | Real | The rate at which the Bullet sprite animates. (1 being 100% speed) |
X | Real | The Current X Position of the Bullet. |
Y | Real | The Current Y Position of the Bullet. |
Concepts
API