3d models and stuff
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
extends Control
|
||||
class_name MainMenu
|
||||
|
||||
func _ready() -> void:
|
||||
Input.mouse_mode = Input.MOUSE_MODE_VISIBLE
|
||||
|
||||
func _on_start_game_pressed() -> void:
|
||||
get_tree().change_scene_to_file("res://scenes/levels/lvl_1.tscn")
|
||||
|
Reference in New Issue
Block a user