danoniplus 44.5.19 → 44.5.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +146 -146
- package/danoni/dTemplate.html +61 -61
- package/danoni/danoni0.html +180 -180
- package/danoni/danoni0_remote.html +132 -132
- package/danoni/danoni2.html +45 -45
- package/danoni/danoni3.html +126 -126
- package/danoni/danoni4_skin.html +69 -69
- package/danoni/danoni5.html +255 -255
- package/danoni/danoniA.txt +30 -30
- package/danoni/danoniA2.txt +11 -11
- package/danoni/dos/0001_ThrustUp.txt +73 -73
- package/danoni/dos/0002_Combative.txt +30 -30
- package/img/note/aaShadow.svg +6 -6
- package/img/note/arrow.svg +6 -6
- package/img/note/arrowShadow.svg +6 -6
- package/img/note/c.svg +6 -6
- package/img/note/giko.svg +6 -6
- package/img/note/iyo.svg +6 -6
- package/img/note/monar.svg +6 -6
- package/img/note/morara.svg +6 -6
- package/img/note/onigiri.svg +6 -6
- package/js/danoni_main.js +15306 -15306
- package/js/lib/danoni_constants.js +4807 -4806
- package/js/lib/danoni_localbinary.js +29 -29
- package/js/lib/legacy_functions.js +216 -216
- package/js/sample/danoni_custom-003.js +74 -74
- package/js/template/danoni_custom.js +233 -233
- package/js/template/danoni_main.js +17 -17
- package/js/template/danoni_setting.js +445 -445
- package/jsconfig.json +12 -12
- package/package.json +23 -23
- package/skin/danoni_skin_background.css +8 -8
- package/skin/danoni_skin_default.css +216 -216
- package/skin/danoni_skin_default.js +90 -90
- package/skin/danoni_skin_light.css +216 -216
- package/skin/danoni_skin_light.js +90 -90
- package/skin/danoni_skin_skyblue.css +216 -216
- package/skin/danoni_skin_skyblue.js +90 -90
package/LICENSE
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2018 tickle
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2018 tickle
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,146 +1,146 @@
|
|
|
1
|
-
# Dancing☆Onigiri (CW Edition)
|
|
2
|
-
|
|
3
|
-
[](https://github.com/cwtickle/danoniplus/actions?query=workflow%3ACodeQL)
|
|
4
|
-

|
|
5
|
-
[](https://discord.gg/YVWUdUGyMy)
|
|
6
|
-
[](https://github.com/cwtickle/danoniplus/security/policy)
|
|
7
|
-
[](https://github.com/cwtickle/danoniplus/releases)
|
|
8
|
-
[](https://github.com/cwtickle/danoniplus/blob/develop/LICENSE)
|
|
9
|
-

|
|
10
|
-
|
|
11
|
-
*Dancing Onigiri "CW Edition"* is a rhythm game.
|
|
12
|
-
You can create original game data by combining a set of published sources with music files and sequences (text file). See the [wiki](https://github.com/cwtickle/danoniplus-docs/wiki) for details.
|
|
13
|
-
|
|
14
|
-
The source released here is the **HTML5 (HTML Living Standard) version** of the rhythm game *"Dancing Onigiri"* that was previously released as Flash.
|
|
15
|
-
|
|
16
|
-
Dancing☆Onigiri (CW Edition)は、ブラウザで動作するキーボードを使ったリズムゲームです。
|
|
17
|
-
公開しているソース一式と、音楽ファイル・譜面データ(テキスト)を組み合わせることで
|
|
18
|
-
オリジナルのゲームデータを作ることができます。詳細は[Wiki](https://github.com/cwtickle/danoniplus/wiki)をご覧ください。
|
|
19
|
-
|
|
20
|
-
ここで公開しているソースは、以前Flashとして公開していたリズムゲーム
|
|
21
|
-
「Dancing☆Onigiri」の **HTML5 (HTML Living Standard)** 版です。
|
|
22
|
-
これまでのParaFla版に比べ、さまざまな機能強化を行っています。
|
|
23
|
-
|
|
24
|
-
## Demo
|
|
25
|
-
|
|
26
|
-
- [Demo1](https://cw7.sakura.ne.jp/danoni/2013/0237_Cllema.html) クレマ / Kinoshita Tamaki
|
|
27
|
-
- [Demo2](https://cw7.sakura.ne.jp/danoni/2017/0305_ShiningStar.html) シャイニングスター / MaouDamashii
|
|
28
|
-
- [Demo3](https://cw7.sakura.ne.jp/danoni/2018/0315_PetitMagie.html) プチ・マギエ / Napi
|
|
29
|
-
|
|
30
|
-
## How to Play / 遊び方
|
|
31
|
-
|
|
32
|
-
This is a rhythm game, using Keyboard on the website.
|
|
33
|
-
There are many playstyles in the *Dancing Onigiri*. For example, 5keys, 7keys, 11keys, etc.
|
|
34
|
-
The details are as follows.
|
|
35
|
-
-> [How to Play](https://github.com/cwtickle/danoniplus-docs/wiki/AboutGameSystem)
|
|
36
|
-
|
|
37
|
-
リズムに合わせてやってくる矢印・フリーズアローを、ステップゾーン上で押すリズムゲームです。
|
|
38
|
-
キーボードを使って遊びます。
|
|
39
|
-
下記は7keyの例ですが、他にも5keyや11keyなど多様なプレイスタイルがあります。
|
|
40
|
-
|
|
41
|
-
詳細は下記をご覧ください。
|
|
42
|
-
-> [How to Play](https://github.com/cwtickle/danoniplus/wiki/AboutGameSystem)
|
|
43
|
-
|
|
44
|
-

|
|
45
|
-
(The image is under development. / 画像は開発中のものです)
|
|
46
|
-
|
|
47
|
-
### Rule / ゲームのルール
|
|
48
|
-
|
|
49
|
-
When you press the keyboard with good timing *:D Perfect!!* *:) O.K.* and life will go up.
|
|
50
|
-
On the other hand, if you remove the timing *:( Bad*, *:_( Miss*, *:( N.G.* will be, life falls.
|
|
51
|
-
If the life of the life gauge remains by the end of the game or it is over the quota, the game is cleared.
|
|
52
|
-
|
|
53
|
-
タイミング良くキーボードを押すと(・∀・)イイ!!や(゚∀゚)キター!!となり、ライフが上がります。
|
|
54
|
-
一方、タイミングを外すと(´・ω・\`)ショボーン、(\`Д´)ウワァン、(・A・)イクナイとなり、ライフが下がります。
|
|
55
|
-
ゲーム終了までにライフゲージのライフが残っているか、ノルマ以上であればゲームクリアです。
|
|
56
|
-
|
|
57
|
-
## Works / 公開作品
|
|
58
|
-
|
|
59
|
-
- [Dancing☆Onigiri 難易度表 for.js](http://dodl4.g3.xrea.com/)
|
|
60
|
-
- [多鍵データベース](http://apoi108.sakura.ne.jp/danoni/ta/)
|
|
61
|
-
- [メジャー多鍵データベース](https://apoi108.sakura.ne.jp/danoni/danoni_all_list/)
|
|
62
|
-
- [Dancing☆Onigiri サイト一覧](https://cw7.sakura.ne.jp/danonidb/)
|
|
63
|
-
- [Dancing☆Onigiri 作品一覧](https://cw7.sakura.ne.jp/lst/)
|
|
64
|
-
|
|
65
|
-
## How to Make / 作り方
|
|
66
|
-
|
|
67
|
-
- [How to make chart overview](https://github.com/cwtickle/danoniplus-docs/wiki/HowtoMake) / [譜面の作成概要](https://github.com/cwtickle/danoniplus/wiki/HowtoMake)
|
|
68
|
-
- [ParaFla!ソース利用者向け移行方法 (Japanese Only)](https://github.com/cwtickle/danoniplus/wiki/forParaFlaUser)
|
|
69
|
-
|
|
70
|
-
### How to Install / 導入方法
|
|
71
|
-
|
|
72
|
-
- Download from [Changelog](https://github.com/cwtickle/danoniplus-docs/wiki/Changelog-latest). You can also install from npm.
|
|
73
|
-
- [Releases](https://github.com/cwtickle/danoniplus/releases)からダウンロードします。npmからの導入も可能です。
|
|
74
|
-
```
|
|
75
|
-
npm i danoniplus
|
|
76
|
-
```
|
|
77
|
-
- When directly specifying the version name, specify the version after @ as shown below.
|
|
78
|
-
- バージョン名を直接指定するときは下記のように @以降をバージョン指定します。
|
|
79
|
-
```
|
|
80
|
-
npm i danoniplus@26.1.2
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
## System requirements / 動作環境
|
|
84
|
-
|
|
85
|
-
- Windows, Mac OS, Linux, Android, iPad OS
|
|
86
|
-
- Google Chrome, Microsoft Edge, Opera, Vivaldi, Safari (WebKit), Firefox (Gecko)
|
|
87
|
-
|
|
88
|
-
## Difference from Flash Version / Flash版との差異 (Japanese Only)
|
|
89
|
-
|
|
90
|
-
*Dancing Onigiri "CW Edition"* basically conforms to the specifications of *ParaFla!* Version, but the details are different from the conventional ones. See below for details.
|
|
91
|
-
|
|
92
|
-
Dancing☆Onigiri (CW Edition)では基本的にParaFla!版の仕様に準拠していますが、
|
|
93
|
-
細かい点が従来と異なります。詳細は下記をご覧ください。
|
|
94
|
-
|
|
95
|
-
- [Difference from Flash Version / Flash版との差異 (Japanese)](https://github.com/cwtickle/danoniplus/wiki/DifferenceFromFlashVer)
|
|
96
|
-
|
|
97
|
-
## How to Contribute / 開発者の方へ
|
|
98
|
-
|
|
99
|
-
If you would like to cooperate with the development, please see below. Even if you don't have a GitHub account, you can cooperate!
|
|
100
|
-
|
|
101
|
-
開発にご協力いただける方は、下記をご覧ください。GitHubアカウントの無い方でも協力できます!
|
|
102
|
-
|
|
103
|
-
- [How to Contribute / 貢献の仕方](https://github.com/cwtickle/danoniplus/blob/develop/.github/CONTRIBUTING.md)
|
|
104
|
-
- [GitLab community for requests and bug reports / 要望・不具合報告(GitLab Issues)](https://gitlab.com/cwtickle/danonicw/-/issues)
|
|
105
|
-
- [Contributors / コントリビューター](https://github.com/cwtickle/danoniplus/blob/develop/CONTRIBUTORS.md)
|
|
106
|
-
|
|
107
|
-
## Portal Site / ポータルサイト
|
|
108
|
-
|
|
109
|
-
- [Dancing☆Onigiri Wiki](https://wikiwiki.jp/danoniplus/)
|
|
110
|
-
|
|
111
|
-
## Community / コミュニティ
|
|
112
|
-
|
|
113
|
-
- [Dancing☆Onigiri Discord server](https://discord.gg/TegbHFY7zg)
|
|
114
|
-
- [X #danoni](https://x.com/search?q=%23danoni&src=typed_query&f=live)
|
|
115
|
-
|
|
116
|
-
## Related Tools Repository / 関連リポジトリ・ツール
|
|
117
|
-
|
|
118
|
-
### Dancing☆Onigiri
|
|
119
|
-
|
|
120
|
-
- [Dancing☆Onigiri Preview](https://danonicw.skr.jp/)
|
|
121
|
-
- [Dancing☆Onigiri エディター(CW Edition 対応)](https://github.com/superkuppabros/danoni-editor) @superkuppabros
|
|
122
|
-
- [ダンおに曲データjs化ツール](https://github.com/suzme/danoni-base64) @suzme
|
|
123
|
-
- [ダンおに矢印色ツール](https://github.com/suzme/danoni-colorpicker) @suzme
|
|
124
|
-
- [ダンおにゲージ計算機 (Gauge Calculator)](http://www.omission0.com/other/gauge_calculator/) @goe0
|
|
125
|
-
- [ダンおに波形解析ツール](https://github.com/suzme/danoni-waveform) @suzme
|
|
126
|
-
|
|
127
|
-
#### Conversion Tool from Legacy Flash Environments / 旧Flashからの変換ツール
|
|
128
|
-
|
|
129
|
-
- [Dancing☆Onigiri Chart Reverser](https://github.com/cwtickle/danoniplus-reverser) @cwtickle
|
|
130
|
-
- [Dancing☆Onigiri Chart Converter](https://github.com/cwtickle/danoniplus-converter) @cwtickle
|
|
131
|
-
|
|
132
|
-
### Kirizma / キリズマ
|
|
133
|
-
|
|
134
|
-
- [キリズマ譜面データ変換機](https://github.com/suzme/kirizma-converter) @suzme
|
|
135
|
-
- [キリズマ歌詞表示作成ツール](https://github.com/prlg25/kirizma_lyric) @prlg25
|
|
136
|
-
- [キリズマ難易度表](https://github.com/suzme/kirizma) @suzme
|
|
137
|
-
|
|
138
|
-
### Punching◇Panels
|
|
139
|
-
|
|
140
|
-
- [Punching◇Panels](https://github.com/cwtickle/punching-panels) @cwtickle
|
|
141
|
-
- [Punching◇Panels エディター](https://github.com/suzme/punpane-editor) @suzme
|
|
142
|
-
- [Punching◇Panels 難易度表](https://github.com/suzme/punpane) @suzme
|
|
143
|
-
|
|
144
|
-
## License / ライセンス
|
|
145
|
-
|
|
146
|
-
This software is released under the MIT License, see LICENSE.
|
|
1
|
+
# Dancing☆Onigiri (CW Edition)
|
|
2
|
+
|
|
3
|
+
[](https://github.com/cwtickle/danoniplus/actions?query=workflow%3ACodeQL)
|
|
4
|
+

|
|
5
|
+
[](https://discord.gg/YVWUdUGyMy)
|
|
6
|
+
[](https://github.com/cwtickle/danoniplus/security/policy)
|
|
7
|
+
[](https://github.com/cwtickle/danoniplus/releases)
|
|
8
|
+
[](https://github.com/cwtickle/danoniplus/blob/develop/LICENSE)
|
|
9
|
+

|
|
10
|
+
|
|
11
|
+
*Dancing Onigiri "CW Edition"* is a rhythm game.
|
|
12
|
+
You can create original game data by combining a set of published sources with music files and sequences (text file). See the [wiki](https://github.com/cwtickle/danoniplus-docs/wiki) for details.
|
|
13
|
+
|
|
14
|
+
The source released here is the **HTML5 (HTML Living Standard) version** of the rhythm game *"Dancing Onigiri"* that was previously released as Flash.
|
|
15
|
+
|
|
16
|
+
Dancing☆Onigiri (CW Edition)は、ブラウザで動作するキーボードを使ったリズムゲームです。
|
|
17
|
+
公開しているソース一式と、音楽ファイル・譜面データ(テキスト)を組み合わせることで
|
|
18
|
+
オリジナルのゲームデータを作ることができます。詳細は[Wiki](https://github.com/cwtickle/danoniplus/wiki)をご覧ください。
|
|
19
|
+
|
|
20
|
+
ここで公開しているソースは、以前Flashとして公開していたリズムゲーム
|
|
21
|
+
「Dancing☆Onigiri」の **HTML5 (HTML Living Standard)** 版です。
|
|
22
|
+
これまでのParaFla版に比べ、さまざまな機能強化を行っています。
|
|
23
|
+
|
|
24
|
+
## Demo
|
|
25
|
+
|
|
26
|
+
- [Demo1](https://cw7.sakura.ne.jp/danoni/2013/0237_Cllema.html) クレマ / Kinoshita Tamaki
|
|
27
|
+
- [Demo2](https://cw7.sakura.ne.jp/danoni/2017/0305_ShiningStar.html) シャイニングスター / MaouDamashii
|
|
28
|
+
- [Demo3](https://cw7.sakura.ne.jp/danoni/2018/0315_PetitMagie.html) プチ・マギエ / Napi
|
|
29
|
+
|
|
30
|
+
## How to Play / 遊び方
|
|
31
|
+
|
|
32
|
+
This is a rhythm game, using Keyboard on the website.
|
|
33
|
+
There are many playstyles in the *Dancing Onigiri*. For example, 5keys, 7keys, 11keys, etc.
|
|
34
|
+
The details are as follows.
|
|
35
|
+
-> [How to Play](https://github.com/cwtickle/danoniplus-docs/wiki/AboutGameSystem)
|
|
36
|
+
|
|
37
|
+
リズムに合わせてやってくる矢印・フリーズアローを、ステップゾーン上で押すリズムゲームです。
|
|
38
|
+
キーボードを使って遊びます。
|
|
39
|
+
下記は7keyの例ですが、他にも5keyや11keyなど多様なプレイスタイルがあります。
|
|
40
|
+
|
|
41
|
+
詳細は下記をご覧ください。
|
|
42
|
+
-> [How to Play](https://github.com/cwtickle/danoniplus/wiki/AboutGameSystem)
|
|
43
|
+
|
|
44
|
+

|
|
45
|
+
(The image is under development. / 画像は開発中のものです)
|
|
46
|
+
|
|
47
|
+
### Rule / ゲームのルール
|
|
48
|
+
|
|
49
|
+
When you press the keyboard with good timing *:D Perfect!!* *:) O.K.* and life will go up.
|
|
50
|
+
On the other hand, if you remove the timing *:( Bad*, *:_( Miss*, *:( N.G.* will be, life falls.
|
|
51
|
+
If the life of the life gauge remains by the end of the game or it is over the quota, the game is cleared.
|
|
52
|
+
|
|
53
|
+
タイミング良くキーボードを押すと(・∀・)イイ!!や(゚∀゚)キター!!となり、ライフが上がります。
|
|
54
|
+
一方、タイミングを外すと(´・ω・\`)ショボーン、(\`Д´)ウワァン、(・A・)イクナイとなり、ライフが下がります。
|
|
55
|
+
ゲーム終了までにライフゲージのライフが残っているか、ノルマ以上であればゲームクリアです。
|
|
56
|
+
|
|
57
|
+
## Works / 公開作品
|
|
58
|
+
|
|
59
|
+
- [Dancing☆Onigiri 難易度表 for.js](http://dodl4.g3.xrea.com/)
|
|
60
|
+
- [多鍵データベース](http://apoi108.sakura.ne.jp/danoni/ta/)
|
|
61
|
+
- [メジャー多鍵データベース](https://apoi108.sakura.ne.jp/danoni/danoni_all_list/)
|
|
62
|
+
- [Dancing☆Onigiri サイト一覧](https://cw7.sakura.ne.jp/danonidb/)
|
|
63
|
+
- [Dancing☆Onigiri 作品一覧](https://cw7.sakura.ne.jp/lst/)
|
|
64
|
+
|
|
65
|
+
## How to Make / 作り方
|
|
66
|
+
|
|
67
|
+
- [How to make chart overview](https://github.com/cwtickle/danoniplus-docs/wiki/HowtoMake) / [譜面の作成概要](https://github.com/cwtickle/danoniplus/wiki/HowtoMake)
|
|
68
|
+
- [ParaFla!ソース利用者向け移行方法 (Japanese Only)](https://github.com/cwtickle/danoniplus/wiki/forParaFlaUser)
|
|
69
|
+
|
|
70
|
+
### How to Install / 導入方法
|
|
71
|
+
|
|
72
|
+
- Download from [Changelog](https://github.com/cwtickle/danoniplus-docs/wiki/Changelog-latest). You can also install from npm.
|
|
73
|
+
- [Releases](https://github.com/cwtickle/danoniplus/releases)からダウンロードします。npmからの導入も可能です。
|
|
74
|
+
```
|
|
75
|
+
npm i danoniplus
|
|
76
|
+
```
|
|
77
|
+
- When directly specifying the version name, specify the version after @ as shown below.
|
|
78
|
+
- バージョン名を直接指定するときは下記のように @以降をバージョン指定します。
|
|
79
|
+
```
|
|
80
|
+
npm i danoniplus@26.1.2
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
## System requirements / 動作環境
|
|
84
|
+
|
|
85
|
+
- Windows, Mac OS, Linux, Android, iPad OS
|
|
86
|
+
- Google Chrome, Microsoft Edge, Opera, Vivaldi, Safari (WebKit), Firefox (Gecko)
|
|
87
|
+
|
|
88
|
+
## Difference from Flash Version / Flash版との差異 (Japanese Only)
|
|
89
|
+
|
|
90
|
+
*Dancing Onigiri "CW Edition"* basically conforms to the specifications of *ParaFla!* Version, but the details are different from the conventional ones. See below for details.
|
|
91
|
+
|
|
92
|
+
Dancing☆Onigiri (CW Edition)では基本的にParaFla!版の仕様に準拠していますが、
|
|
93
|
+
細かい点が従来と異なります。詳細は下記をご覧ください。
|
|
94
|
+
|
|
95
|
+
- [Difference from Flash Version / Flash版との差異 (Japanese)](https://github.com/cwtickle/danoniplus/wiki/DifferenceFromFlashVer)
|
|
96
|
+
|
|
97
|
+
## How to Contribute / 開発者の方へ
|
|
98
|
+
|
|
99
|
+
If you would like to cooperate with the development, please see below. Even if you don't have a GitHub account, you can cooperate!
|
|
100
|
+
|
|
101
|
+
開発にご協力いただける方は、下記をご覧ください。GitHubアカウントの無い方でも協力できます!
|
|
102
|
+
|
|
103
|
+
- [How to Contribute / 貢献の仕方](https://github.com/cwtickle/danoniplus/blob/develop/.github/CONTRIBUTING.md)
|
|
104
|
+
- [GitLab community for requests and bug reports / 要望・不具合報告(GitLab Issues)](https://gitlab.com/cwtickle/danonicw/-/issues)
|
|
105
|
+
- [Contributors / コントリビューター](https://github.com/cwtickle/danoniplus/blob/develop/CONTRIBUTORS.md)
|
|
106
|
+
|
|
107
|
+
## Portal Site / ポータルサイト
|
|
108
|
+
|
|
109
|
+
- [Dancing☆Onigiri Wiki](https://wikiwiki.jp/danoniplus/)
|
|
110
|
+
|
|
111
|
+
## Community / コミュニティ
|
|
112
|
+
|
|
113
|
+
- [Dancing☆Onigiri Discord server](https://discord.gg/TegbHFY7zg)
|
|
114
|
+
- [X #danoni](https://x.com/search?q=%23danoni&src=typed_query&f=live)
|
|
115
|
+
|
|
116
|
+
## Related Tools Repository / 関連リポジトリ・ツール
|
|
117
|
+
|
|
118
|
+
### Dancing☆Onigiri
|
|
119
|
+
|
|
120
|
+
- [Dancing☆Onigiri Preview](https://danonicw.skr.jp/)
|
|
121
|
+
- [Dancing☆Onigiri エディター(CW Edition 対応)](https://github.com/superkuppabros/danoni-editor) @superkuppabros
|
|
122
|
+
- [ダンおに曲データjs化ツール](https://github.com/suzme/danoni-base64) @suzme
|
|
123
|
+
- [ダンおに矢印色ツール](https://github.com/suzme/danoni-colorpicker) @suzme
|
|
124
|
+
- [ダンおにゲージ計算機 (Gauge Calculator)](http://www.omission0.com/other/gauge_calculator/) @goe0
|
|
125
|
+
- [ダンおに波形解析ツール](https://github.com/suzme/danoni-waveform) @suzme
|
|
126
|
+
|
|
127
|
+
#### Conversion Tool from Legacy Flash Environments / 旧Flashからの変換ツール
|
|
128
|
+
|
|
129
|
+
- [Dancing☆Onigiri Chart Reverser](https://github.com/cwtickle/danoniplus-reverser) @cwtickle
|
|
130
|
+
- [Dancing☆Onigiri Chart Converter](https://github.com/cwtickle/danoniplus-converter) @cwtickle
|
|
131
|
+
|
|
132
|
+
### Kirizma / キリズマ
|
|
133
|
+
|
|
134
|
+
- [キリズマ譜面データ変換機](https://github.com/suzme/kirizma-converter) @suzme
|
|
135
|
+
- [キリズマ歌詞表示作成ツール](https://github.com/prlg25/kirizma_lyric) @prlg25
|
|
136
|
+
- [キリズマ難易度表](https://github.com/suzme/kirizma) @suzme
|
|
137
|
+
|
|
138
|
+
### Punching◇Panels
|
|
139
|
+
|
|
140
|
+
- [Punching◇Panels](https://github.com/cwtickle/punching-panels) @cwtickle
|
|
141
|
+
- [Punching◇Panels エディター](https://github.com/suzme/punpane-editor) @suzme
|
|
142
|
+
- [Punching◇Panels 難易度表](https://github.com/suzme/punpane) @suzme
|
|
143
|
+
|
|
144
|
+
## License / ライセンス
|
|
145
|
+
|
|
146
|
+
This software is released under the MIT License, see LICENSE.
|
package/danoni/dTemplate.html
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="ja">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<script src="../js/danoni_main.js"></script>
|
|
6
|
-
|
|
7
|
-
<title>Dancing★Onigiri</title>
|
|
8
|
-
|
|
9
|
-
<style type="text/css">
|
|
10
|
-
<!--//
|
|
11
|
-
a:link { color:#BAB7E0;}
|
|
12
|
-
a:visited{ color:#BAB7E0;}
|
|
13
|
-
a:active { color:#CCCCCC;}
|
|
14
|
-
body{
|
|
15
|
-
font-family:"Arial","メイリオ","MS P ゴシック",sans-serif;
|
|
16
|
-
scrollbar-base-color:"black";
|
|
17
|
-
scrollbar-arrow-color:"white";
|
|
18
|
-
color:#cccccc;
|
|
19
|
-
background-color:#000011;
|
|
20
|
-
font-size:14px;
|
|
21
|
-
}
|
|
22
|
-
table{
|
|
23
|
-
border:0;
|
|
24
|
-
border-collapse:collapse;
|
|
25
|
-
width:800px;
|
|
26
|
-
margin:auto;
|
|
27
|
-
}
|
|
28
|
-
th,td{padding:0;}
|
|
29
|
-
|
|
30
|
-
a{ text-decoration: none; }
|
|
31
|
-
a:hover { color:#FF9900; text-decoration: underline; }
|
|
32
|
-
|
|
33
|
-
//-->
|
|
34
|
-
</style>
|
|
35
|
-
</head>
|
|
36
|
-
|
|
37
|
-
<body>
|
|
38
|
-
<table><tr><td>
|
|
39
|
-
<p style="text-align:center;">
|
|
40
|
-
<span id="webMusicTitle">Preview</span>
|
|
41
|
-
</p>
|
|
42
|
-
<hr>
|
|
43
|
-
|
|
44
|
-
<!--//
|
|
45
|
-
|
|
46
|
-
・タイトルの文字サイズを変える場合
|
|
47
|
-
|titlesize=60|
|
|
48
|
-
・タイトルの文字フォントを変える場合
|
|
49
|
-
|titlefont=Century Gothic|
|
|
50
|
-
|
|
51
|
-
//-->
|
|
52
|
-
<div id="canvas-frame">
|
|
53
|
-
<p>ゲームを準備しています...</p>
|
|
54
|
-
<p>このメッセージがいつまでも消えない場合、<br>
|
|
55
|
-
Google ChromeやFirefox等、HTML5に対応したブラウザをご利用ください。</p>
|
|
56
|
-
</div>
|
|
57
|
-
<hr>
|
|
58
|
-
<p id="commentArea">
|
|
59
|
-
</p>
|
|
60
|
-
</td></tr></table>
|
|
61
|
-
</body>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="ja">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<script src="../js/danoni_main.js"></script>
|
|
6
|
+
|
|
7
|
+
<title>Dancing★Onigiri</title>
|
|
8
|
+
|
|
9
|
+
<style type="text/css">
|
|
10
|
+
<!--//
|
|
11
|
+
a:link { color:#BAB7E0;}
|
|
12
|
+
a:visited{ color:#BAB7E0;}
|
|
13
|
+
a:active { color:#CCCCCC;}
|
|
14
|
+
body{
|
|
15
|
+
font-family:"Arial","メイリオ","MS P ゴシック",sans-serif;
|
|
16
|
+
scrollbar-base-color:"black";
|
|
17
|
+
scrollbar-arrow-color:"white";
|
|
18
|
+
color:#cccccc;
|
|
19
|
+
background-color:#000011;
|
|
20
|
+
font-size:14px;
|
|
21
|
+
}
|
|
22
|
+
table{
|
|
23
|
+
border:0;
|
|
24
|
+
border-collapse:collapse;
|
|
25
|
+
width:800px;
|
|
26
|
+
margin:auto;
|
|
27
|
+
}
|
|
28
|
+
th,td{padding:0;}
|
|
29
|
+
|
|
30
|
+
a{ text-decoration: none; }
|
|
31
|
+
a:hover { color:#FF9900; text-decoration: underline; }
|
|
32
|
+
|
|
33
|
+
//-->
|
|
34
|
+
</style>
|
|
35
|
+
</head>
|
|
36
|
+
|
|
37
|
+
<body>
|
|
38
|
+
<table><tr><td>
|
|
39
|
+
<p style="text-align:center;">
|
|
40
|
+
<span id="webMusicTitle">Preview</span>
|
|
41
|
+
</p>
|
|
42
|
+
<hr>
|
|
43
|
+
|
|
44
|
+
<!--//
|
|
45
|
+
|
|
46
|
+
・タイトルの文字サイズを変える場合
|
|
47
|
+
|titlesize=60|
|
|
48
|
+
・タイトルの文字フォントを変える場合
|
|
49
|
+
|titlefont=Century Gothic|
|
|
50
|
+
|
|
51
|
+
//-->
|
|
52
|
+
<div id="canvas-frame">
|
|
53
|
+
<p>ゲームを準備しています...</p>
|
|
54
|
+
<p>このメッセージがいつまでも消えない場合、<br>
|
|
55
|
+
Google ChromeやFirefox等、HTML5に対応したブラウザをご利用ください。</p>
|
|
56
|
+
</div>
|
|
57
|
+
<hr>
|
|
58
|
+
<p id="commentArea">
|
|
59
|
+
</p>
|
|
60
|
+
</td></tr></table>
|
|
61
|
+
</body>
|
|
62
62
|
</html>
|