playstyle chart property
This commit is contained in:
parent
359ccf64b6
commit
a167ae410f
|
|
@ -550,15 +550,17 @@ MonoBehaviour:
|
||||||
m_lineSpacingMax: 0
|
m_lineSpacingMax: 0
|
||||||
m_paragraphSpacing: 0
|
m_paragraphSpacing: 0
|
||||||
m_charWidthMaxAdj: 0
|
m_charWidthMaxAdj: 0
|
||||||
m_enableWordWrapping: 1
|
m_TextWrappingMode: 1
|
||||||
m_wordWrappingRatios: 0.4
|
m_wordWrappingRatios: 0.4
|
||||||
m_overflowMode: 0
|
m_overflowMode: 0
|
||||||
m_linkedTextComponent: {fileID: 0}
|
m_linkedTextComponent: {fileID: 0}
|
||||||
parentLinkedComponent: {fileID: 0}
|
parentLinkedComponent: {fileID: 0}
|
||||||
m_enableKerning: 1
|
m_enableKerning: 1
|
||||||
|
m_ActiveFontFeatures: 00000000
|
||||||
m_enableExtraPadding: 0
|
m_enableExtraPadding: 0
|
||||||
checkPaddingRequired: 0
|
checkPaddingRequired: 0
|
||||||
m_isRichText: 1
|
m_isRichText: 1
|
||||||
|
m_EmojiFallbackSupport: 1
|
||||||
m_parseCtrlCharacters: 1
|
m_parseCtrlCharacters: 1
|
||||||
m_isOrthographic: 1
|
m_isOrthographic: 1
|
||||||
m_isCullingEnabled: 0
|
m_isCullingEnabled: 0
|
||||||
|
|
@ -771,6 +773,9 @@ MonoBehaviour:
|
||||||
- tag: remixdesc
|
- tag: remixdesc
|
||||||
label: Description
|
label: Description
|
||||||
isReadOnly: 0
|
isReadOnly: 0
|
||||||
|
- tag: playstyle
|
||||||
|
label: Recommended Control Style
|
||||||
|
isReadOnly: 0
|
||||||
- tag: remixtags
|
- tag: remixtags
|
||||||
label: Tags
|
label: Tags
|
||||||
isReadOnly: 0
|
isReadOnly: 0
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ using DG.Tweening;
|
||||||
using HeavenStudio.Util;
|
using HeavenStudio.Util;
|
||||||
using HeavenStudio.Editor.Track;
|
using HeavenStudio.Editor.Track;
|
||||||
using HeavenStudio.Games;
|
using HeavenStudio.Games;
|
||||||
|
using HeavenStudio.InputSystem;
|
||||||
using Jukebox;
|
using Jukebox;
|
||||||
using Jukebox.Legacy;
|
using Jukebox.Legacy;
|
||||||
|
|
||||||
|
|
@ -42,6 +43,7 @@ namespace HeavenStudio
|
||||||
{"icontype", 0}, // chart icon (presets, custom - future)
|
{"icontype", 0}, // chart icon (presets, custom - future)
|
||||||
{"iconurl", ""}, // custom icon location (future)
|
{"iconurl", ""}, // custom icon location (future)
|
||||||
{"challengetype", 0}, // perfect challenge type
|
{"challengetype", 0}, // perfect challenge type
|
||||||
|
{"playstyle", InputController.ControlStyles.Pad}, // recommended control style
|
||||||
|
|
||||||
// chart song info
|
// chart song info
|
||||||
{"idolgenre", "Song Genre"}, // song genre
|
{"idolgenre", "Song Genre"}, // song genre
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue