From 22842e108aecd73003ed283e4477696b684ce430 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sun, 5 Apr 2026 19:07:08 +0100 Subject: [PATCH] update ver and this --- index.html | 2 +- src/MarbleGame.hx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e9dcc3ba..c3c0d731 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Marble Blast Platinum Haxe Port + Marble Blast Gold Haxe Port diff --git a/src/MarbleGame.hx b/src/MarbleGame.hx index 4aac12fc..5d8e0cf9 100644 --- a/src/MarbleGame.hx +++ b/src/MarbleGame.hx @@ -38,7 +38,7 @@ class MarbleGame { static var instance:MarbleGame; - static var currentVersion = "1.7.2"; + static var currentVersion = "1.1.13"; var world:MarbleWorld;