# Sprites 2D applications are made of **sprites**. ![Sprite sheet](media/SpriteEntity.png) The most efficient way to render sprites is to add them all to a **sprite sheet**, a single image. You can then define regions of the sprite sheet as different sprites in Game Studio's Sprite Editor. After you define sprites, you can add them to entities using sprite components and render them with scripts. ## In this section * [Import sprite sheets](import-sprite-sheets.md) * [Edit sprites](edit-sprites.md) * [Set sprite borders](set-sprite-borders.md) * [Use sprites](use-sprites.md)