mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 20:36: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,13 +17,13 @@ void addSystemStories(Dashbook dashbook) {
|
||||
..add(
|
||||
'Overlay',
|
||||
overlayBuilder,
|
||||
codeLink: baseLink('widgets/overlays_example.dart'),
|
||||
codeLink: baseLink('system/overlays_example.dart'),
|
||||
info: OverlaysExample.description,
|
||||
)
|
||||
..add(
|
||||
'Without FlameGame',
|
||||
(_) => GameWidget(game: NoFlameGameExample()),
|
||||
codeLink: baseLink('utils/without_flamegame_example.dart'),
|
||||
codeLink: baseLink('system/without_flamegame_example.dart'),
|
||||
info: NoFlameGameExample.description,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user