-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
263 lines (228 loc) · 11.4 KB
/
index.html
File metadata and controls
263 lines (228 loc) · 11.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage"> <!--Change the lang property to your web"s language-->
<head prefix="og: http://ogp.me/ns#">
<title>RB1 VN projects</title> <!--Up to 60-70 Characters. Optimal Format: Primary Keyword - Secondary Keyword | Brand Name-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1">
<meta name="description" content="RB1 vn project"> <!--Page description. No longer than 155 characters.-->
<meta name="keywords" content="">
<meta name="author" content="/mjg/"> <!--Name of the author.-->
<meta name="theme-color" content=""><!--Theme color for browsers in hexadecimal format.-->
<link rel="shortcut icon" href="favicon.ico" /> <!--Favicon. Good tool for creating one: http://xiconeditor.com/ Create all sizes.-->
<link rel="canonical" href="https://repo.riichi.moe"> <!--Canonical URL of your webpage-->
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="style/animate.min.css">
<link rel="stylesheet" href="style/csshake.min.css">
<link rel="stylesheet" href="style/font-awesome.min.css">
<link rel="stylesheet" href="style/kayros.min.css">
<link rel="stylesheet" href="style/monogatari.css">
<link rel="stylesheet" href="style/main.css">
<!-- Script Initializations -->
<script src="js/inits/storage.js"></script>
<script src="js/inits/messages.js"></script>
<script src="js/inits/audio.js"></script>
<script src="js/inits/characters.js"></script>
<script src="js/inits/particles.js"></script>
<!-- General Initializations -->
<script src="js/polyfill.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/artemis.min.js"></script>
<script src="js/strings.js"></script>
<script src="js/options.js"></script>
<script src="js/script.js"></script>
<script src="js/monogatari.js"></script>
<script src="js/main.js"></script>
<!-- Don't forget to put the new scripts here! -->
</head>
<body>
<!-- Fallback when JavaScript is not available -->
<noscript>
<div class="middle align-left">
<span style="color: green;">>disabling javascript</span><br>
Just close the tab and go back to your retirement home, grandpa
</div>
</noscript>
<!-- Notice messages -->
<div data-notice="exit" class="modal">
<div class="row spaced">
<p class="col xs12 m12 l12 xl12">Are you sure?</p>
<div class="col xs12 m12 l12 xl12">
<a href="https://repo.riichi.moe"><button>Yes</button></a>
<button data-action="dismiss-notice" data-string="Cancel">Cancel</button>
</div>
</div>
</div>
<div data-notice="slot-deletion" class="modal">
<div class="row spaced">
<p data-string="SlotDeletion" class="col xs12 m12 l12 xl12">Are you sure you want to delete this slot?</p>
<p class="col xs12 m12 l12 xl12"><small></small></p>
<div class="col xs12 m12 l12 xl12">
<button data-action="delete-slot" data-string="Delete">Delete</button>
<button data-action="dismiss-notice" data-string="Cancel">Cancel</button>
</div>
</div>
</div>
<div data-notice="slot-overwrite" class="modal">
<div class="row spaced">
<p data-string="SlotOverwrite" class="col xs12 m12 l12 xl12">Are you sure you want to overwrite this slot?</p>
<input type="text" name="name" class="margin-1 col xs12 m12 l12 xl12" required>
<div class="col xs12 m12 l12 xl12">
<button data-action="overwrite-slot" data-string="Delete">Overwrite</button>
<button data-action="dismiss-notice" data-string="Cancel">Cancel</button>
</div>
</div>
</div>
<!--Game Screen -->
<section id="game" class="unselectable">
<div id="particles-js" data-ui="particles"></div>
<div id="background" data-ui="background"></div>
<div>
<audio type="audio/mpeg" data-component="music"></audio>
<audio type="audio/mpeg" data-component="voice"></audio>
<audio type="audio/mpeg" data-component="sound"></audio>
<div class="video-wrapper align-center vertical middle" data-component="video" data-ui="video-player">
<video type="video/mp4" data-ui="player" controls="true"></video>
<button data-action="close-video" data-string="Close">Close</button>
</div>
<div data-component="modal" data-ui="messages" class="middle">
<div data-ui="message-content"></div>
<div class="horizontal align-center" data-ui="inner-menu">
<button data-action="close" data-close="messages" data-string="Close">Close</button>
</div>
</div>
<div data-component="modal" data-ui="input" class="middle">
<p data-ui="input-message" class="block"></p>
<input type="text">
<small data-ui="warning" class="block"></small>
<div>
<button data-action="submit">Ok</button>
</div>
</div>
</div>
<div data-ui="choices" class="vertical align-center middle"></div>
<div data-ui="text">
<img data-ui="face" alt="">
<span data-ui="who"></span>
<p data-ui="say"></p>
</div>
<div data-ui="quick-menu" class="align-right">
<span data-action="back"><span class="fa fa-arrow-left"></span> <span data-string="Back">Back</span></span>
<span data-action="distraction-free"><span class="fa fa-eye" data-action="distraction-free"></span> <span data-string="Hide" data-action="distraction-free">Hide</span></span>
<span data-action="auto-play"><span class="fa fa-play-circle" data-action="auto-play"></span> <span data-string="AutoPlay" data-action="auto-play">Auto</span></span>
<span data-action="open-menu" data-open="save"><span class="fa fa-save" data-action="open-menu" data-open="save"></span> <span data-string="Save" data-action="open-menu" data-open="save">Save</span></span>
<span data-action="open-menu" data-open="load"><span class="fa fa-undo" data-action="open-menu" data-open="load"></span> <span data-string="Load" data-action="open-menu" data-open="load">Load</span></span>
<span data-action="open-menu" data-open="settings"><span class="fa fa-gear" data-action="open-menu" data-open="settings"></span> <span data-string="Settings" data-action="open-menu" data-open="settings">Settings</span></span>
<span data-action="end"><span class="fa fa-times-circle-o" data-action="end"></span> <span data-string="Back to Repo" data-action="end">Back to Repo</span></span>
</div>
</section>
<!-- Loading Screen -->
<section data-menu="loading" data-background="mg/ui/title-screen.jpg">
<div class="middle">
<h2 data-string="Loading">Loading</h2>
<progress data-ui="load-progress" value="0" max="100"></progress>
<small data-string="LoadingMessage">No matter how big your hand is, a tanyao will end it all!</small>
</div>
</section>
<!-- Main Screen -->
<section data-menu="main" data-background="img/ui/title-screen.jpg">
<audio type="audio/mpeg" data-component="ambient"></audio>
<div class="title">
<h1>RB1 VN Project</h1>
</div>
<div class="vertical align-center animated bounceIn" data-ui="inner-menu">
<button data-action="start" data-string="Start">Enter</button>
<button data-action="open-menu" data-open="load" data-string="Load">Load</button>
<button data-action="open-menu" data-open="settings" data-string="Settings">Settings</button>
<button data-action="open-menu" data-open="help" data-string="Help">Help</button>
<a href="https://repo.riichi.moe"><button>Back to Repo</button></a>
</div>
</section>
<!-- Save Screen -->
<section data-menu="save" data-background="img/ui/title-screen.jpg">
<button class="fa fa-arrow-left top left" data-action="back"></button>
<div class="horizontal">
<input type="text" placeholder="Save Slot Name" data-input="slotName" required>
<button data-string="Save" data-action="save">Save</button>
</div>
<div data-ui="slots" class="row spaced align-center"></div>
</section>
<!-- Load Screen -->
<section data-menu="load" data-background="img/ui/title-screen.jpg">
<button class="fa fa-arrow-left top left" data-action="back"></button>
<h2 data-string="Load">Load</h2>
<div data-ui="saveSlots">
<h3 data-string="LoadSlots">Saved Games</h3>
<div data-ui="slots" class="row spaced align-center"></div>
</div>
<div data-ui="autoSaveSlots">
<h3 data-string="LoadAutoSaveSlots">Auto Saved Games</h3>
<div data-ui="slots" class="row spaced align-center"></div>
</div>
</section>
<!-- Settings Screen -->
<section data-menu="settings" data-background="img/ui/title-screen.jpg" class="align-center">
<button class="fa fa-arrow-left top left" data-action="back"></button>
<h2 data-string="Settings">Settings</h2>
<div class="row spaced padded-1 align-center">
<div class="col xs12 s12 m6 l6 xl6 r6">
<div data-settings="audio" class="vertical align-center">
<h3 data-string="Audio">Audio</h3>
<span data-string="Music">Music Volume:</span>
<input type="range" min="0.0" max="1.0" step="0.1" data-action="set-volume" data-target="music">
<span data-string="Sound">Sound Volume:</span>
<input type="range" min="0.0" max="1.0" step="0.1" data-action="set-volume" data-target="sound">
<span data-string="Voice">Voice Volume:</span>
<input type="range" min="0.0" max="1.0" step="0.1" data-action="set-volume" data-target="voice">
</div>
</div>
<div class="col xs12 s12 m6 l6 xl6 r6">
<div data-settings="text-speed">
<h3 data-string="TextSpeed">Text Speed</h3>
<input type="range" min="1" max="50" step="1" data-action="set-text-speed">
</div>
<div data-settings="auto-play-speed">
<h3 data-string="AutoPlaySpeed">Auto Play Speed</h3>
<input type="range" min="0" max="60" step="1" data-action="set-auto-play-speed">
</div>
<div data-settings="language">
<h3 data-string="Language">Language</h3>
<div class="horizontal">
<select data-action="set-language">
<option value="English">English</option>
<option value="Español">Español</option>
<option value="Français">Français</option>
<option value="日本語">日本語</option>
<option value="Nederlands">Nederlands</option>
</select>
<span class="fa fa-unsorted" data-select="set-language"></span>
</div>
</div>
<div data-settings="resolution" data-platform="electron">
<h3 data-string="Resolution">Resolution</h3>
<div class="horizontal">
<select data-action="set-resolution"></select>
<span class="fa fa-unsorted" data-select="set-resolution"></span>
</div>
</div>
</div>
</div>
</section>
<!--Help Screen -->
<section data-menu="help" data-background="img/ui/title-screen.jpg">
<button class="fa fa-arrow-left top left" data-action="back"></button>
<h2 data-string="Help">Help</h2>
<div class="align-left padded-1">
<p data-string="AdvanceHelp">To advance through the game, click anywhere on the game screen or press the space key.</p>
<h3 data-string="QuickButtons">Quick Menu Buttons</h3>
<p><span class="fa fa-arrow-left"></span> <span data-string="BackButton">Back.</span></p>
<p><span class="fa fa-eye"></span> <span data-string="HideButton">Hide Text.</span></p>
<p><span class="fa fa-save"></span> <span data-string="SaveButon">Open the Save Screen.</span></p>
<p><span class="fa fa-undo"></span> <span data-string="LoadButton">Open the Load Screen.</span></p>
<p><span class="fa fa-gear"></span> <span data-string="SettingsButton">Open the Settings Screen.</span></p>
<p><span class="fa fa-times-circle-o"></span> <a href="https://repo.riichi.moe"><button>Back to Repo</button></a></p>
</div>
</section>
</body>
</html>