feat: Implement the core "Tekton Doors" game mode including arena setup, portal management, special tiles, and mission tracking HUD.

Tekton Armageddon V.0.8
This commit is contained in:
Yogi Wiguna
2026-03-03 15:38:09 +08:00
parent 09d08093e2
commit 8b33ed3f56
7 changed files with 164 additions and 89 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ func _spawn_portal_doors():
const PORTAL_COLORS = [
Color(0, 1, 1), # Cyan
Color(1, 0, 1), # Magenta
Color(1, 1, 0), # Yellow
Color(1, 0, 0), # Red
Color(0, 1, 0), # Green
Color(1, 0.5, 0) # Orange
]