Browse Source

Changed subheader depth

Björn Ritzl 6 years ago
parent
commit
bd7e7c2b9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/en/manuals/windows.md

+ 2 - 2
docs/en/manuals/windows.md

@@ -11,12 +11,12 @@ Developing Defold applications for the Windows platform is a straight forward pr
 
 Windows specific application configuration is done from the [Windows section](/manuals/project-settings/#_windows) of the *game.project* settings file.
 
-### Application icon
+## Application icon
 
 The application icon used for a Windows game must be in the .ico format. You can easily create a .ico file from a .png file using an online tool such as [ICOConvert](https://icoconvert.com/). Upload an image and use the following icon sizes:
 
 ![Windows icon sizes](images/windows/windows-icon.png)
 
-### Facebook Gameroom
+## Facebook Gameroom
 
 Facebook Gameroom for PC gaming is a Windows-native client available as a free download for players worldwide. Within Facebook Gameroom, players can experience both web games and also native games built exclusively for the platform. When bundling for Windows there is an option in the *game.project* settings file to select Gameroom as an IAP provider. Learn more about Facebook Gameroom in the [Gameroom manual](/manuals/gameroom).