Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: Duncan Brown <duncan@bhs-consultants.com>
55 lines
1.2 KiB
Plaintext
55 lines
1.2 KiB
Plaintext
:init
|
||
|
||
play_snd res://game/sfx/Game-Menu_Looping.mp3 _music
|
||
|
||
# Showing main menu with automatic transition DISABLED
|
||
show_menu main
|
||
|
||
|
||
|
||
:newgame
|
||
|
||
# 1/ Simple scene
|
||
change_scene res://game/rooms/room01/room01.tscn
|
||
|
||
# 2/ Button bridge
|
||
#change_scene res://game/rooms/room02/room02.tscn
|
||
|
||
# 3/ Broken button
|
||
#change_scene res://game/rooms/room03/room03.tscn
|
||
|
||
# 4/ wide room
|
||
#change_scene res://game/rooms/room04/room04.tscn
|
||
|
||
# 5/ items rooms
|
||
#change_scene res://game/rooms/room05/room05.tscn
|
||
|
||
# 6/ character room
|
||
#change_scene res://game/rooms/room06/room06.tscn
|
||
|
||
# 7/ long room with camera shift to object 2 if look on object 1
|
||
# and stairs with camera shift too
|
||
#change_scene res://game/rooms/room07/room07.tscn
|
||
|
||
# 8/ puzzle in superposed scene
|
||
#change_scene res://game/rooms/room08/room08.tscn
|
||
|
||
# 9/ Indy4 3 closets
|
||
#change_scene res://game/rooms/room09/room09.tscn
|
||
|
||
# 10/
|
||
#change_scene res://game/rooms/room10/room10.tscn
|
||
|
||
# 11/ Event flags tests
|
||
#change_scene res://game/rooms/room11/room11.tscn
|
||
|
||
# 12/ Event flags tests 2
|
||
#change_scene res://game/rooms/room12/room12.tscn
|
||
|
||
# 13/
|
||
#change_scene res://game/rooms/room13/room13.tscn
|
||
|
||
# 14/
|
||
#change_scene res://game/rooms/room14/room14.tscn
|
||
|