We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eac38 commit 7255c85Copy full SHA for 7255c85
src/scene/sprite.js
@@ -23,7 +23,7 @@ const spriteIndices = [
23
* @class
24
* @name Sprite
25
* @augments EventHandler
26
- * @classdesc A Sprite is contains references to one or more frames of a {@link TextureAtlas}.
+ * @classdesc A Sprite contains references to one or more frames of a {@link TextureAtlas}.
27
* It can be used by the {@link SpriteComponent} or the {@link ElementComponent} to render a
28
* single frame or a sprite animation.
29
* @param {GraphicsDevice} device - The graphics device of the application.
0 commit comments