mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	refactor: Move to package imports (#1625)
* refactor: Move to package imports * Fix local imports * Removed unused imports
This commit is contained in:
		| @ -2,16 +2,15 @@ import 'dart:math'; | ||||
|  | ||||
| import 'package:flame/game.dart'; | ||||
| import 'package:flame_oxygen/flame_oxygen.dart'; | ||||
| import 'package:flame_oxygen_example/component/timer_component.dart'; | ||||
| import 'package:flame_oxygen_example/component/velocity_component.dart'; | ||||
| import 'package:flame_oxygen_example/system/debug_system.dart'; | ||||
| import 'package:flame_oxygen_example/system/kawabunga_system.dart'; | ||||
| import 'package:flame_oxygen_example/system/move_system.dart'; | ||||
| import 'package:flame_oxygen_example/system/sprite_system.dart'; | ||||
| import 'package:flutter/foundation.dart'; | ||||
| import 'package:flutter/material.dart'; | ||||
|  | ||||
| import 'component/timer_component.dart'; | ||||
| import 'component/velocity_component.dart'; | ||||
| import 'system/debug_system.dart'; | ||||
| import 'system/kawabunga_system.dart'; | ||||
| import 'system/move_system.dart'; | ||||
| import 'system/sprite_system.dart'; | ||||
|  | ||||
| void main() { | ||||
|   runApp(GameWidget(game: ExampleGame())); | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo