changed welcoming text
This commit is contained in:
parent
5f39ad963f
commit
b589f0df9a
@ -2,15 +2,15 @@ local story = {}
|
||||
|
||||
function story:start(engine)
|
||||
engine:loadLevel('01')
|
||||
|
||||
|
||||
local stopRomata = function()
|
||||
engine:stopAnimate('romata')
|
||||
engine:stopAnimate('romata')
|
||||
end
|
||||
|
||||
|
||||
engine:animate('romata', 'play')
|
||||
engine:playSound('gebet', false, stopRomata)
|
||||
|
||||
engine:showMessage('Du befindest dich auf einer sturmgebeutelten Insel. Wo ist denn nur die Milch?')
|
||||
|
||||
engine:showMessage('Du befindest dich auf einer sturmgebeutelten Insel. Wo ist denn nur der Met?')
|
||||
end
|
||||
|
||||
return story
|
||||
return story
|
||||
|
Loading…
Reference in New Issue
Block a user