Future<GBitmap> loadLocalImage(String path) async { final texture = await ResourceLoader.loadTexture(path); return GBitmap(texture); }