12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
:init
|
|
# Play Escoria logo cutscene
|
|
# change_scene res://gymkhana/rooms/intro/intro_room.tscn false
|
|
show_menu main
|
|
# When control is passed back after the logo, start the music
|
|
play_snd res://gymkhana/sounds/music_loop.ogg _music
|
|
|
|
:newgame
|
|
# 1/ Simple scene
|
|
set_global new_game true
|
|
change_scene res://gymkhana/rooms/turno_cocina/cocina_delante/cocina_delante.tscn
|