File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ defmodule Scenic.Primitive.Sprites do
43
43
Sprites are common in the game industry and can be used to
44
44
create animations, manage large numbers of small images and more.
45
45
46
- For example, in many games a character walking is built as a series
46
+ For example, in many games a character walking is built as a series
47
47
of frames in an animation that all live together in a single image
48
48
file. When it comes time to draw, the different frames are rendered
49
- to the screen on after the other to give the appearance that the
49
+ to the screen one after the other to give the appearance that the
50
50
character is animating.
51
51
52
52
A simpler example would be an image of a device with a blinking
You can’t perform that action at this time.
0 commit comments