From c213983a293c6d698d846bde094c5e60b1a28b52 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 cf7f81bd..0b952184 100644 --- a/src/MarbleGame.hx +++ b/src/MarbleGame.hx @@ -37,7 +37,7 @@ class MarbleGame { static var instance:MarbleGame; - static var currentVersion = "1.7.2"; + static var currentVersion = "1.1.13"; var world:MarbleWorld;