feat: implement procedural arena generation system and support infrastructure

This commit is contained in:
DottsGit
2026-06-09 19:45:35 -04:00
parent 8c61318a16
commit 9c653cac48
20 changed files with 3816 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
[map]
name="Dust 2"
scene_path="res://scenes/maps/dust2/dust2_level.tscn"
color1=Color(0.9, 0.8, 0.6, 1.0)
color2=Color(0.6, 0.5, 0.3, 1.0)