mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +08:00 
			
		
		
		
	Renamed doc to docs and minor language fixes
This commit is contained in:
		| @ -41,6 +41,7 @@ class Square extends PositionComponent with HasGameRef<MyGame> { | ||||
|  | ||||
|   @override | ||||
|   void update(double t) { | ||||
|     super.update(t); | ||||
|     angle += SPEED * t; | ||||
|     angle %= 2 * math.pi; | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo