small fixes and adjustments
This commit is contained in:
parent
556a765361
commit
114a73168a
|
@ -103,7 +103,7 @@
|
||||||
@npc.move(0,4)
|
@npc.move(0,4)
|
||||||
@npc.turn(0,2)
|
@npc.turn(0,2)
|
||||||
|
|
||||||
@text.show(Hello, sorry to~keep you waiting!*Welcome to the~world of Pokémon!*My name is Oak.~People call me~Pokémon Professor.*This world is inhabited~by creatures that~we call...)
|
@text.show(Hello, sorry to~keep you waiting!*Welcome to the~world of Pokémon!*My name is Oak.~People call me~the Pokémon Professor.*This world is inhabited~by creatures that~we call...)
|
||||||
@screen.fadeout(20)
|
@screen.fadeout(20)
|
||||||
@camera.set(20,3,4,3.36,-0.59)
|
@camera.set(20,3,4,3.36,-0.59)
|
||||||
@camera.update
|
@camera.update
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
@npc.move(3,2)
|
@npc.move(3,2)
|
||||||
@sound.play(enter)
|
@sound.play(enter)
|
||||||
|
|
||||||
@text.show(This is your home~in New Bark Town,~you live there~with your mother~right next to Professor Elm.)
|
@text.show(This is your home~in New Bark Town.~You live there~with your mother~right next to Professor Elm.)
|
||||||
|
|
||||||
@screen.fadeout(20)
|
@screen.fadeout(20)
|
||||||
@camera.set(9,1.5,11.5,0,0-0.4)
|
@camera.set(9,1.5,11.5,0,0-0.4)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue