mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	chore: Remove deprecations for v1.9.0 (#2749)
Removes everything that was marked as deprecated and that should be removed for v1.9.0.
This commit is contained in:
		| @ -19,7 +19,7 @@ class ComponentParallaxExample extends FlameGame { | ||||
| class MyParallaxComponent extends ParallaxComponent<ComponentParallaxExample> { | ||||
|   @override | ||||
|   Future<void> onLoad() async { | ||||
|     parallax = await gameRef.loadParallax( | ||||
|     parallax = await game.loadParallax( | ||||
|       [ | ||||
|         ParallaxImageData('parallax/bg.png'), | ||||
|         ParallaxImageData('parallax/mountain-far.png'), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo