mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	refactor: Remove Loadable, optional onLoads (#1333)
This commit is contained in:
		| @ -17,7 +17,6 @@ class DebugExample extends FlameGame with FPSCounter { | ||||
|  | ||||
|   @override | ||||
|   Future<void> onLoad() async { | ||||
|     await super.onLoad(); | ||||
|     final flameLogo = await loadSprite('flame.png'); | ||||
|  | ||||
|     final flame1 = LogoComponent(flameLogo); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Pasha Stetsenko
					Pasha Stetsenko