-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathmaze.xml
More file actions
46 lines (46 loc) · 1.21 KB
/
maze.xml
File metadata and controls
46 lines (46 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<Extensions>
<Version>1.4</Version>
<Panel>
<Icon>Disc</Icon>
<Type>Home</Type>
<Page>
<Name>Play the Maze</Name>
<Row>
<Name>Instructions</Name>
<Widget>
<WidgetId>instructions</WidgetId>
<Name>Then here you are, lost in an hostile maze, looking for the treasure. Pick a direction...</Name>
<Type>Text</Type>
<Options>size=4;align=left;fontSize=normal</Options>
</Widget>
</Row>
<Row>
<Name>Pick a direction</Name>
<Widget>
<WidgetId>directions</WidgetId>
<Name>help</Name>
<Type>DirectionalPad</Type>
<Options>size=4</Options>
</Widget>
</Row>
<Row>
<Name>Restart</Name>
<Widget>
<WidgetId>restart</WidgetId>
<Name>play again</Name>
<Type>Button</Type>
<Options>size=2</Options>
</Widget>
<Widget>
<WidgetId>unused</WidgetId>
<Name> </Name>
<Type>Text</Type>
<Options>size=2</Options>
</Widget>
</Row>
<PageId>PlayMaze</PageId>
<Options>hideRowNames=0</Options>
</Page>
<Name>Play</Name>
</Panel>
</Extensions>