Super Mario 3D World Circus inital scale

Thanks getdls for your rulesGen program, it helped a lot with this
There are still a few issues left with the stage such as effects like bloom suddenly dissapearing, but now the stage should look a lot better
This commit is contained in:
Michael 2019-01-03 23:42:15 -08:00
parent fb372a1842
commit ac0795526f
4 changed files with 1009 additions and 16 deletions

View File

@ -37,6 +37,13 @@ $gameHeight = 720
# Common HD Resolutions # Common HD Resolutions
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset] [Preset]
name = 1920x1080 name = 1920x1080
$width = 1920 $width = 1920

File diff suppressed because it is too large Load Diff

View File

@ -38,6 +38,13 @@ $gameHeight = 1080
# Common HD Resolutions # Common HD Resolutions
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1920
$gameHeight = 1080
[Preset] [Preset]
name = 2560x1440 name = 2560x1440
$width = 2560 $width = 2560

View File

@ -31,6 +31,13 @@ $gameHeight = 720
# Common HD Resolutions # Common HD Resolutions
[Preset]
name = 1600x900
$width = 1600
$height = 900
$gameWidth = 1280
$gameHeight = 720
[Preset] [Preset]
name = 1920x1080 name = 1920x1080
$width = 1920 $width = 1920