Mejoras a la gestiĆ³n de los objetos de pantalla
[tajundrathegame.git] / stage_01_tutorial1.st
blobbccd3de52d41543da9d746ee495ccd788bb429b7
1 %BlockSize 32 32
2 %Texture N dragonN1.png
3 %Texture R dragonR1.png
4 %Texture V dragonV2.png
6 %Texture M pedrusco_cal1.png
7 %Texture N pedrusco_cal2.png
8 %Texture m pedrusco_cal3.png
9 %Texture n pedrusco_cal4.png
11 %Texture b pedrusco1.png
12 %Texture B pedrusco1M.png
14 %Texture t tierra1.png
15 %Texture r tierra2.png
16 %Texture p portal.png
17 %Texture P portal_abierto.png
18 %Texture Z piedra_runaz.png
19 %Texture z runaz.png
21 %CreateTajundraWithLife 120
23 %StageTitle Tutorial 1 - The Basics
25 %StageData 20 15
26 [                    ]
27 [@     bb            ]
28 [ttrtrttrtrtttrtr    ]
29 [                    ]
30 [     B       ttrtrtt]
31 [  trtrtrr           ]
32 [          bbbb      ]
33 [tr     z            ]
34 [   bbtrttr          ]
35 [ bb      btr        ]
36 [           br    Z  ]
37 [               btrtb]
38 [              bbbbbb]
39 [ p           bbbbbbb]
40 [rtrtrtrtrtrtrtrtrtrt]
42 %PlaceText 1 0
43 [                ]
44 [Remeber: use up arrow to jump]
46 %PlaceText 15 5
47 [Tajundra has limited life]
48 [If you don't complete the level]
49 [in 120 seconds, you'll die.]
51 %PlaceText 4 6
52 [The goal of the game is to collect]
53 [each rune of the level, and put it]
54 [on top of each rune stone.]
56 %PlaceText 13 8
57 [Now touch the stone.]
59 %PlaceText 0 12
60 [When al runes are in place, the]
61 [portal will open. Enter the portal]
62 [to complete the level]
65 %NextStage stage_02_tutorial2.st