Reference example implementation from docs

This commit is contained in:
Lukas Klingsbo
2019-08-02 11:36:43 -06:00
parent e93862904a
commit 19a8a1fa58

View File

@ -166,6 +166,8 @@ Once you are done with setting the parameters to your needs, render the Parallax
Like the AnimationComponent, even if your parallax is static, you must call update on this component, so it runs its animation.
Also, don't forget to add you images to the `pubspec.yaml` file as assets or they wont be found.
An example implementation can be found in the [examples directory](https://github.com/flame-engine/flame/tree/master/doc/examples/parallax).
## Box2D Component
Flame comes with a basic integration with the Flutter implementation of [Box2D](https://github.com/google/box2d.dart).