go
This commit is contained in:
10
gymkhana/start_game.esc
Normal file
10
gymkhana/start_game.esc
Normal file
@@ -0,0 +1,10 @@
|
||||
:init
|
||||
# Play Escoria logo cutscene
|
||||
change_scene res://gymkhana/rooms/intro/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://gymkhana/rooms/home/room01.tscn
|
||||
Reference in New Issue
Block a user