Entities
Last updated
Last updated
FlatRedBall Entities are used in every FlatRedBall Game. An entity is a reusable definition which you can instantiate (create copies) in your screens. Examples of entities are:
Player
Enemy
Coin (something you can collect)
Bullet (something that can deal damage)
To create a new Entity:
Right-click on the Entities folder
Select Add Entity
Select the desired options for the entity in the pop-up window
Click OK