-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule game
updated
24 files
+17 −0 | help.md | |
+11 −0 | index.html | |
+8 −6 | js/Game.js | |
+8 −0 | js/ScriptsLoader.js | |
+1 −1 | js/audio/Audio.js | |
+41 −0 | js/cover/Cover.js | |
+10 −0 | js/cover/CoverBackground.js | |
+52 −0 | js/cover/CoverDifficulty.js | |
+36 −0 | js/cover/CoverGenerator.js | |
+34 −0 | js/cover/CoverProfile.js | |
+44 −0 | js/cover/CoverThemeImage.js | |
+109 −0 | js/cover/CoverTitle.js | |
+6 −0 | js/dom/I18n.js | |
+3 −0 | js/dom/MiscDom.js | |
+1 −1 | js/ui-event/UiBgNote.js | |
+3 −3 | js/ui-event/UiHexagon.js | |
+2 −2 | js/ui-event/UiHexagram.js | |
+1 −1 | js/ui-event/UiPentagon.js | |
+2 −2 | js/ui-pause/ButtonResume.js | |
+5 −5 | js/ui-result/ResultRank.js | |
+4 −4 | js/ui-result/ResultStatsAndCombo.js | |
+4 −3 | js/ui/Background.js | |
+10 −0 | js/utils/PixiPatches.js | |
+6 −34 | js/utils/Utils.js |