mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +08:00 
			
		
		
		
	refactor classes in game.dart to separate files
This commit is contained in:
		| @ -217,7 +217,7 @@ class MyGame extends BaseGame { | ||||
|     return Particle.generate( | ||||
|       count: 5, | ||||
|       generator: (i) => MovingParticle( | ||||
|         curve: Interval(.2, .6, curve: Curves.easeInOutCubic), | ||||
|         curve: const Interval(.2, .6, curve: Curves.easeInOutCubic), | ||||
|         to: randomCellOffset() * .5, | ||||
|         child: CircleParticle( | ||||
|           radius: 5 + rnd.nextDouble() * 5, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Erlend Fagerheim
					Erlend Fagerheim