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(),
|
||||
referrer: referrer(),
|
||||
screen: screen(),
|
||||
title: "MBHaxe Platinum",
|
||||
title: "MBHaxe Ultra",
|
||||
url: "/",
|
||||
website: "e6da43f0-fc6a-49cb-a4a9-4b7e7745e538",
|
||||
website: "359e2bfd-5152-4284-969f-c9f5b56fcb76",
|
||||
name: eventName
|
||||
}
|
||||
};
|
||||
|
|
@ -120,7 +120,7 @@ class Analytics {
|
|||
return js.Browser.window.location.hostname;
|
||||
#end
|
||||
#if hl
|
||||
return "marbleblast.randomityguy.me";
|
||||
return "marbleblastultra.randomityguy.me";
|
||||
#end
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1425,8 +1425,9 @@ class MarbleWorld extends Scheduler {
|
|||
totalTime: 0,
|
||||
});
|
||||
}
|
||||
Analytics.trackLevelScore(mission.title, mission.path, Std.int(finishTime.gameplayClock * 1000), Settings.levelStatistics[mission.path].oobs,
|
||||
Settings.levelStatistics[mission.path].respawns, Settings.optionsSettings.rewindEnabled);
|
||||
Analytics.trackLevelScore(mission.title, mission.path,
|
||||
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) {
|
||||
var myScore = {
|
||||
name: "Player",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue