init: initial commit

This commit is contained in:
Suraj B M
2026-03-30 22:39:04 +05:30
commit 9f20d386a7
69 changed files with 2149 additions and 0 deletions

10
scripts/main_menu.gd Normal file
View File

@@ -0,0 +1,10 @@
extends Node2D
func _ready() -> void:
HUD.hide()
func _on_start_button_pressed() -> void:
HUD.show()
get_tree().change_scene_to_file("res://scenes/game.tscn")