mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 08:56:01 +08:00 
			
		
		
		
	docs: Move flame_forge2d examples to main examples (#1588)
This commit is contained in:
		| @ -2,6 +2,7 @@ import 'package:dashbook/dashbook.dart'; | ||||
| import 'package:flutter/material.dart'; | ||||
|  | ||||
| import 'stories/animations/animations.dart'; | ||||
| import 'stories/bridge_libraries/forge2d/flame_forge2d.dart'; | ||||
| import 'stories/camera_and_viewport/camera_and_viewport.dart'; | ||||
| import 'stories/collision_detection/collision_detection.dart'; | ||||
| import 'stories/components/components.dart'; | ||||
| @ -37,5 +38,8 @@ void main() async { | ||||
|   addUtilsStories(dashbook); | ||||
|   addWidgetsStories(dashbook); | ||||
|  | ||||
|   // Bridge package examples | ||||
|   addForge2DStories(dashbook); | ||||
|  | ||||
|   runApp(dashbook); | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo