-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Should not programmatically rotate the sprites for bullets.
In this case, probably fine to not change the sprite based on the angle. But in general, for other sprite types, should not create a new copy of the sprite for each entity. Instead, we should maintain a static cache of sprites, and allow each entity to have a reference to one of these sprites.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels