Added pause and mute.
Improved fonts and font scaling Added level editor
This commit is contained in:
12
Intro.gd
12
Intro.gd
@@ -16,3 +16,15 @@ func _on_update_score(score : int) -> void:
|
||||
|
||||
func _on_update_highscore(score : int) -> void:
|
||||
$HBoxContainer/HighScore/HighScoreBox.text = "%08d" % score
|
||||
|
||||
|
||||
func _on_settings_pressed() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_editor_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://LevelEditor.tscn")
|
||||
|
||||
|
||||
func _on_exit_pressed() -> void:
|
||||
get_tree().quit()
|
||||
|
||||
Reference in New Issue
Block a user