mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	 10df590cc9
			
		
	
	10df590cc9
	
	
	
		
			
			This small PR adjusts: 1. some `backticks` (`) in the platformer tutorial in order to have a proper highlight of the file names. 2. replaces backslash (`\`) with slash (`/`) in order to be consistent with the other file paths used in the tutorial. 3. renames the variable `_xOffset` to `xOffset` in order to be consistent with the rest of the code. Co-authored-by: Rodrigo Castro <rodrigo.desouzacastro@bahag.com>