Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Sprites

Samuel Rasquinha edited this page Jun 17, 2020 · 1 revision

What are sprites ?

In GLGame, sprites are just textures or animations that be applied to a GLGame::Object or added to a scene using the scene editor.

While creating a GLGame::Sprite an id and texture is necessary and taken in through the constructor.

Clone this wiki locally