feat: Introduce core game systems for special tile effects, power-up management, player movement, and initial UI screens.

This commit is contained in:
Yogi Wiguna
2026-03-09 17:49:50 +08:00
parent 0fb1397d11
commit aaf246d873
9 changed files with 54 additions and 17 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ const IOS_STORE_URL := "https://apps.apple.com/app/tekton/id123456789"
enum Platform { WINDOWS, LINUX, MACOS, ANDROID, IOS, WEB }
# State
var current_version: String = "1.0.0"
var latest_version: String = "1.0.0"
var current_version: String = "0.9.0"
var latest_version: String = "0.9.0"
var manifest_data: Dictionary = {}
var http_request: HTTPRequest
var download_request: HTTPRequest