49 lines
757 B
Plaintext
49 lines
757 B
Plaintext
|
shot_image = "./playerlib/PlSheet_Lavender.png"
|
||
|
|
||
|
ShotData{
|
||
|
id = 0 // Dummy
|
||
|
rect = (0,0,0,0)
|
||
|
render = ALPHA
|
||
|
alpha = 0
|
||
|
collision = 32
|
||
|
}
|
||
|
|
||
|
// Option
|
||
|
|
||
|
ShotData{
|
||
|
id = 1
|
||
|
rect = (0, 192, 128, 384)
|
||
|
render = ALPHA
|
||
|
alpha = 255
|
||
|
collision = 0 // Hitbox of arrows is not centered on the sprite
|
||
|
}
|
||
|
|
||
|
// Fire1
|
||
|
|
||
|
ShotData{
|
||
|
id = 2
|
||
|
rect = (128, 192, 256, 384)
|
||
|
render = ALPHA
|
||
|
alpha = 255
|
||
|
collision = 64 // Hitbox of arrows is not centered on the sprite
|
||
|
}
|
||
|
|
||
|
// Fire2
|
||
|
|
||
|
ShotData{
|
||
|
id = 3
|
||
|
rect = (512, 192, 640, 384)
|
||
|
render = ALPHA
|
||
|
alpha = 255
|
||
|
collision = 64 // Hitbox of arrows is not centered on the sprite
|
||
|
}
|
||
|
|
||
|
// Fire0
|
||
|
|
||
|
ShotData{
|
||
|
id = 4
|
||
|
rect = (384, 192, 512, 384)
|
||
|
render = ALPHA
|
||
|
alpha = 255
|
||
|
collision = 64 // Hitbox of arrows is not centered on the sprite
|
||
|
}
|