update resolution resources formatting

This commit is contained in:
Michael 2019-01-02 14:02:53 -08:00
parent b3569ce5a2
commit f570122ecd
2 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
``` ```ini
[Preset] [Preset]
name = 1920x1080 (Default) name = 1920x1080 (Default)
$width = 1920 $width = 1920
@ -6,7 +6,7 @@ $height = 1080
$gameWidth = 1920 $gameWidth = 1920
$gameHeight = 1080 $gameHeight = 1080
// Performance # Performance
[Preset] [Preset]
name = 320x180 name = 320x180
@ -36,7 +36,7 @@ $height = 720
$gameWidth = 1920 $gameWidth = 1920
$gameHeight = 1080 $gameHeight = 1080
// Common HD Resolutions # Common HD Resolutions
[Preset] [Preset]
name = 2560x1440 name = 2560x1440
@ -66,25 +66,25 @@ $height = 2880
$gameWidth = 1920 $gameWidth = 1920
$gameHeight = 1080 $gameHeight = 1080
//// THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS //// ## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS
// Common Ultrawide Resolutions # Common Ultrawide Resolutions
[Preset] [Preset]
name = 2560x1080 ("21:9") name = 2560x1080 (Ultrawide)
$width = 2560 $width = 2560
$height = 1080 $height = 1080
$gameWidth = 1920 $gameWidth = 1920
$gameHeight = 1080 $gameHeight = 1080
[Preset] [Preset]
name = 3440x1440 ("21:9") name = 3440x1440 (Ultrawide)
$width = 3440 $width = 3440
$height = 1440 $height = 1440
$gameWidth = 1920 $gameWidth = 1920
$gameHeight = 1080 $gameHeight = 1080
// Common 16:10 Resolutions # Common 16:10 Resolutions
[Preset] [Preset]
name = 1440x936 (16:10) name = 1440x936 (16:10)

View File

@ -1,4 +1,4 @@
``` ```ini
[Preset] [Preset]
name = 1280x720 (Default) name = 1280x720 (Default)
$width = 1280 $width = 1280
@ -6,7 +6,7 @@ $height = 720
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $gameHeight = 720
// Performance # Performance
[Preset] [Preset]
name = 320x180 name = 320x180
@ -29,7 +29,7 @@ $height = 540
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $gameHeight = 720
// Common HD Resolutions # Common HD Resolutions
[Preset] [Preset]
name = 1920x1080 name = 1920x1080
@ -66,25 +66,25 @@ $height = 2880
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $gameHeight = 720
//// THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS //// ## THE FOLLOWING REQUIRE A GAME PATCH (patches.txt) FOR CUSTOM ASPECT RATIOS
// Common Ultrawide Resolutions # Common Ultrawide Resolutions
[Preset] [Preset]
name = 2560x1080 ("21:9") name = 2560x1080 (Ultrawide)
$width = 2560 $width = 2560
$height = 1080 $height = 1080
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $gameHeight = 720
[Preset] [Preset]
name = 3440x1440 ("21:9") name = 3440x1440 (Ultrawide)
$width = 3440 $width = 3440
$height = 1440 $height = 1440
$gameWidth = 1280 $gameWidth = 1280
$gameHeight = 720 $gameHeight = 720
// Common 16:10 Resolutions # Common 16:10 Resolutions
[Preset] [Preset]
name = 1440x900 (16:10) name = 1440x900 (16:10)