Difference between revisions of "Tidalis:0.417 Beta Release"
Jump to navigation
Jump to search
(→Misc) |
|||
Line 17: | Line 17: | ||
* The game mode selection area in the custom game screen is now two rows high instead of just one, which is needed now that there are more than 12 game modes. | * The game mode selection area in the custom game screen is now two rows high instead of just one, which is needed now that there are more than 12 game modes. | ||
+ | |||
+ | * Cutscenes are always now shown in an 800x600 view that is centered on the screen with letterboxing. This gives a slight cinematic look, but mainly it lets us ensure that the scene makes visual sense at any resolution. | ||
== Bugfixes == | == Bugfixes == |
Revision as of 12:12, 23 May 2010
Contents
New & Updated Levels
New & Updated Art/Music/Sound
Gameplay Additions
Gameplay Updates
New Level Editor Features
Misc
- The game mode selection area in the custom game screen is now two rows high instead of just one, which is needed now that there are more than 12 game modes.
- Cutscenes are always now shown in an 800x600 view that is centered on the screen with letterboxing. This gives a slight cinematic look, but mainly it lets us ensure that the scene makes visual sense at any resolution.
Bugfixes
Internal Programming Notes
- The Width and Height properties on Game.Instance have been split into ActualWidth/Height and EffectiveWidth/Height on GameDisplay.Instance in order to allow for letterboxing in any chosen resolution.
- The EffectiveTop/Left on GameDisplay.Instance is for use with the mouse cursor on non-GUI elements, and otherwise just sets some properties on the UnityRenderer to do global offsetting.