Difference between revisions of "Tidalis:0.417 Beta Release"
Jump to navigation
Jump to search
(→Misc) |
|||
Line 23: | Line 23: | ||
== Internal Programming Notes == | == 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. | ||
[[Tidalis]] | [[Tidalis]] |
Revision as of 11:20, 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.
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.