pause menu WIP
This commit is contained in:
parent
033718351e
commit
9d43b070af
7 changed files with 258 additions and 8 deletions
|
@ -2,8 +2,8 @@ extends Control
|
|||
|
||||
var display_text = """
|
||||
STARTING Infiltrate.exe ...
|
||||
---------------------------------------
|
||||
MADE FOR GMTK GAME JAM 2024
|
||||
---------------------------------------
|
||||
|
||||
>> SECURITY PROTOCOLS: ACTIVE
|
||||
>> SCANNING FOR THREATS...
|
||||
|
@ -118,6 +118,9 @@ func get_time_since_last_click() -> float:
|
|||
|
||||
func _on_start_button_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://menu/level_menu/level_select.tscn")
|
||||
|
||||
func _on_level_select_pressed():
|
||||
get_tree().change_scene_to_file("res://menu/level_menu/level_select.tscn")
|
||||
|
||||
func _on_credits_button_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://menu/main_menu/CreditsScene.tscn")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue