mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
Merge branch 'develop'
This commit is contained in:
@ -20,6 +20,7 @@ class ParallaxRenderer {
|
||||
Future<Image> _load() {
|
||||
return Flame.images.load(filename).then((image) {
|
||||
this.image = image;
|
||||
return image;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user