BulletFactory and BulletPool #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Have the SceneManager provide a bullet pool to regulate how many bullets are in play at one time.
The bullet factory should receive the position the bullet should be placed at, and the speed the bullet should move.
'func makeBullet(position, speed):`
The bullet should be requested by the Character, who supplies the position of the bullet spawn point, and the speed based on whether they are turned left or right.