mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
Work around Flutter bug for ColorEffect and fix broken links (#1178)
* Fix `ColorEffect` Flutter bug and example links * Remove accidental code * Fix `ColorEffect` test
This commit is contained in:
@ -17,7 +17,7 @@ void addParallaxStories(Dashbook dashbook) {
|
||||
..add(
|
||||
'Basic',
|
||||
(_) => GameWidget(game: BasicParallaxExample()),
|
||||
codeLink: baseLink('parallax/basic_animation_example.dart'),
|
||||
codeLink: baseLink('parallax/basic_parallax_example.dart'),
|
||||
info: BasicParallaxExample.description,
|
||||
)
|
||||
..add(
|
||||
|
||||
Reference in New Issue
Block a user