-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#304 Replay data now contains boss health, buff stacks, player classe…
…s. Added boss health to ui.
- Loading branch information
Showing
16 changed files
with
173 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,6 @@ textarea { | |
|
||
.replay-detail-item { | ||
display: table-cell; | ||
width: 10%; | ||
} | ||
|
||
.replay-bar-background { | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
//loadReplay('replay-canvas', 'test.json') | ||
var replay = new Replay('#replay', 800, 400) | ||
var replay1 = new Replay('#replay-1', 800, 400) | ||
replay.loadReplay('test.json') | ||
replay1.loadReplay('shtest.json') | ||
var replayvg = new Replay('#replay-vg', 800, 400) | ||
var replaygorse = new Replay('#replay-gorse', 800, 400) | ||
var replaysab = new Replay('#replay-sab', 800, 400) | ||
var replaysloth = new Replay('#replay-sloth', 800, 400) | ||
var replaymatt = new Replay('#replay-matt', 800, 400) | ||
var replaykc = new Replay('#replay-kc', 800, 400) | ||
var replayxera = new Replay('#replay-xera', 800, 400) | ||
var replaycairn = new Replay('#replay-cairn', 800, 400) | ||
var replaymo = new Replay('#replay-mo', 800, 400) | ||
var replaysam = new Replay('#replay-sam', 800, 400) | ||
var replaydeimos = new Replay('#replay-deimos', 800, 400) | ||
var replaysh = new Replay('#replay-sh', 800, 400) | ||
var replaydhuum = new Replay('#replay-dhuum', 800, 400) | ||
replayvg.loadReplay('vg.json') | ||
replaysh.loadReplay('sh.json') | ||
replaygorse.loadReplay('gorse.json') | ||
replaysab.loadReplay('sab.json') | ||
replaysloth.loadReplay('sloth.json') | ||
replaymatt.loadReplay('test.json') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters