scar
  • The scar game library
  • Application Structure
    • App
    • Scenes
    • Spaces
    • Entities
    • Components
    • Systems
    • Objects
    • Drawing
    • Events
  • Builtin Features
    • Actions
    • Assets
    • Config
    • Input
    • Logger
    • Music
    • Tweens
    • Util
    • Vectors & Rects
  • Builtin Components
    • Text
    • Sprite
    • Animated Sprite
  • Builtin Systems
    • Animate Sprites
Powered by GitBook
On this page

Was this helpful?

  1. Builtin Components

Sprite

Scar::Components:Sprite is a drawable which you can assign a texture to. It then gets drawn at the entities position. You can also specify a texture_rect if you want.

PreviousTextNextAnimated Sprite

Last updated 5 years ago

Was this helpful?