README: Typo
This commit is contained in:
		
							parent
							
								
									8702afedfc
								
							
						
					
					
						commit
						2538ae4224
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -81,7 +81,7 @@ mkxp reads configuration data from the file "mkxp.conf" contained in the current
 | 
				
			||||||
| defScreenW       | int         | 640     | Width the game window starts in (this is **not** the game resolution)           |
 | 
					| defScreenW       | int         | 640     | Width the game window starts in (this is **not** the game resolution)           |
 | 
				
			||||||
| defScreenH       | int         | 480     | Height the game window starts in                                                |
 | 
					| defScreenH       | int         | 480     | Height the game window starts in                                                |
 | 
				
			||||||
| fixedFramerate   | int         | 0       | FPS will be fixed to this amount. Ignored if 0.                                 |
 | 
					| fixedFramerate   | int         | 0       | FPS will be fixed to this amount. Ignored if 0.                                 |
 | 
				
			||||||
| frameSkip        | bool        | true    | Don't skip frames to catch up (useful eg. with Valgrind)                        |
 | 
					| frameSkip        | bool        | true    | Skip frames to catch up (useful to disable eg. with Valgrind)                   |
 | 
				
			||||||
| solidFonts       | bool        | false   | Don't use alpha blending for fonts                                              |
 | 
					| solidFonts       | bool        | false   | Don't use alpha blending for fonts                                              |
 | 
				
			||||||
| gameFolder       | string      | "."     | mkxp will look for all game related files here                                  |
 | 
					| gameFolder       | string      | "."     | mkxp will look for all game related files here                                  |
 | 
				
			||||||
| allowSymlinks    | bool        | false   | Allow symlinks to be followed in the game folder.                               |
 | 
					| allowSymlinks    | bool        | false   | Allow symlinks to be followed in the game folder.                               |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue