#22 ajout de menu, écran de pause, écran de fin et remaniement du dossier gui

This commit is contained in:
2025-08-20 13:01:39 +02:00
parent 352c49cefa
commit 219e8258e7
50 changed files with 763 additions and 162 deletions

6
gui/menu/scripts/menu.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Node2D
@export_file var start_scene_path : String
func _on_start_pressed():
get_tree().change_scene_to_file(start_scene_path)

View File

@@ -0,0 +1 @@
uid://c54457tbocdwk