-
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
35 files
+6 −2 | _head.html | |
+149 −5 | help.md | |
+93 −15 | index.html | |
+1 −0 | js/Config.js | |
+4 −0 | js/Game.js | |
+11 −28 | js/Loader.js | |
+23 −5 | js/ScriptsLoader.js | |
+4 −3 | js/audio/Music.js | |
+4 −0 | js/chart/Drag.js | |
+4 −0 | js/chart/Flick.js | |
+4 −0 | js/chart/Hold.js | |
+15 −0 | js/chart/Note.js | |
+3 −0 | js/chart/Tap.js | |
+123 −1 | js/dom/I18n.js | |
+36 −3 | js/dom/Settings.js | |
+1 −2 | js/interaction/Level.js | |
+7 −1 | js/level-event/LevelNote.js | |
+17 −5 | js/scene/SceneGame.js | |
+0 −1 | js/scene/SceneResult.js | |
+4 −1 | js/ui-event/UiBgNote.js | |
+68 −0 | js/ui-result/Result.js | |
+41 −0 | js/ui-result/ResultAccuracy.js | |
+0 −0 | js/ui-result/ResultAdditionalInfo.js | |
+63 −0 | js/ui-result/ResultDifficulty.js | |
+108 −0 | js/ui-result/ResultProfile.js | |
+125 −0 | js/ui-result/ResultRank.js | |
+41 −0 | js/ui-result/ResultScore.js | |
+93 −0 | js/ui-result/ResultStatsAndCombo.js | |
+37 −0 | js/ui-result/ResultTitle.js | |
+29 −1 | js/ui/Background.js | |
+0 −406 | js/ui/Result.js | |
+6 −12 | js/utils/Assets.js | |
+32 −0 | js/utils/Utils.js | |
+96 −0 | js/vibration/VibrationManager.js | |
+47 −0 | js/vibration/VibrationWithMusic.js |