updates to Hello World

This commit is contained in:
AJ Kelly
2011-09-10 12:13:41 -05:00
parent fc0ee6543b
commit d1c9a9d7f1
7 changed files with 92 additions and 8 deletions
+21 -2
View File
@@ -109,10 +109,13 @@ ScrollerTransform=function(self,offset,itemIndex,numItems) self:y((itemIndex-(nu
[GuideBase]
Class="ScreenSelectMaster"
Fallback="ScreenSelectMaster"
PrevScreen="ScreenGuideMain"
## Metrics
[GuideMetrics]
Fallback="GuideBase"
### Metrics
### Languages
## Fonts
[GuideFonts]
@@ -188,6 +191,7 @@ ScrollerTransform=function(self,offset,itemIndex,numItems) self:y((itemIndex-(nu
[ReferenceBase]
Class="ScreenSelectMaster"
Fallback="ScreenSelectMaster"
PrevScreen="ScreenReferenceMain"
## Screens
[ReferenceScreens]
@@ -272,10 +276,25 @@ Fallback="ReferenceBase"
### Trail
[ReferenceTrail]
### and a ton of missing stuff
### and a ton of other missing stuff
################################################################################
# [tutor] Tutorials are guides to implementing specific things #
# All tutorial pages aside from ScreenTutorialMain MUST be prefixed with "Tutorial"
# in order to differentiate them from the core screens.
[ScreenTutorialMain]
Class="ScreenSelectMaster"
Fallback="ScreenSelectMaster"
PrevScreen="ScreenTitleMenu"
AllowRepeatingInput=true
# todo: figure out what tutorials
# modifying header position
HeaderY=SCREEN_TOP+72
# todo: figure out what tutorials
# tutorial base screen (you know the drill by now -aj) #
[TutorialBase]
Class="ScreenSelectMaster"
Fallback="ScreenSelectMaster"
PrevScreen="ScreenTutorialMain"