Initial commit

This commit is contained in:
Crizomb 2025-04-01 03:38:03 +02:00
commit cf7ad3446b
26 changed files with 514 additions and 0 deletions

View file

@ -0,0 +1,16 @@
@tool
extends TileMapLayer
# ---------------------
# Definir les variables
# ---------------------
# largeur, longeur de la map
@export var WIDTH : int
@export var HEIGHT : int
# Les boutons
@export_tool_button("All") var all_action = generate_map
func generate_map():
return