dos h0082 imgType - cwtickle/danoniplus-docs GitHub Wiki
English | Japanese
Home > Chart settings specification > Importing custom data
| <- settingType | imgType | baseBright -> |
imgType
- Basic image set names and settings for arrows, freeze arrows, etc.
- Common settings -> g_presetObj.imageSets
Usage
|imgType=classic,png|
|imgType=classic,png$classic-thin,png|
|imgType=$classic,png$classic-thin,png$note,svg,false,10|
Overview
This is a work-specific setting version of Default Image Set Settings in Common Setting File Settings. You can change the basic images such as arrows, freeze arrows, etc. specified by default. Create a subdirectory in the [img] directory and store a set of images there before use.
Since ver23.0.0, multiple images can be specified by $ separator (new line separator is also available since ver27.5.0).
To enable imgType locally, you need to set up a local server. For details, please refer to the Related Items page.
No | Example | Description |
---|---|---|
1 | classic | Subdirectory name of the image set to use. Default is blank (use images directly under "img" directory) |
2 | png | Extension of the image set to be used. Default is svg format. |
3 | true | Image rotation or not. Default is true (rotate). This option is present because rotation is not necessary for objects that have no orientation relationship, such as arrows. |
4 | 10 | Step interval for "Flat". When Scroll is set to "Flat", two bars are provided instead of a step zone, and the distance between the two bars can be set in "px" units. |
Example of setting with/without image rotation (left: false, right: true)
Example of step interval setting at Flat (left: 10px, right: 50px)
Related pages
- Common setting file specification
- Colored object specifications
- How to play locally (How to set up a local server using Xampp)
Changelog
Version | Change details |
---|---|
v27.5.0 | - Supports newline delimitation as an alternative to "$" delimitation |
v23.1.0 | - Supports unspecified (default) designation- Add third and fourth items |
v23.0.0 | - Supports multiple designations separated by $. |
v22.5.1 | - Initial implementation |
| <- settingType | imgType | baseBright -> |