New Icon; Touch Controls; Menu with Help; Added Music
This commit is contained in:
parent
9e3349eec3
commit
e87f8c3756
71 changed files with 1084 additions and 278 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue