Difference between revisions of "Tidalis:0.417 Beta Release"
Jump to navigation
Jump to search
(→Misc) |
(→Misc) |
||
Line 27: | Line 27: | ||
* The "Next Level / Back To Adventure Map / Next Tutorial" button has been moved to the very bottom right of the screen. | * The "Next Level / Back To Adventure Map / Next Tutorial" button has been moved to the very bottom right of the screen. | ||
+ | |||
+ | * The tutorial text window now has a default minimum size that keeps it from getting too tiny. | ||
+ | |||
+ | * The game board now scales down visually if it has to based on there not being enough vertical space. This is useful so that the tutorial text can be shown properly without having to shrink the game board just to accommodate the smallest screen resolutions. | ||
== Bugfixes == | == Bugfixes == |
Revision as of 21:00, 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.
- The Help button has moved to the top of the screen rather than the bottom, with the other buttons.
- The buttons at the top of the screen have had some size adjustments, and now automatically slide around as needed based on which are visible and which are not (to keep things as compact as possible.
- The Pause button has been removed, as it had the same function as the menu/resume button, which was more clear (most players were seeming to miss the pause button entirely).
- The "Next Level / Back To Adventure Map / Next Tutorial" button has been moved to the very bottom right of the screen.
- The tutorial text window now has a default minimum size that keeps it from getting too tiny.
- The game board now scales down visually if it has to based on there not being enough vertical space. This is useful so that the tutorial text can be shown properly without having to shrink the game board just to accommodate the smallest screen resolutions.
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.