feat: Introduce core game systems for special tile effects, power-up management, player movement, and initial UI screens.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user