@sonolus/core 7.7.0 → 7.7.1

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.
@@ -205,6 +205,8 @@ export declare const Text: {
205
205
  readonly NoteRotation: "#NOTE_ROTATION";
206
206
  /** en: Note Direction */
207
207
  readonly NoteDirection: "#NOTE_DIRECTION";
208
+ /** en: Note Color */
209
+ readonly NoteColor: "#NOTE_COLOR";
208
210
  /** en: Note Transparency */
209
211
  readonly NoteAlpha: "#NOTE_ALPHA";
210
212
  /** en: Note Animation */
@@ -219,6 +221,8 @@ export declare const Text: {
219
221
  readonly NoteEffectRotation: "#NOTE_EFFECT_ROTATION";
220
222
  /** en: Note Effect Direction */
221
223
  readonly NoteEffectDirection: "#NOTE_EFFECT_DIRECTION";
224
+ /** en: Note Effect Color */
225
+ readonly NoteEffectColor: "#NOTE_EFFECT_COLOR";
222
226
  /** en: Note Effect Transparency */
223
227
  readonly NoteEffectAlpha: "#NOTE_EFFECT_ALPHA";
224
228
  /** en: Marker */
@@ -231,6 +235,8 @@ export declare const Text: {
231
235
  readonly MarkerRotation: "#MARKER_ROTATION";
232
236
  /** en: Marker Direction */
233
237
  readonly MarkerDirection: "#MARKER_DIRECTION";
238
+ /** en: Marker Color */
239
+ readonly MarkerColor: "#MARKER_COLOR";
234
240
  /** en: Marker Transparency */
235
241
  readonly MarkerAlpha: "#MARKER_ALPHA";
236
242
  /** en: Marker Animation */
@@ -245,6 +251,8 @@ export declare const Text: {
245
251
  readonly ConnectorRotation: "#CONNECTOR_ROTATION";
246
252
  /** en: Connector Direction */
247
253
  readonly ConnectorDirection: "#CONNECTOR_DIRECTION";
254
+ /** en: Connector Color */
255
+ readonly ConnectorColor: "#CONNECTOR_COLOR";
248
256
  /** en: Connector Transparency */
249
257
  readonly ConnectorAlpha: "#CONNECTOR_ALPHA";
250
258
  /** en: Connector Animation */
@@ -259,6 +267,8 @@ export declare const Text: {
259
267
  readonly SimlineRotation: "#SIMLINE_ROTATION";
260
268
  /** en: Simultaneous Line Direction */
261
269
  readonly SimlineDirection: "#SIMLINE_DIRECTION";
270
+ /** en: Simultaneous Line Color */
271
+ readonly SimlineColor: "#SIMLINE_COLOR";
262
272
  /** en: Simultaneous Line Transparency */
263
273
  readonly SimlineAlpha: "#SIMLINE_ALPHA";
264
274
  /** en: Simultaneous Line Animation */
@@ -329,6 +339,20 @@ export declare const Text: {
329
339
  readonly Forward: "#FORWARD";
330
340
  /** en: Backward */
331
341
  readonly Backward: "#BACKWARD";
342
+ /** en: Neutral */
343
+ readonly Neutral: "#NEUTRAL";
344
+ /** en: Red */
345
+ readonly Red: "#RED";
346
+ /** en: Green */
347
+ readonly Green: "#GREEN";
348
+ /** en: Blue */
349
+ readonly Blue: "#BLUE";
350
+ /** en: Yellow */
351
+ readonly Yellow: "#YELLOW";
352
+ /** en: Purple */
353
+ readonly Purple: "#PURPLE";
354
+ /** en: Cyan */
355
+ readonly Cyan: "#CYAN";
332
356
  /** en: Simple */
333
357
  readonly Simple: "#SIMPLE";
334
358
  /** en: Easy */
@@ -208,6 +208,8 @@ exports.Text = {
208
208
  NoteRotation: '#NOTE_ROTATION',
209
209
  /** en: Note Direction */
210
210
  NoteDirection: '#NOTE_DIRECTION',
211
+ /** en: Note Color */
212
+ NoteColor: '#NOTE_COLOR',
211
213
  /** en: Note Transparency */
212
214
  NoteAlpha: '#NOTE_ALPHA',
213
215
  /** en: Note Animation */
@@ -222,6 +224,8 @@ exports.Text = {
222
224
  NoteEffectRotation: '#NOTE_EFFECT_ROTATION',
223
225
  /** en: Note Effect Direction */
224
226
  NoteEffectDirection: '#NOTE_EFFECT_DIRECTION',
227
+ /** en: Note Effect Color */
228
+ NoteEffectColor: '#NOTE_EFFECT_COLOR',
225
229
  /** en: Note Effect Transparency */
226
230
  NoteEffectAlpha: '#NOTE_EFFECT_ALPHA',
227
231
  /** en: Marker */
@@ -234,6 +238,8 @@ exports.Text = {
234
238
  MarkerRotation: '#MARKER_ROTATION',
235
239
  /** en: Marker Direction */
236
240
  MarkerDirection: '#MARKER_DIRECTION',
241
+ /** en: Marker Color */
242
+ MarkerColor: '#MARKER_COLOR',
237
243
  /** en: Marker Transparency */
238
244
  MarkerAlpha: '#MARKER_ALPHA',
239
245
  /** en: Marker Animation */
@@ -248,6 +254,8 @@ exports.Text = {
248
254
  ConnectorRotation: '#CONNECTOR_ROTATION',
249
255
  /** en: Connector Direction */
250
256
  ConnectorDirection: '#CONNECTOR_DIRECTION',
257
+ /** en: Connector Color */
258
+ ConnectorColor: '#CONNECTOR_COLOR',
251
259
  /** en: Connector Transparency */
252
260
  ConnectorAlpha: '#CONNECTOR_ALPHA',
253
261
  /** en: Connector Animation */
@@ -262,6 +270,8 @@ exports.Text = {
262
270
  SimlineRotation: '#SIMLINE_ROTATION',
263
271
  /** en: Simultaneous Line Direction */
264
272
  SimlineDirection: '#SIMLINE_DIRECTION',
273
+ /** en: Simultaneous Line Color */
274
+ SimlineColor: '#SIMLINE_COLOR',
265
275
  /** en: Simultaneous Line Transparency */
266
276
  SimlineAlpha: '#SIMLINE_ALPHA',
267
277
  /** en: Simultaneous Line Animation */
@@ -332,6 +342,20 @@ exports.Text = {
332
342
  Forward: '#FORWARD',
333
343
  /** en: Backward */
334
344
  Backward: '#BACKWARD',
345
+ /** en: Neutral */
346
+ Neutral: '#NEUTRAL',
347
+ /** en: Red */
348
+ Red: '#RED',
349
+ /** en: Green */
350
+ Green: '#GREEN',
351
+ /** en: Blue */
352
+ Blue: '#BLUE',
353
+ /** en: Yellow */
354
+ Yellow: '#YELLOW',
355
+ /** en: Purple */
356
+ Purple: '#PURPLE',
357
+ /** en: Cyan */
358
+ Cyan: '#CYAN',
335
359
  /** en: Simple */
336
360
  Simple: '#SIMPLE',
337
361
  /** en: Easy */
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  exports.version = {
5
- package: '7.7.0',
5
+ package: '7.7.1',
6
6
  sonolus: '0.8.3',
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonolus/core",
3
- "version": "7.7.0",
3
+ "version": "7.7.1",
4
4
  "description": "Core library for Sonolus",
5
5
  "author": "NonSpicyBurrito",
6
6
  "repository": "github:Sonolus/sonolus-core",