mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
update this
This commit is contained in:
parent
3e8f634a43
commit
aacff88781
2 changed files with 6 additions and 5 deletions
|
|
@ -103,9 +103,9 @@ class Analytics {
|
||||||
language: language(),
|
language: language(),
|
||||||
referrer: referrer(),
|
referrer: referrer(),
|
||||||
screen: screen(),
|
screen: screen(),
|
||||||
title: "MBHaxe Platinum",
|
title: "MBHaxe Ultra",
|
||||||
url: "/",
|
url: "/",
|
||||||
website: "e6da43f0-fc6a-49cb-a4a9-4b7e7745e538",
|
website: "359e2bfd-5152-4284-969f-c9f5b56fcb76",
|
||||||
name: eventName
|
name: eventName
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
@ -120,7 +120,7 @@ class Analytics {
|
||||||
return js.Browser.window.location.hostname;
|
return js.Browser.window.location.hostname;
|
||||||
#end
|
#end
|
||||||
#if hl
|
#if hl
|
||||||
return "marbleblast.randomityguy.me";
|
return "marbleblastultra.randomityguy.me";
|
||||||
#end
|
#end
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1425,8 +1425,9 @@ class MarbleWorld extends Scheduler {
|
||||||
totalTime: 0,
|
totalTime: 0,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Analytics.trackLevelScore(mission.title, mission.path, Std.int(finishTime.gameplayClock * 1000), Settings.levelStatistics[mission.path].oobs,
|
Analytics.trackLevelScore(mission.title, mission.path,
|
||||||
Settings.levelStatistics[mission.path].respawns, Settings.optionsSettings.rewindEnabled);
|
gameMode.getScoreType() == Time ? Std.int(1000 * gameMode.getFinishScore()) : Std.int(gameMode.getFinishScore()),
|
||||||
|
Settings.levelStatistics[mission.path].oobs, Settings.levelStatistics[mission.path].respawns, Settings.optionsSettings.rewindEnabled);
|
||||||
if (!this.isWatching) {
|
if (!this.isWatching) {
|
||||||
var myScore = {
|
var myScore = {
|
||||||
name: "Player",
|
name: "Player",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue