mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 08:56:01 +08:00 
			
		
		
		
	Making velocities and deltas have the game and global values (#769)
* Making velocities and deltas have the game and global values * Re adding code metircs * Re adding code metircs * Update packages/flame/lib/src/gestures/events.dart Co-authored-by: Luan Nico <luanpotter27@gmail.com> * Renaming example variable * fixing example * Linting Co-authored-by: Luan Nico <luanpotter27@gmail.com>
This commit is contained in:
		| @ -2,7 +2,6 @@ import 'package:dashbook/dashbook.dart'; | ||||
| import 'package:flame/game.dart'; | ||||
|  | ||||
| import '../../commons/commons.dart'; | ||||
| import 'camera_and_viewport.dart'; | ||||
| import 'nine_tile_box.dart'; | ||||
| import 'particles.dart'; | ||||
| import 'timer.dart'; | ||||
| @ -29,10 +28,5 @@ void addUtilsStories(Dashbook dashbook) { | ||||
|       'Particles', | ||||
|       (_) => GameWidget(game: ParticlesGame()), | ||||
|       codeLink: baseLink('utils/particles.dart'), | ||||
|     ) | ||||
|     ..add( | ||||
|       'Camera & Viewport', | ||||
|       (_) => GameWidget(game: CameraAndViewportGame()), | ||||
|       codeLink: baseLink('utils/camera_and_viewport.dart'), | ||||
|     ); | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Erick
					Erick