2021-09-17 15:04:05 +02:00
|
|
|
extends BaseUI
|
|
|
|
|
2021-10-18 23:49:38 +02:00
|
|
|
func _on_Save_pressed():
|
|
|
|
close()
|
2021-09-17 15:04:05 +02:00
|
|
|
|
2021-10-18 23:49:38 +02:00
|
|
|
func _on_VideoOptions_pressed():
|
|
|
|
enter_ui(preload("res://ui/menus/video_settings.tscn"))
|
2021-09-17 15:04:05 +02:00
|
|
|
|
|
|
|
|
2021-10-18 23:49:38 +02:00
|
|
|
func _on_SoundOptions_pressed():
|
|
|
|
enter_ui(preload("res://ui/menus/sound_settings.tscn"))
|
2021-09-17 15:04:05 +02:00
|
|
|
|
|
|
|
|
2021-10-18 23:49:38 +02:00
|
|
|
func _on_MeccOptions_pressed():
|
|
|
|
pass # Replace with function body.
|
2021-09-17 15:04:05 +02:00
|
|
|
|
|
|
|
|
2021-10-18 23:49:38 +02:00
|
|
|
func _on_ReaperOptions_pressed():
|
|
|
|
enter_ui(preload("res://ui/menus/reaper_menu.tscn"))
|
2021-09-17 15:04:05 +02:00
|
|
|
|
|
|
|
|
2021-10-18 23:49:38 +02:00
|
|
|
func _on_KabutoOptions_pressed():
|
|
|
|
pass # Replace with function body.
|