mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
version=2
|
|
@screen.fadeout(35)
|
|
@sound.play(enter)
|
|
@Player.Warp(gyms\blackthorn_gym_1.dat,7,1.1,7,0)
|
|
@level.update
|
|
@screen.fadein(35)
|
|
@player.setmovement(0,-1,0)
|
|
@player.move(1)
|
|
@sound.play(destroy)
|
|
:end |