Skip to content

Commit

Permalink
Merge pull request #17 from MatusOllah/fix-typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
yohamta authored Feb 18, 2023
2 parents 586cca7 + 7c3d67c commit 384bd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ If you make its grid start on its first frame (using `left` and `top`), you can
// frame, image, offsets, border
gs := ganim8.NewGrid(32,98, 1024,768, 366,102, 1)

frames := gs.Framees("1-7",1)
frames := gs.Frames("1-7",1)
```
However that way you will get a submarine which "emerges", then "suddenly disappears", and emerges again. To make it look more natural, you must add some animation frames "backwards", to give the illusion
of "submersion". Here's the complete list:
Expand Down

0 comments on commit 384bd1e

Please sign in to comment.