mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	feat: Add FpsComponent and FpsTextComponent (#1595)
				
					
				
			This commit is contained in:
		| @ -16,7 +16,7 @@ void main() { | ||||
|   runApp(GameWidget(game: ExampleGame())); | ||||
| } | ||||
|  | ||||
| class ExampleGame extends OxygenGame with FPSCounter { | ||||
| class ExampleGame extends OxygenGame { | ||||
|   @override | ||||
|   Future<void> init() async { | ||||
|     if (kDebugMode) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo