New Icon; Touch Controls; Menu with Help; Added Music

This commit is contained in:
Exobyt 2024-09-15 02:57:08 +02:00
parent 9e3349eec3
commit e87f8c3756
71 changed files with 1084 additions and 278 deletions

View file

@ -3,3 +3,11 @@ extends Control
func _on_start_button_button_up() -> void:
get_parent().loadGame()
func _physics_process(delta: float) -> void:
$Portal.play("default")
$Portal.position = get_viewport().get_visible_rect().size /2
func _on_start_button_2_pressed() -> void:
get_parent().loadHelp()