11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
:init
|
|
# Play Escoria logo cutscene
|
|
change_scene res://game/rooms/sarrera/intro_room.tscn false
|
|
|
|
# When control is passed back after the logo, start the music
|
|
play_snd res://game/sfx/Game-Menu_Looping.mp3 _music
|
|
|
|
:newgame
|
|
# 1/ Simple scene
|
|
change_scene res://game/rooms/room01/room01.tscn
|