mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-19 17:26:24 +00:00
update ver and this
This commit is contained in:
parent
f6f24161fb
commit
22842e108a
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Marble Blast Platinum Haxe Port</title>
|
||||
<title>Marble Blast Gold Haxe Port</title>
|
||||
<link rel="shortcut icon" href="./data/icon.png" id="favicon">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
||||
<link rel="manifest" href="/data/manifest.json">
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue