mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	fix commas
This commit is contained in:
		| @ -70,9 +70,14 @@ class _MyHomePageState extends State<MyHomePage> { | ||||
|             const Text('with a complex widget tree and also'), | ||||
|             const Text('some pretty sprite sheet animations :)'), | ||||
|             Flame.util.animationAsWidget( | ||||
|                 _position, | ||||
|                 animation.Animation.sequenced('minotaur.png', 19, | ||||
|                     textureWidth: 96.0, textureHeight: 96)), | ||||
|               _position, | ||||
|               animation.Animation.sequenced( | ||||
|                 'minotaur.png', | ||||
|                 19, | ||||
|                 textureWidth: 96.0, | ||||
|                 textureHeight: 96, | ||||
|               ), | ||||
|             ), | ||||
|             const Text('Neat, hum?'), | ||||
|             const Text( | ||||
|                 'By the way, you can also use static sprites as widgets:'), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Erlend Fagerheim
					Erlend Fagerheim