Added intro scene

This commit is contained in:
2024-05-04 23:15:32 +01:00
parent 28e1cdb2cb
commit 5a40233292
6 changed files with 126 additions and 13 deletions

8
Intro.gd Normal file
View File

@@ -0,0 +1,8 @@
extends Node2D
func _ready() -> void:
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
func _on_button_pressed() -> void:
get_tree().change_scene_to_file("res://Dunkanoid.tscn")